From dd5ee46ce65024040796301aef1679a4df199c14 Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期三, 03 十二月 2025 17:16:09 +0800
Subject: [PATCH] 增加上模单app保存方法和校验方法 增加量具临期预警报表

---
 WebAPI/Models/QC_POStockInCheckBill.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/WebAPI/Models/QC_POStockInCheckBill.cs b/WebAPI/Models/QC_POStockInCheckBill.cs
index 76a2ea4..bcb068a 100644
--- a/WebAPI/Models/QC_POStockInCheckBill.cs
+++ b/WebAPI/Models/QC_POStockInCheckBill.cs
@@ -20,18 +20,18 @@
         public long HCheckFlowID { get; set; }
         public string HRemark { get; set; }
         public string HBacker { get; set; }
-        public DateTime HBackDate { get; set; }
+        //public DateTime HBackDate { get; set; }
         public string HBackRemark { get; set; }
         public string HChecker { get; set; }
-        public DateTime HCheckDate { get; set; }
+        //public DateTime HCheckDate { get; set; }
         public string HMaker { get; set; }
-        public DateTime HMakeDate { get; set; }
+        //public DateTime HMakeDate { get; set; }
         public string HUpDater { get; set; }
-        public DateTime HUpDateDate { get; set; }
+        //public DateTime HUpDateDate { get; set; }
         public string HCloseMan { get; set; }
-        public DateTime HCloseDate { get; set; }
+        //public DateTime HCloseDate { get; set; }
         public string HDeleteMan { get; set; }
-        public DateTime HDeleteDate { get; set; }
+        //public DateTime HDeleteDate { get; set; }
         public string HMainSourceBillType { get; set; }
         public long HMainSourceInterID { get; set; }
         public long HMainSourceEntryID { get; set; }

--
Gitblit v1.9.1