| | |
| | | /// 状态变更时间 |
| | | /// </summary> |
| | | [JsonProperty("time")] |
| | | public string Time { get; set; } |
| | | public string Time { get; set; } |
| | | |
| | | } |
| | | |
| | | public partial class iteminfoArrive |
| | |
| | | /// </summary> |
| | | [JsonProperty("wmsTaskNumber")] |
| | | public string WmsTaskNumber { get; set; } |
| | | /// <summary> |
| | | /// 工装编号 |
| | | /// </summary> |
| | | [JsonProperty("rfid")] |
| | | public string Rfid { get; set; } |
| | | |
| | | [JsonProperty("list")] |
| | | public List<MesItemBackInfoModel> List { get; set; } |
| | |
| | | /// </summary> |
| | | [JsonProperty("lotNumber")] |
| | | public string LotNumber { get; set; } |
| | | /// <summary> |
| | | /// 物料等级 |
| | | /// </summary> |
| | | [JsonProperty("partLevel")] |
| | | public string PartLevel { get; set; } |
| | | |
| | | |
| | | } |