liusheng
7 天以前 c7ef5f837fe90766574cee9d0eae9e89e34af263
smartor/src/main/java/com/smartor/domain/PatTaskRelevance.java
@@ -214,10 +214,10 @@
    /**
     * 发送时间
     */
    @Excel(name = "就诊时间")
    @Excel(name = "发送时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @ApiModelProperty("就诊时间")
    private Date visitTime;
    @ApiModelProperty("发送时间")
    private Date visittime;
    /**