From 752223f279965b562e3d086b78f01efb55925ae4 Mon Sep 17 00:00:00 2001 From: yanjinhui <3306209981@qq.com> Date: 星期三, 30 四月 2025 16:32:23 +0800 Subject: [PATCH] 11 --- project/后台管理/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/ISys_UserService.cs | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/ISys_UserService.cs" "b/project/\345\220\216\345\217\260\347\256\241\347\220\206/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/ISys_UserService.cs" similarity index 92% copy from "\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/ISys_UserService.cs" copy to "project/\345\220\216\345\217\260\347\256\241\347\220\206/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/ISys_UserService.cs" index af87416..d9db6b7 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/ISys_UserService.cs" +++ "b/project/\345\220\216\345\217\260\347\256\241\347\220\206/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/ISys_UserService.cs" @@ -72,11 +72,21 @@ WebResponseContent SaveFaceFiles(IFormCollection files); + /// <summary> + /// 鏍规嵁鐢ㄦ埛璐﹀彿杩斿洖閮ㄩ棬id + /// </summary> + /// <returns></returns> + WebResponseContent ReturnDeptid(string account); + + //浜鸿劯鍒犻櫎锛堝垹闄ょ敤鎴风殑鏌愪竴寮犱汉鑴革紝濡傛灉璇ョ敤鎴峰彧鏈変竴寮犱汉鑴稿浘鐗囷紝鍒欏悓鏃跺垹闄ょ敤鎴枫�傦級 WebResponseContent DeleteUserIsface(string account); string FaceCompareFeature(string file1, string file2); + + + } } -- Gitblit v1.9.3