zjh
2024-12-11 5c02263e1dee4960eb81757dc6b13f2e2d6cadb6
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;
    }