src/main/java/com/cl/pojo/vo/screen/DifficultyVO.java
@@ -8,8 +8,8 @@ @Data public class DifficultyVO { @ApiModelProperty(value = "困难精神残疾人医疗救助人数-门诊服药") private Integer difficultyMedication; private Integer difficultyMedication = 0; @ApiModelProperty(value = "困难精神残疾人医疗救助人数-住院治疗") private Integer difficultyHospitalisation; private Integer difficultyHospitalisation = 0; }