| | |
| | | /// 状态变更时间 |
| | | /// </summary> |
| | | [JsonProperty("time")] |
| | | public string Time { get; set; } |
| | | public string Time { get; set; } |
| | | /// <summary> |
| | | /// 状态变更时间 |
| | | /// </summary> |
| | | [JsonProperty("rfid")] |
| | | public string Rfid { get; set; } |
| | | /// <summary> |
| | | /// 状态变更时间 |
| | | /// </summary> |
| | | [JsonProperty("flag")] |
| | | public int Flag { get; set; } |
| | | |
| | | } |
| | | |
| | | public partial class iteminfoArrive |
| | |
| | | /// </summary> |
| | | [JsonProperty("result")] |
| | | public string Result { get; set; } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// mes任务号 |
| | |
| | | /// <summary> |
| | | /// 物料等级 |
| | | /// </summary> |
| | | [JsonProperty("level")] |
| | | public string Level { get; set; } |
| | | [JsonProperty("partLevel")] |
| | | public string PartLevel { get; set; } |
| | | |
| | | |
| | | } |