From 121a380d651097586384ee0ac70943ce1fc13583 Mon Sep 17 00:00:00 2001 From: 海波 张 <2956280567@qq.com> Date: 星期三, 09 七月 2025 17:32:58 +0800 Subject: [PATCH] 金坛入库修改 --- api/ApiModel.cs | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/api/ApiModel.cs b/api/ApiModel.cs index bb25cbe..f278542 100644 --- a/api/ApiModel.cs +++ b/api/ApiModel.cs @@ -88,11 +88,18 @@ { public int state { get; set; } public string task_no { get; set; } - public string forklift_no { get; set; } - public string ext_data { get; set; } + public int forklift_no { get; set; } } - + /// <summary> + /// 鎺ラ┏浣嶅潎琛¤褰�+ /// </summary> + public class connectionBalance + { + public int taskCount { get; set; } + public Location loc { get; set; } + + } /// <summary> /// osttoagv涓婃姤鍏跺畠浜嬩欢淇℃伅 @@ -145,7 +152,7 @@ /// <summary> /// 閿欒璇存槑锛屽綋success涓篎alse鏃讹紝errCode鏈夊� /// </summary> - public object errMsg { get; set; } + public string errMsg { get; set; } /// <summary> /// 鎺ュ彛璋冪敤缁撴灉 true鎴愬姛 false澶辫触 /// </summary> -- Gitblit v1.9.1