xuhy
5 天以前 9d65efd71dccdc01942409be68b29b83ec0fa91c
ruoyi-system/src/main/java/com/ruoyi/system/model/TProjectDept.java
@@ -47,5 +47,7 @@
    @TableField(exist = false)
    private List<TProjectDept> children;
    @ApiModelProperty("部门人数")
    @TableField(exist = false)
    private Integer userCount;
}