liusheng
2024-04-26 b220383758021bcb26d0a788ebe9a31795d23b6d
smartor/src/main/java/com/smartor/domain/IvrTaskSingleVO.java
@@ -282,6 +282,20 @@
    private Long isupload;
    /**
     * 患者ID
     */
    @Excel(name = "患者ID")
    @ApiModelProperty(value = "患者ID")
    private String patientid;
    /**
     * 患者姓名
     */
    @Excel(name = "患者姓名")
    @ApiModelProperty(value = "患者姓名")
    private String patientname;
    /**
     * 上传时间
     */
    @JsonFormat(pattern = "yyyy-MM-dd")