1
wankeda
2025-03-22 867aba2636e34a1050b1c4c84bbe78cc9c39b553
´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_CachePoint.cs
@@ -20,9 +20,15 @@
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "缓存点编号")]
        public string PointCode { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "物料类型")]
        public string Materialtype { get; set; }
        [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "缓存点状态")]
        public int PointStatus { get; set; }
        [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "缓存架区域名称")]
        public string PointName { get; set; }
        [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "缓存点启用状态")]
        public int EnableStatus { get; set; }