1
hutongqing
2024-10-18 e2a05a6c91f1b94bef8ecea7de7bf149d7e77c89
´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_CachePoint.cs
@@ -20,10 +20,10 @@
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "缓存点编号")]
        public string PointCode { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "缓存点状态")]
        [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "缓存点状态")]
        public int PointStatus { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "缓存点启用状态")]
        [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "缓存点启用状态")]
        public int EnableStatus { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "货位行")]