liusheng
2025-08-14 bd0bd32474c31b88062308eeb04862e5b20aee5c
smartor/src/main/java/com/smartor/domain/PatTaskRelevance.java
@@ -214,9 +214,9 @@
    /**
     * 发送时间
     */
    @Excel(name = "就诊时间")
    @Excel(name = "发送时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @ApiModelProperty("就诊时间")
    @ApiModelProperty("发送时间")
    private Date visitTime;