| | |
| | | public string LocationNum { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åæ¶ä¿¡æ¯ |
| | | /// </summary> |
| | | [JsonProperty("message")] |
| | | public string Message { get; set; } = "1"; |
| | | |
| | | /// <summary> |
| | | /// ç¶æ |
| | | /// </summary> |
| | | [JsonProperty("status")] |
| | |
| | | public string TaskNumber { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç¶æåæ´æ¶é´ |
| | | /// å°è´§æ¶é´ |
| | | /// </summary> |
| | | [JsonProperty("time")] |
| | | public string Time { get; set; } |
| | | [JsonProperty("arricalTime")] |
| | | public string ArricalTime { get; set; } |
| | | /// <summary> |
| | | /// ç¶æåæ´æ¶é´ |
| | | /// </summary> |
| | | [JsonProperty("rfid")] |
| | | public string Rfid { get; set; } |
| | | /// <summary> |
| | | /// ç¶æåæ´æ¶é´ |
| | | /// ç©æç¼ç |
| | | /// </summary> |
| | | [JsonProperty("flag")] |
| | | public int Flag { get; set; } |
| | | [JsonProperty("partNumber")] |
| | | public string PartNumber { get; set; } |
| | | /// <summary> |
| | | /// éä¿¡åæ®µ |
| | | /// ç©ææè¿° |
| | | /// </summary> |
| | | [JsonProperty("info")] |
| | | public string Info { get; set; } |
| | | [JsonProperty("partDesc")] |
| | | public string PartDesc { get; set; } |
| | | |
| | | |
| | | } |
| | | |