| | |
| | | @Data |
| | | public class EducationVO { |
| | | @ApiModelProperty(value = "适龄残疾儿童少年义务教育-一年级") |
| | | private Integer educationOne; |
| | | private Integer educationOne = 0; |
| | | |
| | | @ApiModelProperty(value = "适龄残疾儿童少年义务教育-二年级") |
| | | private Integer educationTwo; |
| | | private Integer educationTwo = 0; |
| | | |
| | | @ApiModelProperty(value = "适龄残疾儿童少年义务教育-三年级") |
| | | private Integer educationThree; |
| | | private Integer educationThree = 0; |
| | | |
| | | @ApiModelProperty(value = "适龄残疾儿童少年义务教育-四年级") |
| | | private Integer educationFour; |
| | | private Integer educationFour = 0; |
| | | |
| | | @ApiModelProperty(value = "适龄残疾儿童少年义务教育-五年级") |
| | | private Integer educationFive; |
| | | private Integer educationFive = 0; |
| | | |
| | | @ApiModelProperty(value = "适龄残疾儿童少年义务教育-六年级") |
| | | private Integer educationSix; |
| | | private Integer educationSix = 0; |
| | | |
| | | @ApiModelProperty(value = "适龄残疾儿童少年义务教育-七年级") |
| | | private Integer educationSeven; |
| | | private Integer educationSeven = 0; |
| | | |
| | | @ApiModelProperty(value = "适龄残疾儿童少年义务教育-八年级") |
| | | private Integer educationEight; |
| | | private Integer educationEight = 0; |
| | | |
| | | @ApiModelProperty(value = "适龄残疾儿童少年义务教育-九年级") |
| | | private Integer educationNine; |
| | | private Integer educationNine = 0; |
| | | } |