“djh”
2025-07-15 994de8bc7067afc1e32043eeeaabdda60d400ef1
multi-common/src/main/java/com/gkhy/exam/common/domain/entity/SysDept.java
@@ -79,9 +79,10 @@
    @ApiModelProperty("部门类型1默认2管理")
    @NotBlank(message = "部门类型不能为空")
    private String deptType;
    @ApiModelProperty("是否智能分配1是2否")
    @ApiModelProperty("是否职能分配1是2否")
    private String responsType;
    /** 子部门 */
    private List<SysDept> children = new ArrayList<SysDept>();