还原询价时间格式化
This commit is contained in:
@ -56,8 +56,6 @@ public class AttachmentVO implements Serializable {
|
|||||||
@ApiModelProperty(value = "文档中心文件id")
|
@ApiModelProperty(value = "文档中心文件id")
|
||||||
private String fileId;
|
private String fileId;
|
||||||
|
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
||||||
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
|
||||||
private Date lastUpdateTime;
|
private Date lastUpdateTime;
|
||||||
|
|
||||||
@ApiModelProperty(value = "备用字段1")
|
@ApiModelProperty(value = "备用字段1")
|
||||||
|
Reference in New Issue
Block a user