liusheng
2025-09-26 f891a163ab3ada61eb9c2c4cd59fed44ba955ae9
smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java
@@ -229,6 +229,10 @@
    @ApiModelProperty(value = "是否有随访0没有;>=1有随访 ")
    private String serverState;
    @ApiModelProperty(value = "最后开始时间")
    private String lastStartTime;
    @ApiModelProperty(value = "最后结束时间")
    private String lastEndTime;
}