From 92bc347f39b0c9b03c394b8fb918de2bd018b986 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期日, 29 六月 2025 19:03:31 +0800
Subject: [PATCH] 物料标准包装模块;送货单添加保存前后存储过程控制;

---
 Model/Model.csproj |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Model/Model.csproj b/Model/Model.csproj
index 83e556d..0c32da3 100644
--- a/Model/Model.csproj
+++ b/Model/Model.csproj
@@ -142,7 +142,9 @@
     <Compile Include="SCM\ClsSup_EvaluateBillSub.cs" />
     <Compile Include="SCM\ClsSup_EvaluateSchemeBillMain.cs" />
     <Compile Include="SCM\ClsSup_EvaluateSchemeBillSub.cs" />
+    <Compile Include="SCM\ClsSupMaterPackBillMain.cs" />
     <Compile Include="SCM\ClsSup_QuotePriceBillMain.cs" />
+    <Compile Include="SCM\ClsSupMaterPackBillSub.cs" />
     <Compile Include="SCM\ClsSup_QuotePriceBillSub.cs" />
     <Compile Include="SCM\ClsSup_SampleRequestBillMain.cs" />
     <Compile Include="SCM\ClsSup_SampleRequestBillSub.cs" />

--
Gitblit v1.9.1