XiaoRuby
2023-08-25 b0b77110b22827d453e9a1580906b3f53add19f9
standard-server/src/main/java/com/yuanchu/limslaboratory/pojo/Organizational.java
@@ -16,6 +16,7 @@
import lombok.experimental.Accessors;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotNull;
/**
 * <p>
@@ -41,7 +42,7 @@
    @ApiModelProperty(value = "部门名称", example = "开发部", required = true)
    private String department;
    @NotBlank(message = "请选择上级部门!")
    @NotNull(message = "请选择上级部门!")
    @ApiModelProperty(value = "上级部门ID", example = "1", required = true)
    private Integer fatherId;