| | |
| | | @Data |
| | | public class ScreenVO { |
| | | @ApiModelProperty("持证残疾人数") |
| | | private CertificateVO certificateVO; |
| | | private CertificateVO certificateVO = new CertificateVO(); |
| | | @ApiModelProperty("残疾人工作者队伍人数") |
| | | private WorkerVO workerVO; |
| | | private WorkerVO workerVO = new WorkerVO(); |
| | | @ApiModelProperty("残疾儿童康复训练人数") |
| | | private DrillVO drillVO; |
| | | private DrillVO drillVO = new DrillVO(); |
| | | @ApiModelProperty("残疾儿童康复救助人数") |
| | | private SalvationVO salvationVO; |
| | | private SalvationVO salvationVO = new SalvationVO(); |
| | | @ApiModelProperty("困难精神残疾人医疗救助人数") |
| | | private DifficultyVO difficultyVO; |
| | | private DifficultyVO difficultyVO = new DifficultyVO(); |
| | | |
| | | @ApiModelProperty(value = "残疾人基本辅助器具适配补贴人数-补贴总人数") |
| | | private Integer assistiveDeviceTotal; |
| | | private Integer assistiveDeviceTotal = 0; |
| | | @ApiModelProperty(value = "残疾人基本辅助器具适配补贴人数-旁边时间") |
| | | @JsonFormat(pattern = "yyyy") |
| | | private LocalDateTime createTime; |
| | | |
| | | |
| | | @ApiModelProperty(value = "残疾人基本辅助器具适配补贴人数-各辅具") |
| | | private AssistiveDeviceVO assistiveDeviceVO; |
| | | private AssistiveDeviceVO assistiveDeviceVO = new AssistiveDeviceVO(); |
| | | @ApiModelProperty(value = "残疾人基本辅助器具适配补贴人数-各残疾类别") |
| | | private AssistiveDeviceTypeVO assistiveDeviceTypeVO; |
| | | private AssistiveDeviceTypeVO assistiveDeviceTypeVO = new AssistiveDeviceTypeVO(); |
| | | @ApiModelProperty(value = "残疾人基本辅助器具适配补贴人数-各残疾等级") |
| | | private AssistiveDeviceGradeVO assistiveDeviceGradeVO; |
| | | private AssistiveDeviceGradeVO assistiveDeviceGradeVO = new AssistiveDeviceGradeVO(); |
| | | |
| | | @ApiModelProperty(value = "职业技能和实用技术培训人数") |
| | | private Integer technicalTraining; |
| | | private Integer technicalTraining = 0; |
| | | @ApiModelProperty(value = "居家灵活就业及一次性创业补贴发放数") |
| | | private Integer homeAllowance; |
| | | private Integer homeAllowance = 0; |
| | | |
| | | @ApiModelProperty(value = "法定就业年龄段持证残疾人数占比") |
| | | private StatutoryCertificateVO statutoryCertificateVO; |
| | | private StatutoryCertificateVO statutoryCertificateVO = new StatutoryCertificateVO(); |
| | | @ApiModelProperty(value = "已就业残疾人数") |
| | | private EmployedVO employedVO; |
| | | private EmployedVO employedVO = new EmployedVO(); |
| | | @ApiModelProperty(value = "应届高校残疾毕业生数") |
| | | private HighSchoolVO highSchoolVO; |
| | | private HighSchoolVO highSchoolVO = new HighSchoolVO(); |
| | | @ApiModelProperty(value = "适龄残疾儿童少年义务教育") |
| | | private EducationVO educationVO; |
| | | private EducationVO educationVO = new EducationVO(); |
| | | |
| | | @ApiModelProperty(value = "九年义务教育在读残疾儿童生活补贴发放数") |
| | | private Integer educationSubsidy; |
| | | private Integer educationSubsidy = 0; |
| | | |
| | | @ApiModelProperty(value = "右下角模块数据") |
| | | private RightDownVO rightDownVO; |
| | | private RightDownVO rightDownVO = new RightDownVO(); |
| | | |
| | | |
| | | |