| | |
| | | public class LoginhsyService : ServiceBase<Dt_Loginhsy, IRepository<Dt_Loginhsy>>, ILoginhsyService |
| | | { |
| | | public IRepository<Dt_Loginhsy> Repository => BaseDal; |
| | | private readonly IRepository<Sys_User> _user; |
| | | |
| | | public LoginhsyService(IRepository<Dt_Loginhsy> BaseDal) : base(BaseDal) |
| | | { |
| | | |
| | | } |
| | | //public override PageGridData<Dt_Loginhsy> GetPageData(PageDataOptions options) |
| | | //{ |
| | | // OrderByParameters = new Dictionary<string, SqlSugar.OrderByType> { |
| | | // { |
| | | // nameof(Dt_Loginhsy.CreateDate),SqlSugar.OrderByType.Desc//ææ¶é´éåºæå |
| | | // } }; |
| | | // return base.GetPageData(options); |
| | | //} |
| | | |
| | | <<<<<<< Updated upstream |
| | | ======= |
| | | } |
| | | |
| | | public WebResponseContent LoginRecord(PaginationDTO pagination) |
| | | { |
| | | try |
| | |
| | | return new WebResponseContent { Status = false, Message = "é误信æ¯"+ex }; |
| | | } |
| | | } |
| | | >>>>>>> Stashed changes |
| | | } |
| | | |
| | | } |