lss
2025-07-04 3865194441f1e1da34c0be9034d86c8d0d68706c
HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/api/ApiModel.cs
@@ -394,7 +394,7 @@
        /// mes任务号
        /// </summary>
        public string mesTaskNo { get; set; }
    }
@@ -577,6 +577,12 @@
        /// </summary>
        [JsonProperty("qty")]
        public int Qty { get; set; }
        /// <summary>
        /// 机型
        /// </summary>
        [JsonProperty("powderType")]
        public string PowderType { get; set; }
    }
    /// <summary>
@@ -667,7 +673,11 @@
        [JsonProperty("workCenter")]
        public string WorkCenter { get; set; }
        /// <summary>
        /// 机型
        /// </summary>
        [JsonProperty("powderType")]
        public string PowderType { get; set; }
    }
    /// <summary>
@@ -988,7 +998,7 @@
        /// <summary>
        /// 设备信息
        /// </summary>
       public List<DeviceInfos> DeviceInfos { get; set; }
        public List<DeviceInfos> DeviceInfos { get; set; }
    }
    public partial class DeviceInfos
@@ -1022,6 +1032,6 @@
        public string AgvInfo { get; set; }
    }
    #endregion
}