移动系统liao
2024-09-30 6ddc5caa57801cf4ccc9d23b309d0cdb7ac6a36f
cylsg/cylsg.Model/OrderModel/Order.cs
@@ -110,6 +110,13 @@
        /// </summary>
        [SugarColumn(ColumnDescription = "招工状态", IsNullable = true)]
        public int? OrderStatus { get; set; }
        /// <summary>
        /// 自行安排工作时间
        /// </summary>
        [SugarColumn(ColumnDescription = "自行安排工作时间", IsNullable = true,DefaultValue = "0")]
        public bool? Zixinganpai { get; set; }
    }