New file |
| | |
| | | package com.cl.pojo.vo.screen; |
| | | |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | | @ApiModel("残疾人基本辅助器具适配补贴人数-等级VO") |
| | | @Data |
| | | public class AssistiveDeviceGradeVO { |
| | | @ApiModelProperty(value = "残疾人基本辅助器具适配补贴人数-等级一") |
| | | private Integer assistiveDeviceGradeOne = 0; |
| | | |
| | | @ApiModelProperty(value = "残疾人基本辅助器具适配补贴人数-等级二") |
| | | private Integer assistiveDeviceGradeTwo = 0; |
| | | |
| | | @ApiModelProperty(value = "残疾人基本辅助器具适配补贴人数-等级三") |
| | | private Integer assistiveDeviceGradeThree = 0; |
| | | |
| | | @ApiModelProperty(value = "残疾人基本辅助器具适配补贴人数-等级四") |
| | | private Integer assistiveDeviceGradeFour = 0; |
| | | } |