11
yanjinhui
2025-04-30 752223f279965b562e3d086b78f01efb55925ae4
project/WCS/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);
    }
}