From ed19ccc33fc2f5abf4ccfdbe777e5bf97cc10dc6 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期四, 17 十月 2024 15:47:53 +0800 Subject: [PATCH] 出门确认单:新增表头字段 出厂地点HOutAddress --- WebAPI/WebAPI.csproj | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index ab24bba..cb42ec2 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -432,6 +432,7 @@ <Compile Include="Controllers\CGGL\Cg_PayableBillController.cs" /> <Compile Include="Controllers\CJGL\Cj_CallGoodsBillBackController.cs" /> <Compile Include="Controllers\CJGL\Cj_CallGoodsBillMainController.cs" /> + <Compile Include="Controllers\CJGL\Cj_CenterCheckBillController.cs" /> <Compile Include="Controllers\CJGL\Cj_ComplementGoodsBillController.cs" /> <Compile Include="Controllers\CJGL\Cj_NoPassProcController.cs" /> <Compile Include="Controllers\CJGL\Cj_SendGoodsBillController.cs" /> @@ -441,6 +442,7 @@ <Compile Include="Controllers\SBGL\SBBB\Sb_EquipMentCollectionTechParamController.cs" /> <Compile Include="Controllers\SBGL\SBBB\Sb_EquipMentCollectionTechParam_TempController.cs" /> <Compile Include="Controllers\SCGL\Sc_ProductionReportsController.cs" /> + <Compile Include="Controllers\XSGL\Xs_OutDoorBillController.cs" /> <Compile Include="Controllers\ZLGL\BaseSet\Gy_InspectBasisController.cs" /> <Compile Include="Controllers\ZLGL\BaseSet\Gy_InspectMethodController.cs" /> <Compile Include="Controllers\ZLGL\BaseSet\Gy_QualityController.cs" /> @@ -1090,8 +1092,6 @@ <DesignTime>True</DesignTime> <DependentUpon>Reference.map</DependentUpon> </Compile> - <Compile Include="WebBLL\JCJM\GYZL\Gy_CustomerService.cs" /> - <Compile Include="WebBLL\JCJM\IMPL\Gy_CustomerImpl.cs" /> <Compile Include="WebServer.cs" /> </ItemGroup> <ItemGroup> -- Gitblit v1.9.1