From ece36a265e3d56b6a903b3cbd6ce0a8ff7cb47a6 Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期五, 16 四月 2021 10:30:31 +0800 Subject: [PATCH] 在控制里面新增了列表API显示方法(合并) --- WebAPI/WebAPI.csproj | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 373275c..4cf5f75 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -325,6 +325,10 @@ <Compile Include="Controllers\BaseSet\Gy_SourceController.cs" /> <Compile Include="Controllers\BaseSet\Gy_SupplierController.cs" /> <Compile Include="Controllers\BaseSet\Gy_WarehouseController.cs" /> + <Compile Include="Controllers\CGGL\Cg_POOrderBillController.cs" /> + <Compile Include="Controllers\CGGL\WW_EntrustOrderBillController.cs" /> + <Compile Include="Controllers\CGGL\Cg_POInStockBillController.cs" /> + <Compile Include="Controllers\CGGL\Cg_POInStockBackBillController.cs" /> <Compile Include="Controllers\CJGL\Cj_NoPassProcController.cs" /> <Compile Include="Controllers\CJGL\Cj_StationEntrustOutBillController.cs" /> <Compile Include="Controllers\Sc_ProcessMangementController.cs" /> @@ -335,6 +339,9 @@ <Compile Include="Controllers\SCGL\Sc_ICMOReportBillController.cs" /> <Compile Include="Controllers\SCGL\Sc_PPBomBillController.cs" /> <Compile Include="Controllers\Sc_CheckToolsRepairWorkBillController.cs" /> + <Compile Include="Controllers\XSGL\Xs_SeOutStockBackBillController.cs" /> + <Compile Include="Controllers\XSGL\Xs_SeOutStockBillController.cs" /> + <Compile Include="Controllers\XSGL\Xs_SeOrderBillController.cs" /> <Compile Include="Dapper\SqlHelper.cs" /> <Compile Include="Dapper\SqlPools.cs" /> <Compile Include="DbUntil\DataFormatUntil.cs" /> -- Gitblit v1.9.1