陈昶聿
22 小时以前 75dd91a2aa8682d458fd3dc6df6a52feb43a0c89
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;
}