master
tianxinlei 2026-05-25 09:07:01 +08:00
parent ac0c567b2a
commit 6b13f62e73
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ public class TaskListPageQry extends PageQuery {
private Long createCorpId;
@ApiModelProperty(value = "执行公司ID")
private Long executeCorpId;
@ApiModelProperty(value = "执行人ID")
private Long executeUserId;
@ApiModelProperty(value = "清单名称(模糊查询)")
private String taskListName;
@ApiModelProperty(value = "任务级别1-企业级 2-部门级 3-班组级")