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_CusType_Model.cs |    7 ++++++-
 1 files changed, 6 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_CusType_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_CusType_Model.cs"
index 6707191..24bcf7b 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_CusType_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_CusType_Model.cs"
@@ -6,6 +6,11 @@
 {
     public class ClsGy_CusType_Model : DBUtility.ClsGy_Base_Model
     {
-       //
+        public DateTime HMakeTime;
+        public int HUSEORGID;
+        public string HMakeEmp;
+        public DateTime HModifyTime;
+        public int HERPItemID;
+
     }
 }

--
Gitblit v1.9.1