From ba51d2ed8f5d96c7d86da68ef2c966d9c17f299f Mon Sep 17 00:00:00 2001 From: 杨张扬 <634643841@qq.com> Date: 星期四, 15 五月 2025 15:25:51 +0800 Subject: [PATCH] 双钱-AGV软件文件变更 --- api/ApiModel.cs | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/api/ApiModel.cs b/api/ApiModel.cs index 6150bbc..cab31b1 100644 --- a/api/ApiModel.cs +++ b/api/ApiModel.cs @@ -435,7 +435,7 @@ public int new_IsOK { get; set; }//鏂板鍣↖D鐨勮揣鍝佺殑0鍚堟牸1涓嶅悎鏍硷紵 public string staff { get; set; } = "None";//鎿嶄綔浜� } - + public class UpCgDetailModel { public string cntID { get; set; }//瀹瑰櫒ID @@ -444,5 +444,12 @@ public string staff { get; set; } = "None";//鎿嶄綔浜� } + + public class CreateP2PTaskInfo + { + public string startLoc { get; set; }//璧风偣 + public string endLoc { get; set; }//缁堢偣 + public string staff { get; set; } = "None";//鎿嶄綔浜�+ } } } -- Gitblit v1.9.1