优化代码

This commit is contained in:
不做码农
2022-01-05 20:44:18 +08:00
parent 676d466e7d
commit 73fb8d001b
3 changed files with 10 additions and 20 deletions

View File

@@ -37,9 +37,5 @@ namespace ZR.Service.System
return logModel;
}
public PagedInfo<SysTasksLog> GetPages(Expression<Func<SysTasksLog, bool>> where, PagerInfo parm, Expression<Func<SysTasksLog, object>> order, string orderType)
{
throw new NotImplementedException();
}
}
}