From 2a6faaafeaf0651ca7459a22a8110e611fd2a042 Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期三, 30 八月 2023 08:45:44 +0800 Subject: [PATCH] 基础资料,保存/审核送货单凯贝奈特新增判断,excel导入送货单查询语句修改, --- WebAPI/WebAPI.csproj | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 7d2421f..8638867 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -210,6 +210,7 @@ <Compile Include="Code\Common.cs" /> <Compile Include="Code\Test2.cs" /> <Compile Include="Code\TestDAL.cs" /> + <Compile Include="Controllers\BasicInfoController.cs" /> <Compile Include="Controllers\QuotePriceBilController.cs" /> <Compile Include="Controllers\BarCodeController.cs" /> <Compile Include="Controllers\NpoiHelper.cs" /> -- Gitblit v1.9.1