| | |
| | | /// mes任务号 |
| | | /// </summary> |
| | | public string mesTaskNo { get; set; } |
| | | |
| | | |
| | | |
| | | } |
| | | |
| | |
| | | /// </summary> |
| | | [JsonProperty("qty")] |
| | | public int Qty { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 机型 |
| | | /// </summary> |
| | | [JsonProperty("powderType")] |
| | | public string PowderType { get; set; } |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | [JsonProperty("workCenter")] |
| | | public string WorkCenter { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 机型 |
| | | /// </summary> |
| | | [JsonProperty("powderType")] |
| | | public string PowderType { get; set; } |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// 设备信息 |
| | | /// </summary> |
| | | public List<DeviceInfos> DeviceInfos { get; set; } |
| | | public List<DeviceInfos> DeviceInfos { get; set; } |
| | | } |
| | | |
| | | public partial class DeviceInfos |
| | |
| | | public string AgvInfo { get; set; } |
| | | } |
| | | |
| | | |
| | | |
| | | #endregion |
| | | } |