From bad4badaa36382cd3ff2e7fd766a26dadd26645b Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期四, 08 五月 2025 18:59:31 +0800 Subject: [PATCH] 推送异常处置单逻辑完成 --- StandardInterface/MES.Service/MES.Service.csproj | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/StandardInterface/MES.Service/MES.Service.csproj b/StandardInterface/MES.Service/MES.Service.csproj index 5f0ecb4..fb62dfb 100644 --- a/StandardInterface/MES.Service/MES.Service.csproj +++ b/StandardInterface/MES.Service/MES.Service.csproj @@ -27,6 +27,9 @@ <Reference Include="Kingdee.CDP.WebApi.SDK"> <HintPath>resources\Kingdee.CDP.WebApi.SDK.dll</HintPath> </Reference> + <Reference Include="TopSdk"> + <HintPath>resources\TopSdk.dll</HintPath> + </Reference> </ItemGroup> </Project> -- Gitblit v1.9.3