From fe7e285ea4e863e6196bebdf73895faef002dada Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期五, 25 八月 2023 17:16:08 +0800
Subject: [PATCH] PDA异常反馈单及列表

---
 Model/基础资料/基础资料/ClsGy_ConkReason_Model.cs |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 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_ConkReason_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_ConkReason_Model.cs"
index 38e6e0a..319f784 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_ConkReason_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_ConkReason_Model.cs"
@@ -8,5 +8,15 @@
     {
        //
         public string HExplanation;  //描述varchar(500)
+        public DateTime HMakeTime;
+        public string HMakeEmp;
+        public int HConkTypeID;
+        public string HCheckEmp;
+        public DateTime HCheckTime;
+        public string HModifyEmp;
+        public DateTime HModifyTime;
+        public string HStopEmp;
+        public DateTime HStopTime;
+
     }
 }

--
Gitblit v1.9.1