1
dengjunjie
2025-03-11 c455612b03e6ecac994884dde5b5f4bc4909c181
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_InboundOrderDetail.cs
@@ -29,6 +29,9 @@
        [SugarColumn(IsNullable = false, DecimalDigits = 2, ColumnDescription = "鍗曟嵁鏁伴噺")]
        public decimal OrderQuantity {  get; set; }
        [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "璐т綅缂栧彿")]
        public string LocationCode { get; set; }
        [SugarColumn(IsNullable = false, DecimalDigits = 2, ColumnDescription = "缁勭洏鏁伴噺", DefaultValue = "0")]
        public decimal ReceiptQuantity {  get; set; }