From 90b8b9b16b9b91669c82fda653167f9dc99889d0 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期三, 12 三月 2025 14:30:07 +0800 Subject: [PATCH] 供应商:增加联系人 子表 --- WebAPI/WebAPI.csproj | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index dbb8e11..2fa82e3 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -819,6 +819,7 @@ <Compile Include="HttpClient.cs" /> <Compile Include="InvokeHelper.cs" /> <Compile Include="Log.cs" /> + <Compile Include="Models\ClsGy_Supplier_Link.cs" /> <Compile Include="Models\ClsGy_Supplier_PayPlan.cs" /> <Compile Include="Models\ClsGy_MouldFileBillSub_DotCheckRule.cs" /> <Compile Include="Models\ClsGy_MouldFileBillSub_MaintainRule.cs" /> -- Gitblit v1.9.1