refactor(task): 重构项目任务评分权限检查逻辑

master
zhaokai 2026-03-19 10:04:08 +08:00
parent 2317d7de55
commit ce2426cbd7
1 changed files with 1 additions and 1 deletions

View File

@ -47,6 +47,6 @@ public class DomainDepartmentListCO {
private Long domainDepartmentUserCount; private Long domainDepartmentUserCount;
@ApiModelProperty(value = "是否可以修改,true:可以,false:不可以") @ApiModelProperty(value = "是否可以修改,true:可以,false:不可以")
private Boolean updateFlag ; private Boolean updateFlag = true ;
} }