优化任务查询

This commit is contained in:
不做码农
2023-07-06 21:54:57 +08:00
parent 861cfded06
commit de1768d59d
4 changed files with 33 additions and 16 deletions

View File

@@ -1,10 +1,12 @@
using ZR.Model.System;
using ZR.Model;
using ZR.Model.System;
using ZR.Model.System.Dto;
namespace ZR.Service.System.IService
{
public interface ISysTasksQzService : IBaseService<SysTasks>
{
PagedInfo<SysTasks> SelectTaskList(TasksQueryDto parm);
//SysTasksQz GetId(object id);
int AddTasks(SysTasks parm);
int UpdateTasks(SysTasks parm);