liusheng
2026-03-25 18a0a77e049bfc29a957b36201f9ae6a582719eb
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;
}