| 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/TrackloginfoService.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/TrackloginfoService.cs
@@ -1,4 +1,5 @@ 锘縰sing Newtonsoft.Json; 锘縰sing Microsoft.AspNetCore.Mvc; using Newtonsoft.Json; using SqlSugar; using System; using System.Collections.Generic; @@ -61,5 +62,15 @@ } return content1; } public override PageGridData<Dt_trackloginfo> GetPageData(PageDataOptions options) { return base.GetPageData(options); } } }