yanjinhui
2 天以前 bfc11f87e2b64420c9917c0b9881b3e327d6f796
н¨Îļþ¼Ð/WIDESEA_WMSServer/WIDESEA_DTO/SquareCabin/OrderDto.cs
@@ -58,7 +58,7 @@
            public string order_no { get; set; }
            /// <summary>
            /// å…¥åº“单类型(1:正常入库;3:入库退货)
            /// å…¥åº“单类型(1:正常入库;3:入库退货,5:盘盈入库)
            /// </summary>
            public string order_type { get; set; }
@@ -189,6 +189,8 @@
            public string goods_spm { get; set; }
            public string model { get; set; }
            public string factory { get; set; }
            public string dosage_form { get; set; }//药剂
            public string barcode { get; set; }//条码
            public string unit { get; set; }
            public decimal? item_length { get; set; }
            public decimal? item_width { get; set; }
@@ -310,6 +312,7 @@
            /// åº“存数量(业务数量)
            /// </summary>
            public decimal business_qty { get; set; }
            public decimal actual_qty { get; set; }
            /// <summary>
           
            /// <summary>