1
zxx
6 天以前 d66d362ee6d76f02331e56df1fdec1c2114c9f3e
HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/models/bigMaterial.cs
@@ -10,7 +10,7 @@
        public string ts_name { get; set; }
        public string createdNamne { get; set; }
        public parameters parameter { get; set; }
        public parameters parameters { get; set; }
        public string taskID { get; set; }
@@ -21,10 +21,14 @@
    public class parameters
    {
        public string src { get; set; }
        public string src_area { get; set; }
        public string dst { get; set; }
        public string dst_area { get; set; }
        public string sku { get; set; }
        public string BatchNo { get; set; }
        public string issueMode { get; set; }
        public int num { get; set; }
        public string boxType { get; set; }
    }