From 54329f0ab6bf4d87d95e37a553ffdf0b14fa4bea Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期四, 08 八月 2024 17:31:07 +0800
Subject: [PATCH] 产品工艺参数清单, 增加 字段 HTechParamClassID int //工艺参数大类(Gy_TechnologyParameterClass) HSNO int //工艺次序 HStdNextTimes money //理论次序间隔 HTechParamIDStd int //对应设定值工艺参数(Gy_TechnologyParameter) (都是非必录),修改出战斗获取模具

---
 WebAPI/Models/Cls_InventoryAnalysisList.cs |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/WebAPI/Models/Cls_InventoryAnalysisList.cs b/WebAPI/Models/Cls_InventoryAnalysisList.cs
index 9b05e3f..5cfc883 100644
--- a/WebAPI/Models/Cls_InventoryAnalysisList.cs
+++ b/WebAPI/Models/Cls_InventoryAnalysisList.cs
@@ -7,13 +7,14 @@
 {
     public class Cls_InventoryAnalysisList
     {
-        public long HItemID;
-        public string HBarCode;
-        public string HMouldNo;
-        public string HStockCheck;
-        public string HRealPotType;
-        public string HRealPot;
-        public string HBookPotType;
-        public string HBookPot;
+        public long HItemID { get; set; }
+        public string HBarCode{ get; set; }
+        public string HMouldNo{ get; set; }
+        public string HStockCheck{ get; set; }
+        public string HRealPotType{ get; set; }
+        public string HRealPot{ get; set; }
+        public string HBookPotType{ get; set; }
+        public string HBookPot{ get; set; }
+        public string HMakeDate{ get; set; }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1