zjh
2024-12-03 06ef175a1e9f72b3863757319b2f6ff76c5a2f05
ltkj-common/src/main/java/com/ltkj/common/core/domain/entity/SysDept.java
@@ -217,6 +217,8 @@
    @TableField(exist = false)
    private List<SysDept> children = new ArrayList<SysDept>();
    private String modality;
    public Long getDeptId() {
        return deptId;
    }