From c9501acdf8e497e88a467a5c8dec4f88b125fcfd Mon Sep 17 00:00:00 2001 From: zgq <519541279@qq.com> Date: 星期二, 20 四月 2021 21:43:08 +0800 Subject: [PATCH] 新增委外工序接收单模块 --- WebAPI/WebAPI.csproj | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 13ca4d5..f2fa65e 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -347,7 +347,8 @@ <Compile Include="Models\M_StationBillMail.cs" /> <Compile Include="Models\M_Process.cs" /> <Compile Include="Models\Sc_ProcessPlanViewModel.cs" /> - <Compile Include="Models\StationEntrustInBill.cs" /> + <Compile Include="Models\Sc_ProcessReportViewModel.cs" /> + <Compile Include="Models\StationBill.cs" /> <Compile Include="Models\StationOutBillView.cs" /> <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> @@ -359,6 +360,7 @@ <DesignTimeSharedInput>True</DesignTimeSharedInput> <DependentUpon>Settings.settings</DependentUpon> </Compile> + <Compile Include="Service\LuBaoSevice.cs" /> <Compile Include="Service\ProcessDal.cs" /> <Compile Include="Service\YqnDal.cs" /> <Compile Include="Service\YqnQbService.cs" /> -- Gitblit v1.9.1