From 2a31b5e797d098575d66adc62c4837e61e131a0a Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期四, 08 四月 2021 09:05:11 +0800 Subject: [PATCH] 新增模具控制器基础资料方法 --- WebAPI/WebAPI.csproj | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 9316a41..b1a5a6e 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -329,6 +329,9 @@ <Compile Include="Controllers\LMESController.cs" /> <Compile Include="Controllers\LookingForBillController.cs" /> <Compile Include="Controllers\NewApiController.cs" /> + <Compile Include="Controllers\SCGL\Sc_ICMOReportBillController.cs" /> + <Compile Include="Controllers\SCGL\Sc_PPBomBillController.cs" /> + <Compile Include="Controllers\Sc_CheckToolsRepairWorkBillController.cs" /> <Compile Include="Dapper\SqlHelper.cs" /> <Compile Include="Dapper\SqlPools.cs" /> <Compile Include="DbUntil\DataFormatUntil.cs" /> -- Gitblit v1.9.1