Фикс поля в сущности Post
This commit is contained in:
parent
82802c260f
commit
2941c30add
@ -22,7 +22,7 @@ public class PostEntity extends BaseEntity {
|
|||||||
String image,
|
String image,
|
||||||
String html) {
|
String html) {
|
||||||
super(id);
|
super(id);
|
||||||
setUserId(userId);
|
setUser(user);
|
||||||
setPubDate(pubDate);
|
setPubDate(pubDate);
|
||||||
setImage(image);
|
setImage(image);
|
||||||
setHtml(html);
|
setHtml(html);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user