From 7326f36860d3a7d5355bd2f7546f905010a8fb6f Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期一, 19 八月 2024 15:06:06 +0800
Subject: [PATCH] 增加企业执照文件,身份证文件验证上传,增加人脸特征上传

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

diff --git a/cylsg/cylsg.Application/cylsg.Application.csproj b/cylsg/cylsg.Application/cylsg.Application.csproj
index d4d1c03..0d6e2b3 100644
--- a/cylsg/cylsg.Application/cylsg.Application.csproj
+++ b/cylsg/cylsg.Application/cylsg.Application.csproj
@@ -26,7 +26,9 @@
 		<ProjectReference Include="..\cylsg.Core\cylsg.Core.csproj" />
 		<ProjectReference Include="..\cylsg.Model\cylsg.Model.csproj" />
 		<ProjectReference Include="..\cylsg.redis\cylsg.redis.csproj" />
+		<ProjectReference Include="..\cylsg.utility\cylsg.utility.csproj" />
 		<ProjectReference Include="..\EzTencentCloud\EzTencentCloud.csproj" />
+		<ProjectReference Include="..\EzUpFile\EzUpFile.csproj" />
 		<ProjectReference Include="..\EzWechat\EzWechat.csproj" />
 	</ItemGroup>
 

--
Gitblit v1.9.1