1
yangpeixing
2026-04-01 f1bf3ef09713182d434e22dfd8623ea73e02d6d3
WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_InboundOrderDetail.cs
@@ -25,6 +25,9 @@
        [SugarColumn(IsNullable = false, Length = 200, ColumnDescription = "物料名称")]
        public string MaterielName { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "订单明细类型", DefaultValue = "0")]
        public int MaterielType { get; set; }
        [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "批次号")]
        public string BatchNo { get; set; }