From cf46a6e4beb7e83af331a28065c96077fa2f1e15 Mon Sep 17 00:00:00 2001 From: zrg <z18737863051@163.com> Date: 星期三, 11 十二月 2024 09:47:08 +0800 Subject: [PATCH] 完善出厂检验单,人员履历查询增加一个物料参数 --- Model/质检管理/ClsQC_PatrolProcCheckOtherBillMain.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git "a/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_PatrolProcCheckOtherBillMain.cs" "b/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_PatrolProcCheckOtherBillMain.cs" index eb09606..9884caf 100644 --- "a/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_PatrolProcCheckOtherBillMain.cs" +++ "b/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_PatrolProcCheckOtherBillMain.cs" @@ -37,6 +37,8 @@ public Int64 HSampleUnRightQty; public string HQCStatus; public string HBatchNo; + public string HTakeSampleCheckBillNo; + public Int64 HTakeSampleCheckBillID; public Int64 HSampleQty; public Int64 HSampleSchemeID; public Int64 HAcceptQty; -- Gitblit v1.9.1