yanjinhui
2025-04-11 cdade79054bddf08239bdbdbbc4d0eafb9497adb
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/ILoginhsyService.cs
@@ -3,6 +3,7 @@
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;
@@ -13,8 +14,6 @@
    public interface ILoginhsyService : IService<Dt_Loginhsy>
    {
        IRepository<Dt_Loginhsy> Repository { get; }
<<<<<<< Updated upstream
=======
        /// <summary>
        /// ç™»å…¥è®°å½•
@@ -26,10 +25,9 @@
        /// é€€å‡ºæ—¶é—´
        /// </summary>
        /// <returns></returns>
        WebResponseContent OutLoginTime(int id);
        WebResponseContent OutLoginTime(string account);
        
       
>>>>>>> Stashed changes
    }