huanghongfeng
2025-11-10 234e0265fbed611b20f0903bb69fbf0bd5417c1c
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs
@@ -17,25 +17,25 @@
        public int Id { get; set; }
        [ExporterHeader(DisplayName = "托盘编号")]
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "托盘编号")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "托盘编号")]
        public string PalletCode { get; set; }
        [ExporterHeader(DisplayName = "类型")]
        [SugarColumn(IsNullable = false, ColumnDescription = "类型")]
        [SugarColumn(IsNullable = true, ColumnDescription = "类型")]
        public int MaterialType { get; set; }
        [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "货位编号")]
        public string LocationCode { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "是否满盘", DefaultValue = "0")]
        [SugarColumn(IsNullable = true, ColumnDescription = "是否满盘", DefaultValue = "0")]
        public bool IsFull { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "库存状态")]
        [SugarColumn(IsNullable = true, ColumnDescription = "库存状态")]
        public int StockStatus { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "物料状态")]
        [SugarColumn(IsNullable = true, ColumnDescription = "物料状态")]
        public int Wlstatus { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "数量")]
        [SugarColumn(IsNullable = true, ColumnDescription = "数量")]
        public int Materialweight { get; set; }
        [SugarColumn(IsNullable = true, ColumnDescription = "备注")]