From 43b2af8956d54dc3a53f211c53d8af582806b6ba Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期二, 08 四月 2025 11:18:58 +0800 Subject: [PATCH] 备料任务合并发料只适用于包装车间工单发料 备料任务增加根据发料类型,调用相应发料单据的ERP接口 --- Tiger.Business/Tiger.Business.csproj | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Tiger.Business/Tiger.Business.csproj b/Tiger.Business/Tiger.Business.csproj index d6cc7ee..c4dd6f9 100644 --- a/Tiger.Business/Tiger.Business.csproj +++ b/Tiger.Business/Tiger.Business.csproj @@ -66,6 +66,7 @@ <Compile Remove="BaseService.cs" /> <Compile Remove="Common\ApiConfig.cs" /> <Compile Remove="DbBaseR.cs" /> + <Compile Remove="DbCache\DbCacheBus.cs" /> <Compile Remove="DbClientR.cs" /> <Compile Remove="MES\Biz.WorkAction.cs" /> </ItemGroup> @@ -147,7 +148,7 @@ <EmbeddedResource Include="Language\common.json" /> </ItemGroup> - <ProjectExtensions><VisualStudio><UserProperties bizsettings_1json__JsonSchema="https://json.schemastore.org/appsettings.json" /></VisualStudio></ProjectExtensions> + <ProjectExtensions><VisualStudio><UserProperties /></VisualStudio></ProjectExtensions> <Target Name="PostBuild" AfterTargets="PostBuildEvent"> <Exec Command="xcopy /r/y/i $(ProjectDir)$(OutDir)$(AssemblyName).dll $(SolutionDir)Tiger.Api\$(OutDir)
xcopy /r/y/i $(ProjectDir)$(OutDir)$(AssemblyName).pdb $(SolutionDir)Tiger.Api\$(OutDir)" /> -- Gitblit v1.9.3