| | |
| | | @Data |
| | | public class StatutoryCertificateVO { |
| | | @ApiModelProperty(value = "法定就业年龄段持证残疾人数占比-视力") |
| | | private Integer statutoryCertificateEyesight; |
| | | private Integer statutoryCertificateEyesight = 0; |
| | | |
| | | @ApiModelProperty(value = "法定就业年龄段持证残疾人数占比-智力") |
| | | private Integer statutoryCertificateIntellect; |
| | | private Integer statutoryCertificateIntellect = 0; |
| | | |
| | | @ApiModelProperty(value = "法定就业年龄段持证残疾人数占比-肢体") |
| | | private Integer statutoryCertificateLimb; |
| | | private Integer statutoryCertificateLimb = 0; |
| | | |
| | | @ApiModelProperty(value = "法定就业年龄段持证残疾人数占比-言语") |
| | | private Integer statutoryCertificateSpeech; |
| | | private Integer statutoryCertificateSpeech = 0; |
| | | |
| | | @ApiModelProperty(value = "法定就业年龄段持证残疾人数占比-听力") |
| | | private Integer statutoryCertificateHearing; |
| | | private Integer statutoryCertificateHearing = 0; |
| | | } |