From 8c8bd7bb3855e9e8c794da52dfa97cf2ebc6beba Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期六, 09 八月 2025 12:37:22 +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