From 2d2a6b9d20ae8c5d9fcbedac48b4428f696fa127 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 16 五月 2024 14:46:35 +0800
Subject: [PATCH] 招聘简历打印

---
 CoreCms.Net.IServices/baifenbingfa/IBfbfComAPIService.cs |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/CoreCms.Net.IServices/baifenbingfa/IBfbfComAPIService.cs b/CoreCms.Net.IServices/baifenbingfa/IBfbfComAPIService.cs
index 59cbe73..dee9bc0 100644
--- a/CoreCms.Net.IServices/baifenbingfa/IBfbfComAPIService.cs
+++ b/CoreCms.Net.IServices/baifenbingfa/IBfbfComAPIService.cs
@@ -18,6 +18,13 @@
         /// <param name="s"></param>
         /// <returns></returns>
         Task<List<SearchUserData>> SearchUserData(string s);
+        /// <summary>
+        /// 妫�鏌ョ敤鎴锋槸鍚︽槸缁忛攢鍟�
+        /// </summary>
+        /// <param name="UserId"></param>
+        /// <returns></returns>
+
+        Task<bool> IsDictionary(int UserId);
     }
 
 

--
Gitblit v1.9.1