“djh”
2025-12-02 57527ccc31b1ba518036abfaa5e9a55ad3f97e12
multi-system/src/main/java/com/gkhy/exam/system/domain/vo/SysDeptSaveDTOReq.java
@@ -52,6 +52,10 @@
    @NotBlank(message = "是否智能分配不能为空")
    private String responsType;
    @ApiModelProperty("是否管理层0否1是")
    @NotBlank(message = "是否管理层0否1是")
    private String deptType;
//    @ApiModelProperty("负责部门id")
//    private List<Long> childDeptIds;