src/main/java/com/cl/pojo/vo/screen/HighSchoolVO.java
@@ -8,11 +8,11 @@ @Data public class HighSchoolVO { @ApiModelProperty(value = "应届高校残疾毕业生数-就业") private Integer highSchoolEmployment; private Integer highSchoolEmployment = 0; @ApiModelProperty(value = "应届高校残疾毕业生数-个体就业") private Integer highSchoolIndividual; private Integer highSchoolIndividual = 0; @ApiModelProperty(value = "应届高校残疾毕业生数-灵活就业") private Integer highSchoolFlexible; private Integer highSchoolFlexible = 0; }