cylsg/cylsg.Model/OrderModel/OrderBidding.cs
@@ -59,5 +59,11 @@ /// </summary> [SugarColumn(ColumnDescription = "工资总额", Length = 18, DecimalDigits = 2, IsNullable = true)] public decimal? Salary { get; set; } /// <summary> /// 是否收藏 /// </summary> [SugarColumn(ColumnDescription = "是否收藏", IsNullable = true)] public bool? IsCollect { get; set; } } }