zjh
2024-12-17 f20eab3d08011a159e728f5dbfd3197b8ba84d09
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;
    }