dengjunjie
2025-06-17 4f39dcc195f28fa275fc2d065fbf1bf6a46c21b7
´úÂë¹ÜÀí/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 = "货位行")]