Compare commits
No commits in common. "c82ffe40de45dd6d3bc21c08f128a106f1764805" and "793198175879cf87c30b754a5ae91fb99d2ed1ba" have entirely different histories.
c82ffe40de
...
7931981758
@ -36,17 +36,17 @@ public class ProjectDailyDO {
|
||||
/**
|
||||
* 日志发布时间
|
||||
*/
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date dailyTime;
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date createdAt;
|
||||
/**
|
||||
* 修改时间
|
||||
*/
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date updatedAt;
|
||||
/**
|
||||
* 是否删除
|
||||
|
@ -1,7 +1,5 @@
|
||||
package com.jsl.oa.model.vodata;
|
||||
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import lombok.Data;
|
||||
import lombok.experimental.Accessors;
|
||||
|
||||
@ -28,13 +26,10 @@ public class ProjectDailyVO {
|
||||
|
||||
private String content;
|
||||
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT")
|
||||
private Date dailyTime;
|
||||
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT")
|
||||
private Date createdAt;
|
||||
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT")
|
||||
private Date updatedAt;
|
||||
|
||||
private Boolean isAllowDelete;
|
||||
|
Loading…
x
Reference in New Issue
Block a user