pull/137/head
ruibaby 2019-03-14 16:38:58 +08:00
parent af29e37379
commit b79b3e5e51
1 changed files with 0 additions and 2 deletions

View File

@ -19,6 +19,4 @@ public class PostWithTitleDTO implements OutputConverter<PostWithTitleDTO, Post>
private Integer id;
private String title;
private String type;
}