From f43f8a3f0b5f395512450f5cf03b75fa612dd7d4 Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期三, 07 五月 2025 15:27:36 +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