1
dengjunjie
2025-06-19 fbc6fae6c793220d0b67ac603ce9bbf22837de79
ÏîÄ¿´úÂë/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; }