From 75ab531b693341caf49654b93889fbd9d4eecfc0 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期三, 20 十一月 2024 10:02:18 +0800
Subject: [PATCH] 添康工艺路线关闭时设置失效时间

---
 Model/基础资料/基础资料/ClsGy_Post_Model.cs |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git "a/Model/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_Post_Model.cs" "b/Model/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_Post_Model.cs"
index d8c22b5..0f6d3a1 100644
--- "a/Model/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_Post_Model.cs"
+++ "b/Model/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_Post_Model.cs"
@@ -6,6 +6,10 @@
 {
     public class ClsGy_Post_Model : DBUtility.ClsGy_Base_Model
     {
-       //
+        public DateTime HMakeTime;
+        public int HUSEORGID;
+        public string HMakeEmp;
+        public DateTime HModifyTime;
+        public int HERPItemID;
     }
 }

--
Gitblit v1.9.1