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