优化
This commit is contained in:
parent
4e56a01abc
commit
baf2e8df7f
@ -31,8 +31,7 @@ public class PostDto implements Serializable {
|
|||||||
Long createdOn;
|
Long createdOn;
|
||||||
@JsonSerialize(using = MillisecondToSecondSerializer.class)
|
@JsonSerialize(using = MillisecondToSecondSerializer.class)
|
||||||
Long modifiedOn;
|
Long modifiedOn;
|
||||||
Long deletedOn;
|
|
||||||
Byte isDel;
|
|
||||||
UserDto user;
|
UserDto user;
|
||||||
List<PostContentDto> contents;
|
List<PostContentDto> contents;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user