From f7f7279a6631ef9929b8087204c7f210e3ec7f5b Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期五, 10 一月 2025 01:04:42 +0800 Subject: [PATCH] 重构输入类型,更新方法和命名空间 --- Tiger.Business/Tiger.Business.csproj | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Tiger.Business/Tiger.Business.csproj b/Tiger.Business/Tiger.Business.csproj index d6cc7ee..979f7cc 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> -- Gitblit v1.9.3