11
yanjinhui
2025-04-30 752223f279965b562e3d086b78f01efb55925ae4
project/ºǫ́¹ÜÀí/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/ISys_UserService.cs
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"
Îļþ´Ó ÏîÄ¿´úÂë/WCS/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);
    }
}