From f3c8f980269b7f8fd9556c9076e06ca1461796e8 Mon Sep 17 00:00:00 2001 From: lss <2538410689@qq.com> Date: 星期二, 15 七月 2025 17:30:55 +0800 Subject: [PATCH] 1111 --- HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/process/HttpModel.cs | 5 ++--- 1 files changed, 2 insertions(+), 3 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 99164f3..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> @@ -345,12 +344,12 @@ /// 褰撳墠鍖呮暟 /// </summary> [JsonProperty("curBagNum")] - public int CurBagNum { get; set; } + public string CurBagNum { get; set; } /// <summary> /// 鍒濆鏁伴噺 /// </summary> [JsonProperty("initBagNum")] - public int InitBagNum { get; set; } + public string InitBagNum { get; set; } } /// <summary> /// 浠诲姟涓婃姤 -- Gitblit v1.9.1