From 1869da0ed72dfa054f611bdd3c46aba8cc062b88 Mon Sep 17 00:00:00 2001 From: yxj <yxj@hz-kingdee.com> Date: 星期五, 05 一月 2024 17:09:08 +0800 Subject: [PATCH] 新增PDA用户登入验证调用方法,新增扫码返回供应商信息方法,扫码返回客户信息方法修改 --- WebAPI/WebAPI.csproj | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index c87a21f..5d5683a 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -619,6 +619,11 @@ <Compile Include="DbUntil\DataFormatUntil.cs" /> <Compile Include="DLL\ClsGy_InspectInstruMent_Ctl.cs" /> <Compile Include="DLL\ClsGy_InspectBasis_Ctl.cs" /> + <Compile Include="DLL\ClsGy_PostSkill_Ctl.cs" /> + <Compile Include="DLL\ClsGy_StockOutStyle_Ctl.cs" /> + <Compile Include="DLL\ClsGy_StockInStyle_Ctl.cs" /> + <Compile Include="DLL\ClsGy_StockMoveStyle_Ctl.cs" /> + <Compile Include="DLL\ClsGy_Post_Ctl.cs" /> <Compile Include="DLL\ClsGy_QualityStd_Ctl.cs" /> <Compile Include="DLL\ClsGy_InspectMethod_Ctl.cs" /> <Compile Include="DLL\ClsGy_InspectValue_Ctl.cs" /> -- Gitblit v1.9.1