From e1cbefad8e411d8305c6730c2e1e0221a7525c9d Mon Sep 17 00:00:00 2001 From: zrg <z18737863051@163.com> Date: 星期三, 09 十月 2024 16:32:34 +0800 Subject: [PATCH] 增加斯莫尔质量报表增加过滤条件查询,质量月度目标单增加 字段 HProcTarGetVal money --各工序目标值, --- Model/质检管理/ClsQC_MonthTarGetBillMain.cs | 1 + 1 files changed, 1 insertions(+), 0 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..7001db6 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" @@ -11,6 +11,7 @@ public Int64 HProcKPITarGetVal; public Int64 HProcOmitTarGetVal; public Int64 HProcPPMTarGetVal; + public Int64 HProcTarGetVal; //各工序目标值 public Int64 HInspectOrgID; } -- Gitblit v1.9.1