From c3202f7d43746c084066d88e58913d85c0173d88 Mon Sep 17 00:00:00 2001
From: 杨张扬 <634643841@qq.com>
Date: 星期五, 13 六月 2025 17:14:42 +0800
Subject: [PATCH] 双钱-需求变更,增加复检合格物料自动搬送流程

---
 api/ApiModel.cs |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/api/ApiModel.cs b/api/ApiModel.cs
index 5ca2ce0..a0005e7 100644
--- a/api/ApiModel.cs
+++ b/api/ApiModel.cs
@@ -431,10 +431,18 @@
         {
             public string old_CntId { get; set; }//鏃у鍣↖D锛岃鎷嗙殑
             public string old_StartLoc { get; set; }//鏃у鍣ㄧ殑璧风偣
-            public int old_IsOK { get; set; }//鏃у鍣↖D锛屾棫瀹瑰櫒鐨勮揣鍝佺殑0鍚堟牸1涓嶅悎鏍�+
+            /// <summary>
+            /// 0鍚堟牸1寰呮2涓嶅悎鏍硷紝涓嬬嚎鍗冲緟妫�紝3杩囨湡锛�鎶�湳鍒ゅ畾锛�娣峰悎锛�涓�骇鏂欍�7浜岀骇鏂�+            /// </summary>
+            public int old_IsOK { get; set; }//鏃у鍣↖D锛屾棫瀹瑰櫒鐨勮揣鍝佺殑
             public string new_CntIds { get; set; }//鎷嗗悗鐨勬柊瀹瑰櫒ID
             public string new_StartLoc { get; set; }//鏂板鍣↖D璧风偣
-            public int new_IsOK { get; set; }//鏂板鍣↖D鐨勮揣鍝佺殑0鍚堟牸1涓嶅悎鏍硷紵
+
+            /// <summary>
+            /// 0鍚堟牸1寰呮2涓嶅悎鏍硷紝涓嬬嚎鍗冲緟妫�紝3杩囨湡锛�鎶�湳鍒ゅ畾锛�娣峰悎锛�涓�骇鏂欍�7浜岀骇鏂�+            /// </summary>
+            public int new_IsOK { get; set; }//鏂板鍣↖D鐨勮揣鍝佺殑
             public string staff { get; set; } = "None";//鎿嶄綔浜�             public string shift { get; set; } = "None";//鐝
         }
@@ -452,6 +460,7 @@
         {
             public string startLoc { get; set; }//璧风偣
             public string endLoc { get; set; }//缁堢偣
+            public int priority { get; set; } = 3;//浼樺厛绾�             public string staff { get; set; } = "None";//鎿嶄綔浜�             public string shift { get; set; } = "None";//鐝
         }

--
Gitblit v1.9.1