From c5f02074cf8822ce16d93e6cc5aac4639f7b4622 Mon Sep 17 00:00:00 2001 From: yxj <1qaz@123> Date: 星期五, 26 十一月 2021 16:07:10 +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 a65bbd9..aa84e22 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -278,6 +278,7 @@ <Compile Include="App_Start\RouteConfig.cs" /> <Compile Include="App_Start\SwaggerConfig.cs" /> <Compile Include="App_Start\WebApiConfig.cs" /> + <Compile Include="Controllers\BaseSet\Gy_BarCodeBillController.cs" /> <Compile Include="Controllers\BaseSet\Gy_ClassTimePrjSubController.cs" /> <Compile Include="Controllers\BaseSet\Gy_ClassTimePrjController.cs" /> <Compile Include="Controllers\BaseSet\Pay_PeriodInfoSetController.cs" /> -- Gitblit v1.9.1