yanjinhui
2025-04-11 cdade79054bddf08239bdbdbbc4d0eafb9497adb
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/ILoginhsyService.cs
@@ -3,8 +3,10 @@
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WIDESEAWCS_Core;
using WIDESEAWCS_Core.BaseRepository;
using WIDESEAWCS_Core.BaseServices;
using WIDESEAWCS_DTO.Telescopic;
using WIDESEAWCS_Model.Models;
namespace WIDESEAWCS_ITelescopicService
@@ -12,6 +14,20 @@
    public interface ILoginhsyService : IService<Dt_Loginhsy>
    {
        IRepository<Dt_Loginhsy> Repository { get; }
        /// <summary>
        /// ç™»å…¥è®°å½•
        /// </summary>
        /// <returns></returns>
        WebResponseContent LoginRecord(PaginationDTO pagination);
        /// <summary>
        /// é€€å‡ºæ—¶é—´
        /// </summary>
        /// <returns></returns>
        WebResponseContent OutLoginTime(string account);
    }