1
yangpeixing
2026-01-19 fd5a43c2e677740482b8d25195120ffa75c5ac77
WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/VV_StockInfoDet.cs
@@ -13,8 +13,8 @@
    [SugarTable(nameof(VV_StockInfoDet), "库存展示信息")]
    public class VV_StockInfoDet
    {
        [ExporterHeader(DisplayName = "托盘编号",IsIgnore =true)]
        [SugarColumn(IsNullable = true, Length = 50,  ColumnDescription = "托盘编号")]
        [ExporterHeader(DisplayName = "托盘编号", IsIgnore = true)]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "托盘编号")]
        public string PalletCode { get; set; }
        [ExporterHeader(DisplayName = "类型")]
@@ -48,7 +48,11 @@
        [SugarColumn(IsNullable = false, Length = 100, ColumnDescription = "序列号")]
        public string SerialNumber { get; set; }
        [ExporterHeader(DisplayName = "上游系统", IsIgnore = true)]
        [SugarColumn(IsNullable = false, Length = 255, ColumnDescription = "上游系统")]
        public string System { get; set; }
        [ExporterHeader(DisplayName = "库存数量")]
        [SugarColumn(IsNullable = false, DecimalDigits = 2, ColumnDescription = "库存数量")]
        public decimal StockQuantity { get; set; }