陈昶聿
2026-05-15 c3117a0c5c7b2b69c56cfc50fe5c199c2c2276c1
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;
}