From 150b2843db8bf76a35615aa46c17f59df1a0f0f4 Mon Sep 17 00:00:00 2001 From: 杨张扬 <634643841@qq.com> Date: 星期三, 28 五月 2025 17:25:04 +0800 Subject: [PATCH] 双钱-搬送流程记录班次字段 --- api/ApiModel.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/api/ApiModel.cs b/api/ApiModel.cs index cab31b1..5ca2ce0 100644 --- a/api/ApiModel.cs +++ b/api/ApiModel.cs @@ -399,6 +399,7 @@ public string EndLoc { get; set; }//缁堢偣 public string Spe { get; set; }//瑙勬牸 public string staff { get; set; } = "None";//鎿嶄綔浜�+ public string shift { get; set; } = "None";//鐝 } public class EmptyInStackAreaInfo @@ -416,6 +417,7 @@ public string cntID { get; set; }//瀹瑰櫒ID public string staff { get; set; } = "None";//鎿嶄綔浜�+ public string shift { get; set; } = "None";//鐝 } public class SplitOutWarehouseInfo @@ -434,6 +436,7 @@ public string new_StartLoc { get; set; }//鏂板鍣↖D璧风偣 public int new_IsOK { get; set; }//鏂板鍣↖D鐨勮揣鍝佺殑0鍚堟牸1涓嶅悎鏍硷紵 public string staff { get; set; } = "None";//鎿嶄綔浜�+ public string shift { get; set; } = "None";//鐝 } public class UpCgDetailModel @@ -450,6 +453,7 @@ public string startLoc { get; set; }//璧风偣 public string endLoc { get; set; }//缁堢偣 public string staff { get; set; } = "None";//鎿嶄綔浜�+ public string shift { get; set; } = "None";//鐝 } } } -- Gitblit v1.9.1