From 027401bbe3ab0a557079228c7dd743295ee11e04 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期三, 16 七月 2025 09:28:44 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

---
 Model/质检管理/ClsQC_MonthTarGetBillMain.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git "a/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_MonthTarGetBillMain.cs" "b/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_MonthTarGetBillMain.cs"
index 7001db6..a1abdc6 100644
--- "a/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_MonthTarGetBillMain.cs"
+++ "b/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_MonthTarGetBillMain.cs"
@@ -7,12 +7,12 @@
     public class ClsQC_MonthTarGetBillMain : DBUtility.ClsXt_BaseBillMain
     {
         public Int64 HDeptID;
-        public Int64 HProcTrapTarGetVal;
-        public Int64 HProcKPITarGetVal;
-        public Int64 HProcOmitTarGetVal;
-        public Int64 HProcPPMTarGetVal;
-        public Int64 HProcTarGetVal; //各工序目标值
-        public Int64 HInspectOrgID;
+        public double HProcTrapTarGetVal;
+        public double HProcKPITarGetVal;
+        public double HProcOmitTarGetVal;
+        public double HProcPPMTarGetVal;
+        public double HProcTarGetVal; //各工序目标值
+        public double HInspectOrgID;
 
     }
 }

--
Gitblit v1.9.1