huanghongfeng
2025-11-10 234e0265fbed611b20f0903bb69fbf0bd5417c1c
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Dt_pallet.cs
@@ -26,7 +26,8 @@
        [SugarColumn(IsNullable = true, Length = 40, ColumnDescription = "鍚嶇О")]
        public string palletname { get; set; }
        [SugarColumn(IsNullable = true, ColumnDescription = "妤煎眰")]
        public int pallLayer { get; set; } = 3;
    }
}