From dc1d68f934ab19d09e22983c810b39bc1fc1f4c7 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期一, 21 十一月 2022 10:50:04 +0800
Subject: [PATCH] 出站汇报单新增模块界面增加人员数、机器数

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

diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj
index 2d2d391..9e9eac2 100644
--- a/WebAPI/WebAPI.csproj
+++ b/WebAPI/WebAPI.csproj
@@ -604,6 +604,7 @@
     <Compile Include="Models\Sc_WorkDemandPlanBillMain.cs" />
     <Compile Include="Models\Sc_WorkDemandPlanBillSub.cs" />
     <Compile Include="Models\SOPBill.cs" />
+    <Compile Include="Models\SOPBillSub.cs" />
     <Compile Include="Models\TechnologyParameter.cs" />
     <Compile Include="Models\TechnologyParameterUnit.cs" />
     <Compile Include="Models\TechParamByProc.cs" />

--
Gitblit v1.9.1