| | |
| | | /// 状态变更时间 |
| | | /// </summary> |
| | | [JsonProperty("flag")] |
| | | public int Flag { get; set; } |
| | | public int Flag { get; set; } |
| | | /// <summary> |
| | | /// 通信字段 |
| | | /// </summary> |
| | | [JsonProperty("info")] |
| | | public string Info { get; set; } |
| | | |
| | | } |
| | | |
| | |
| | | [JsonProperty("partLevel")] |
| | | public string PartLevel { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 单包重 |
| | | /// </summary> |
| | | [JsonProperty("weightBag")] |
| | | public string WeightBag { get; set; } |
| | | /// <summary> |
| | | /// 当前包数 |
| | | /// </summary> |
| | | [JsonProperty("curBagNum")] |
| | | public int CurBagNum { get; set; } |
| | | /// <summary> |
| | | /// 初始数量 |
| | | /// </summary> |
| | | [JsonProperty("initBagNum")] |
| | | public int InitBagNum { get; set; } |
| | | } |
| | | /// <summary> |
| | | /// 任务上报 |