| | |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace HH.WCS.JiaTong.LISTA.process |
| | | namespace HH.WCS.JiaTong_DCJ.LISTA.process |
| | | { |
| | | public class HttpModel |
| | | { |
| | |
| | | /// </summary> |
| | | public int taskStatus { get; set; } |
| | | } |
| | | public class MesTaskAccess |
| | | { |
| | | |
| | | /// <summary> |
| | | /// ä»»å¡å· |
| | | /// </summary> |
| | | public string taskNumber { get; set; } |
| | | /// <summary> |
| | | /// ä»»å¡ç¶æ |
| | | /// </summary> |
| | | public string status { get; set; } |
| | | } |
| | | |
| | | |
| | | public class GzTaskAccess |
| | | { |
| | | /// <summary> |
| | |
| | | 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; } |
| | | |
| | | |
| | | } |
| | | |