Update BaseCommentDTO.java

pull/161/head
ruibaby 2019-05-16 22:24:44 +08:00
parent 2e77999d20
commit 549485f1a1
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ public class BaseCommentDTO implements OutputConverter<BaseCommentDTO, BaseComme
private String ipAddress;
private String authorUrl;
private String gavatarMd5;
private String content;