57625 文档翻译转换时间增加时分秒。

This commit is contained in:
wangzhijiang
2022-09-01 10:17:16 +08:00
parent f2d1ca936f
commit 022546fd05
@@ -105,9 +105,9 @@ public class DocTranslationEO implements Serializable {
private java.lang.String translationResult;
/**转换时间*/
@Excel(name = "转换时间", width = 15, format = "yyyy-MM-dd")
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
@DateTimeFormat(pattern="yyyy-MM-dd")
@Excel(name = "转换时间", width = 15, format = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
@ApiModelProperty(value = "转换时间")
private java.util.Date translationTime;