liusheng
2025-11-07 c27e4ce95a0489907ba3848851f14ac7cca1caca
smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java
@@ -198,14 +198,14 @@
     */
    @ApiModelProperty(value = "就诊开始时间")
    @JsonFormat(pattern = "yyyy-MM-dd")
    private Date starttime;
    private String starttime;
    /**
     * 就诊结束时间
     */
    @ApiModelProperty(value = "就诊结束时间")
    @JsonFormat(pattern = "yyyy-MM-dd")
    private Date endtime;
    private String endtime;
    /**