From d6ae263adb0e32fd3c4496cbc0c180d63ced763e Mon Sep 17 00:00:00 2001
From: WX <wx036@qq.com>
Date: 星期六, 09 十二月 2023 20:47:54 +0800
Subject: [PATCH] 图谱接口需求

---
 RiskControl.NewService/RiskControl.NewService.csproj |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/RiskControl.NewService/RiskControl.NewService.csproj b/RiskControl.NewService/RiskControl.NewService.csproj
index 8b33a8b..dc15a07 100644
--- a/RiskControl.NewService/RiskControl.NewService.csproj
+++ b/RiskControl.NewService/RiskControl.NewService.csproj
@@ -160,6 +160,7 @@
     <Compile Include="Entity\CreditRatingReportStar.cs" />
     <Compile Include="Entity\QccDbEntity\SysCompanyOriginalName.cs" />
     <Compile Include="Entity\RiskControlRR\PayErrLog.cs" />
+    <Compile Include="Entity\RiskControlRR\RRGraphChain.cs" />
     <Compile Include="Entity\RiskControlRR\UseOrder.cs" />
     <Compile Include="Entity\RiskControlRR\PayOrder.cs" />
     <Compile Include="Entity\RiskControlRR\PayRechargeAmount.cs" />
@@ -558,6 +559,7 @@
     <Compile Include="Service\IndustryChainService.cs" />
     <Compile Include="Service\LeaseProjService.cs" />
     <Compile Include="Service\PjrzService.cs" />
+    <Compile Include="Service\RRService.cs" />
     <Compile Include="Service\UseService.cs" />
     <Compile Include="Service\SmartInvestAlarmService.cs" />
     <Compile Include="Service\LeaseAlarmService.cs" />

--
Gitblit v1.8.0