From 5402ccf6d9f8bb3d75e837d457d74cbfc2243c3a Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期二, 25 三月 2025 08:44:35 +0800
Subject: [PATCH] 注释一个工序负荷分析汇总报表 没有权限的查询
---
Model/质检管理/ClsQC_MonthTarGetBillMain.cs | 11 ++++++-----
1 files changed, 6 insertions(+), 5 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 246103b..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,11 +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 HInspectOrgID;
+ public double HProcTrapTarGetVal;
+ public double HProcKPITarGetVal;
+ public double HProcOmitTarGetVal;
+ public double HProcPPMTarGetVal;
+ public double HProcTarGetVal; //各工序目标值
+ public double HInspectOrgID;
}
}
--
Gitblit v1.9.1