项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Request/ReturnInventoryRequest.cs
@@ -21,26 +21,27 @@
        public string TPNUM { get; set; }  
        public string YLZD5 { get; set; }
        public List<ReturnInventory> DATA { get; set; }
        public string IZLID { get; set; }
        public string SYSNOD { get; set; }
        public string MO_NO { get; set; }
        public string SYSNOD { get; set; }
        public string YLZD3 { get; set; }
        public string YLZD4 { get; set; }
        public string YLZD1 { get; set; }
        public string YLZD2 { get; set; }
        public List<ReturnInventory> DATA { get; set; }
    }
    public class ReturnInventory
    {
        public string LABEL_NO { get; set; }
        public string SOBKZ { get; set; }
        public string UNIT { get; set; }
        public string SOBKZ { get; set; }
        public string LGORT { get; set; }
        public string QTY { get; set; }
        public string LIFNR { get; set; }
        public string F_LGORT { get; set; }
        public string LIFNR { get; set; }
        public string MO_NO { get; set; }
        public string MATNR { get; set; }
    }