username@email.com
2024-10-29 5a72c00dca19dd6dd9be9db9e14f00f512f93f02
cylsg/cylsg.Model/OrderModel/Order.cs
@@ -104,6 +104,12 @@
        [SugarColumn(ColumnDescription = "工价", Length = 18, DecimalDigits = 2, IsNullable = true)]
        public decimal? WorkPrice { get; set; }
        /// <summary>
        /// 工价上限
        /// </summary>
        [SugarColumn(ColumnDescription = "工价上限", Length = 18, DecimalDigits = 2, IsNullable = true)]
        public decimal? WorkPriceMax { get; set; }
        /// <summary>
        /// 招工状态