domain常用字段

2020-08-06

 1     private Long createdBy;
 2 
 3     @Builder.Default
 4     @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy/MM/dd HH:mm:ss", timezone = "GMT+8")
 5     private Date createdTime;
 6 
 7     private Long updatedBy;
 8 
 9     @Builder.Default
10     @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy/MM/dd HH:mm:ss", timezone = "GMT+8")
11     private Date updatedTime;
12 
13     private Boolean deleted;

 

posted on 2020-08-06 14:26  东方1024  阅读(284)  评论(0)    收藏  举报

导航