zhaowenxuan
2024-12-12 b9de98ba9d9d7908c38f94fc2ec8917bdc89ef75
ltkj-common/src/main/java/com/ltkj/common/core/domain/entity/SysDept.java
@@ -87,6 +87,7 @@
    /**
     * 组织类型(PT10.06.17)
     * 1检验 2 检查  3常规处置
     */
    private String orgType;
@@ -216,6 +217,8 @@
    @TableField(exist = false)
    private List<SysDept> children = new ArrayList<SysDept>();
    private String modality;
    public Long getDeptId() {
        return deptId;
    }