wangxinhui
2025-04-08 dcecb039035f4b2e82e31c39b74db9402444c536
´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_CustomerInfo.cs
@@ -25,7 +25,11 @@
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "客户编码")]
        public string Code { get; set; }
        /// <summary>
        /// å®¢æˆ·å‡ºå…¥åº“规则
        /// </summary>
        [SugarColumn(IsNullable = true,ColumnDescription = "客户出入库规则")]
        public int OutRule { get; set; }
        /// <summary>
        /// å®¢æˆ·åç§°
        /// </summary>
@@ -42,6 +46,6 @@
        /// å®¢æˆ·çŠ¶æ€ 0:禁用 1:可用
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "状态")]
        public bool State { get; set; }
        public int State { get; set; }
    }
}