From 9ddec4808631025d36d3c5a816d55ef77a29d4c7 Mon Sep 17 00:00:00 2001 From: lss <2538410689@qq.com> Date: 星期三, 16 七月 2025 17:30:30 +0800 Subject: [PATCH] 111 --- HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/api/ApiModel.cs | 87 +++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 82 insertions(+), 5 deletions(-) diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/api/ApiModel.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/api/ApiModel.cs index 1c889df..02a641a 100644 --- a/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/api/ApiModel.cs +++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/api/ApiModel.cs @@ -394,7 +394,7 @@ /// mes浠诲姟鍙� /// </summary> public string mesTaskNo { get; set; } - + } @@ -577,6 +577,12 @@ /// </summary> [JsonProperty("qty")] public int Qty { get; set; } + + /// <summary> + /// 鏈哄瀷 + /// </summary> + [JsonProperty("powderType")] + public string PowderType { get; set; } } /// <summary> @@ -667,7 +673,11 @@ [JsonProperty("workCenter")] public string WorkCenter { get; set; } - + /// <summary> + /// 鏈哄瀷 + /// </summary> + [JsonProperty("powderType")] + public string PowderType { get; set; } } /// <summary> @@ -843,6 +853,62 @@ } /// <summary> + /// 鏂扮偣瀵圭偣鎺ュ彛 + /// </summary> + public class PointModel + { + /// <summary> + /// MES鐨勪换鍔″彿 + /// </summary> + [JsonProperty("taskNumber")] + public string TaskNumber { get; set; } + /// <summary> + /// 鐩爣浣嶇疆 + /// </summary> + [JsonProperty("targetLocation")] + public string TargetLocation { get; set; } + /// <summary> + /// 璧峰浣嶇疆 + /// </summary> + [JsonProperty("initialLocation")] + public string InitialLocation { get; set; } + /// <summary> + /// 浠诲姟绫诲瀷锛�.鍑哄钩搴擄紝2鍏ュ钩搴擄紝3骞冲簱绌哄伐瑁呭懠鍙紝4骞冲簱浣欐枡鍥炲簱锛�绮夋枡绌烘墭杩斿洖銆�+ /// </summary> + [JsonProperty("status")] + public string Status { get; set; } // 娉ㄦ剰锛氬師濮嬪�鏄瓧绗︿覆"1" + /// <summary> + /// 鎵樼洏鍙�+ /// </summary> + [JsonProperty("rfid")] + public string Rfid { get; set; } + /// <summary> + /// 鐗╂枡缂栫爜 + /// </summary> + [JsonProperty("partNumber")] + public string PartNumber { get; set; } + /// <summary> + /// 鐗╂枡鎻忚堪 + /// </summary> + [JsonProperty("partDesc")] + public string PartDescription { get; set; } // 浣跨敤鏇寸鍚圕#瑙勮寖鐨勫懡鍚�+ /// <summary> + /// 鎵规閲嶉噺 + /// </summary> + [JsonProperty("weight")] + public string Weight { get; set; } // 鍘熷鍊兼槸瀛楃涓�120" + /// <summary> + /// 鍒版湡鏃堕棿 + /// </summary> + [JsonProperty("maturityTime")] + public string MaturityTime { get; set; } + /// <summary> + /// 鐢熶骇鏃堕棿 + /// </summary> + [JsonProperty("productionTime")] + public string ProductionTime { get; set; } + } + /// <summary> /// 璐т綅淇℃伅鍚屾 /// </summary> public partial class UploadLoc @@ -920,11 +986,22 @@ /// 搴撳唴鎼繍 /// </summary> public partial class ElevatorModel - { public string Name { get; set; } public string Source { get; set; } public DataElevatorModel Data { get; set; } + } + + /// <summary> + /// 搴撳唴鎼繍 + /// </summary> + public partial class DTModel + + { + public string prepare { get; set; } + + public string StartLoc { get; set; } + } public partial class DataElevatorModel { @@ -977,7 +1054,7 @@ /// <summary> /// 璁惧淇℃伅 /// </summary> - public List<DeviceInfos> DeviceInfos { get; set; } + public List<DeviceInfos> DeviceInfos { get; set; } } public partial class DeviceInfos @@ -1011,6 +1088,6 @@ public string AgvInfo { get; set; } } - + #endregion } -- Gitblit v1.9.1