xuhy
2025-07-08 a854018581242fbe4e87f0c3365178ec6ce7b8be
ruoyi-system/src/main/java/com/ruoyi/system/vo/system/ProjectDeptListVO.java
@@ -10,6 +10,5 @@
@ApiModel(value = "项目部门列表不分页VO")
public class ProjectDeptListVO extends TProjectDept {
    @ApiModelProperty("部门人数")
    private Integer userCount;
}