username@email.com
2026-04-07 230b95162de6c51203fb9b960e7755a6af409b34
cylsg/cylsg.Model/OrderModel/OrderBidding.cs
@@ -59,5 +59,19 @@
        /// </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; }
        /// <summary>
        /// 是否固定
        /// </summary>
        [SugarColumn(ColumnDescription = "是否固定", IsNullable = true)]
        public bool? IsGuding { get; set; }
    }
}