cylsg/cylsg.Model/OrderModel/OrderBidding.cs
@@ -65,5 +65,13 @@ /// </summary> [SugarColumn(ColumnDescription = "是否收藏", IsNullable = true)] public bool? IsCollect { get; set; } /// <summary> /// 是否固定 晚上8点之后15块 早八点到晚八点11块 /// </summary> [SugarColumn(ColumnDescription = "是否固定", IsNullable = true)] public bool? IsGuding { get; set; } } }