From d1f8476c8d366de352cf0bd9ef5cba31105e6f9d Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期三, 02 七月 2025 09:01:46 +0800
Subject: [PATCH] 1

---
 WebAPI/Models/ClsQC_CheckNote_PNL_Temp.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Models/ClsQC_CheckNote_PNL_Temp.cs b/WebAPI/Models/ClsQC_CheckNote_PNL_Temp.cs
index bfa0c45..b401cba 100644
--- a/WebAPI/Models/ClsQC_CheckNote_PNL_Temp.cs
+++ b/WebAPI/Models/ClsQC_CheckNote_PNL_Temp.cs
@@ -18,5 +18,9 @@
        public string HBadReason  {set; get;}
        public string HMaker      {set; get;}
        public DateTime HMakeDate { set; get; }
+        public string HModifyMan { set; get; }
+        public DateTime? HModifyDate { set; get; }
+        public string HCheckMan { set; get; }
+        public DateTime? HCheckDate { set; get; }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1