fix(task): 修复任务评分权限控制问题

master
zhaokai 2026-03-05 14:37:48 +08:00
parent 6a6d5da681
commit b924a38cdd
1 changed files with 1 additions and 0 deletions

View File

@ -43,5 +43,6 @@ public class ProjectTaskPageQry extends PageQuery {
//结束时间
@ApiModelProperty(value = "结束时间")
private String endDate;
private String menuPath;
}