1
zxx
2025-07-11 44007a5e9ef385346d7ae0e107b9f983109ee479
HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/models/smallMaterial.cs
@@ -34,15 +34,15 @@
        //料架库位
        public string rackPosition { get; set; }
        //TS订单参数
        public List<Parameters> parameters { get; set; }
        public Parameters parameters { get; set; }
        //public string routeType { get; set; }
        ////任务类型 自动,人工
        //public string taskType { get; set; }
        ////料架编码
        //public string rackCode { get; set; }
        ////任务明细号
        //public string order_name { get; set; }
        //任务明细号
        public string order_name { get; set; }
    }
    public class Parameters
    {