package com.gbq.boot.web.bean; import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import lombok.Data; import lombok.EqualsAndHashCode; import lombok.experimental.Accessors; import java.io.Serializable; /** * <p> * * </p> * * @author aqian666 * @since 2019-09-12 */ @Data @EqualsAndHashCode(callSuper = false) @Accessors(chain = true) @TableName("blog_comment") public class Comment implements Serializable { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) private Integer id; /** * 文章id */ @TableField("articleId") private Integer articleId; /** * 评论内容 */ private String comment; /** * 评论时间 */ @TableField("createTime") private String createTime; /** * 评论人 */ @TableField("byManagerId") private Integer byManagerId; /** * 被评论人 */ @TableField("forManagerId") private Integer forManagerId; }
最近下载更多
chenranr LV10
6月15日
hello_jugg LV7
2023年10月31日
996171721 LV7
2023年9月24日
唐唐丶 LV34
2022年10月11日
hdell65 LV6
2022年10月7日
mx15574 LV6
2022年9月26日
testuser1234567 LV24
2022年8月31日
PKanor LV3
2022年7月3日
lb1201 LV2
2022年6月23日
yyy777 LV5
2022年6月3日
最近浏览更多
tiancj LV1
11月25日
Sul_ALL LV1
9月6日
嘻嘻不嘻嘻
8月5日
暂无贡献等级
penumbra122
7月20日
暂无贡献等级
时光海 LV2
7月13日
zhengguangshun LV4
6月26日
TY0165 LV20
6月24日
liyan54188 LV2
6月22日
zeng1206 LV7
6月16日
chenranr LV10
6月11日