dengjunjie
2025-02-17 2bdad959bc30a7c24bf08ca81fb52fff63e79f52
项目代码/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; }