From a824b8140c6952a361aaf91f60e8dabf92753bb3 Mon Sep 17 00:00:00 2001 From: 杨张扬 <634643841@qq.com> Date: 星期二, 27 五月 2025 17:30:58 +0800 Subject: [PATCH] 双钱-日周月年产量记录表增加规格字段,WMS库存管理表增加距离过期还剩多少天字段 --- 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