项目代码/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> /// 鐧诲叆璁板綍 @@ -29,7 +28,6 @@ WebResponseContent OutLoginTime(int id); >>>>>>> Stashed changes }