feat(archives): 更新档案PDF文件创建时间和修改时间格式
parent
a141b99743
commit
121793e6d5
|
|
@ -79,11 +79,11 @@ public class ArchivesPdfFileCO extends ClientObject {
|
||||||
private Integer version;
|
private Integer version;
|
||||||
//创建时间
|
//创建时间
|
||||||
@ApiModelProperty(value = "创建时间")
|
@ApiModelProperty(value = "创建时间")
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
private LocalDateTime createTime;
|
private LocalDateTime createTime;
|
||||||
//修改时间
|
//修改时间
|
||||||
@ApiModelProperty(value = "修改时间")
|
@ApiModelProperty(value = "修改时间")
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
private LocalDateTime updateTime;
|
private LocalDateTime updateTime;
|
||||||
//创建人id
|
//创建人id
|
||||||
@ApiModelProperty(value = "创建人id")
|
@ApiModelProperty(value = "创建人id")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue