zhs
2025-04-17 d768725d119fb5ab75df5c8cf37fe9d7cde3e529
smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java
@@ -197,4 +197,16 @@
    @ApiModelProperty(value = "手机号")
    private String telcode;
    @JsonFormat(pattern = "yyyy-MM-dd")
    @Excel(name = "  ", width = 30, dateFormat = "yyyy-MM-dd")
    @ApiModelProperty(value = "开始就诊时间")
    private Date beginTime;
    @JsonFormat(pattern = "yyyy-MM-dd")
    @Excel(name = "  ", width = 30, dateFormat = "yyyy-MM-dd")
    @ApiModelProperty(value = "结束就诊时间")
    private Date endTime;
}