From d23feff4aef10e539e9f5926dd0e496c0612b4e6 Mon Sep 17 00:00:00 2001 From: 杨张扬 <634643841@qq.com> Date: 星期五, 23 五月 2025 17:26:45 +0800 Subject: [PATCH] 双钱-优化字段的类型,自动不合格出库复检测试 --- 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