课程留言板点赞
This commit is contained in:
@@ -32,8 +32,6 @@ public class CourseGuestbook {
|
||||
|
||||
private String images;
|
||||
|
||||
private Integer support;
|
||||
|
||||
private Integer state;
|
||||
|
||||
private Date createTime;
|
||||
@@ -41,6 +39,10 @@ public class CourseGuestbook {
|
||||
@TableLogic
|
||||
private Integer delFlag;
|
||||
|
||||
@TableField(exist = false)
|
||||
private boolean support;
|
||||
@TableField(exist = false)
|
||||
private int supportCount;
|
||||
@TableField(exist = false)
|
||||
private List<CourseGuestbook> children;
|
||||
@TableField(exist = false)
|
||||
|
||||
Reference in New Issue
Block a user