From d3eba0b9983d527a930f2d727610b8341db79e6c Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期五, 06 三月 2026 11:17:20 +0800
Subject: [PATCH] 增加工序字段

---
 WebAPI/Models/ClsGy_EquipFileType.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/WebAPI/Models/ClsGy_EquipFileType.cs b/WebAPI/Models/ClsGy_EquipFileType.cs
index fe04378..80a7b17 100644
--- a/WebAPI/Models/ClsGy_EquipFileType.cs
+++ b/WebAPI/Models/ClsGy_EquipFileType.cs
@@ -17,15 +17,15 @@
         public bool HStopflag;			//绂佺敤鏍囧織 bit
         public string HRemark;      //澶囨敞 varchar(50)   
         public string HHelpCode;        //鍔╄鐮�  varchar(20)
-        public string HUseFlag;     //浣跨敤鐘舵�侊紙鏈娴嬶紝鏈娇鐢紝宸蹭娇鐢級
-        public DateTime HMakeTime;          //寤虹珛鏃堕棿(getdate())	
+        public string HUseFlag="鏈娇鐢�";     //浣跨敤鐘舵�侊紙鏈娴嬶紝鏈娇鐢紝宸蹭娇鐢級
+        public string HMakeTime;          //寤虹珛鏃堕棿(getdate())	
         public string HMakeEmp;     //鍒涘缓浜�			
         public string HCheckEmp;        //瀹℃牳浜�
-        public DateTime HCheckTime;			//瀹℃牳鏃堕棿
+        public string HCheckTime;			//瀹℃牳鏃堕棿
         public string HModifyEmp;       //淇敼浜�
-        public DateTime HModifyTime;			//淇敼鏃堕棿
+        public string HModifyTime;			//淇敼鏃堕棿
         public string HStopEmp;     //绂佺敤浜�
-        public DateTime HStopTime;			//绂佺敤鏃堕棿
+        public string HStopTime;			//绂佺敤鏃堕棿
 
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1