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 | 9 --------- 1 files changed, 0 insertions(+), 9 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 5e1e0a0..02a641a 100644 --- a/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/api/ApiModel.cs +++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/api/ApiModel.cs @@ -865,55 +865,46 @@ /// <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; } } -- Gitblit v1.9.1