dengjunjie
2025-07-09 7ca9651f81d7b84f054194d3d46fdbd1d9c8b922
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_LocationInfo.cs
@@ -36,10 +36,13 @@
        public int Layer {  get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "货位深度")]
        public int Depth {  get; set; }
        public int Depth { get; set; }
        //[SugarColumn(IsNullable = false, ColumnDescription = "左侧/右侧")]
        //public int LocationSide {  get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "最大库存")]
        public int MaxQty {  get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "当前库存")]
        public int CurrentQty { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "货位类型")]
        public int LocationType {  get; set; }