This commit is contained in:
whz 2024-05-31 11:59:25 +08:00
parent 4e56a01abc
commit baf2e8df7f

View File

@ -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;
} }