1
z8018
2025-06-06 7876ac5d67b12e206a68db17c4034df52fa2f060
project/ºǫ́¹ÜÀí/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/ISys_UserService.cs
@@ -8,6 +8,7 @@
using WIDESEAWCS_Core;
using WIDESEAWCS_Core.BaseServices;
using WIDESEAWCS_DTO.SerialPort;
using WIDESEAWCS_DTO.Telescopic;
using WIDESEAWCS_Model;
using WIDESEAWCS_Model.Models;
@@ -85,8 +86,12 @@
        string FaceCompareFeature(string file1, string file2);
        /// <summary>
        /// è¡¨è¿žæŽ¥è§’色表,展示数据
        /// </summary>
        /// <returns></returns>
        WebResponseContent YShowUserList(PaginationDTO pagination);
    }
}