smartor/src/main/java/com/smartor/domain/PatMedRes.java
@@ -35,4 +35,21 @@ @ApiModelProperty(value = "人数") private Integer rs; /** * 首次随访人数 */ @ApiModelProperty(value = "首次随访人数") private Integer scsf; /** * 再次随访人数 */ @ApiModelProperty(value = "再次随访人数") private Integer zcsf; /** * 专病随访人数 */ @ApiModelProperty(value = "专病随访人数") private Integer zbsf; }