From 791be053ea908ab986dffeb2f4aef7b87b450d2d Mon Sep 17 00:00:00 2001 From: lss <2538410689@qq.com> Date: 星期四, 03 七月 2025 22:35:52 +0800 Subject: [PATCH] y优化 --- HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/process/HttpModel.cs | 47 ++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 42 insertions(+), 5 deletions(-) diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/process/HttpModel.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/process/HttpModel.cs index 4b2c268..30b55ea 100644 --- a/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/process/HttpModel.cs +++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/process/HttpModel.cs @@ -85,7 +85,6 @@ /// 鐗╂枡鍙� /// </summary> public int taskSource { get; set; } - /// <summary> /// 鏁伴噺 /// </summary> @@ -151,7 +150,23 @@ /// 鐘舵�鍙樻洿鏃堕棿 /// </summary> [JsonProperty("time")] - public string Time { get; set; } + public string Time { get; set; } + /// <summary> + /// 鐘舵�鍙樻洿鏃堕棿 + /// </summary> + [JsonProperty("rfid")] + public string Rfid { get; set; } + /// <summary> + /// 鐘舵�鍙樻洿鏃堕棿 + /// </summary> + [JsonProperty("flag")] + public int Flag { get; set; } + /// <summary> + /// 閫氫俊瀛楁 + /// </summary> + [JsonProperty("info")] + public string Info { get; set; } + } public partial class iteminfoArrive @@ -234,8 +249,6 @@ [JsonProperty("result")] public string Result { get; set; } - - /// <summary> /// mes浠诲姟鍙� /// </summary> @@ -246,6 +259,11 @@ /// </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; } @@ -311,8 +329,27 @@ /// </summary> [JsonProperty("lotNumber")] public string LotNumber { get; set; } + /// <summary> + /// 鐗╂枡绛夌骇 + /// </summary> + [JsonProperty("partLevel")] + public string PartLevel { get; set; } - + /// <summary> + /// 鍗曞寘閲�+ /// </summary> + [JsonProperty("weightBag")] + public string WeightBag { get; set; } + /// <summary> + /// 褰撳墠鍖呮暟 + /// </summary> + [JsonProperty("curBagNum")] + public string CurBagNum { get; set; } + /// <summary> + /// 鍒濆鏁伴噺 + /// </summary> + [JsonProperty("initBagNum")] + public string InitBagNum { get; set; } } /// <summary> /// 浠诲姟涓婃姤 -- Gitblit v1.9.1