From 77e34c929ccd44767c31b98c4bf4ce84319e2eb3 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期三, 25 三月 2026 17:04:47 +0800
Subject: [PATCH] 新增Token 生成,校验,刷新功能 (暂时禁用Token功能 如果想要启用,在WebApiConfig.cs文件中解除注释)

---
 Model/质检管理/ClsQC_PatrolProcCheckBillSub.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git "a/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_PatrolProcCheckBillSub.cs" "b/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_PatrolProcCheckBillSub.cs"
index 36f2e6a..c404c37 100644
--- "a/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_PatrolProcCheckBillSub.cs"
+++ "b/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_PatrolProcCheckBillSub.cs"
@@ -35,5 +35,10 @@
         public string HUpLimit;
         public string HAnalysisMethod;
         public string HTargetVal;
+        public string HTargetVal2;
+        public string HTargetVal3;
+        public string HTargetVal4;
+        public string HTargetVal5;
+        public string HTargetVal6;
     }
 }

--
Gitblit v1.9.1