首页>代码>ssm(spring+spring mvc+mybatis)开发java web小说网站,只支持手机端浏览>/项目源码/NovelPage/src/novel/page/com/novel/collection/entity/Community.java
package com.novel.collection.entity; import java.math.BigDecimal; import java.sql.Clob; /** * 小说社区实体类 * @author Administrator * */ public class Community { private BigDecimal CommunityId;//社区ID private BigDecimal UserId;//用户ID private String PublishContent;//发言的内容 private BigDecimal CommentID;//文章被评论的ID private String CommentIndexImg;//主页Img private String CommentInfoImg;//内容的Img /** * 社区ID * @return */ public BigDecimal getCommunityId() { return CommunityId; } /** * 社区ID * @return */ public void setCommunityId(BigDecimal communityId) { CommunityId = communityId; } /** * 用户ID * @return */ public BigDecimal getUserId() { return UserId; } /** * 用户ID * @return */ public void setUserId(BigDecimal userId) { UserId = userId; } /** * 发布的内容 * @return */ public String getPublishContent() { return PublishContent; } /** * 发布的内容 * @return */ public void setPublishContent(String publishContent) { PublishContent = publishContent; } /** * 文章被评论的ID * @return */ public BigDecimal getCommentID() { return CommentID; } public String getCommentIndexImg() { return CommentIndexImg; } public void setCommentIndexImg(String commentIndexImg) { CommentIndexImg = commentIndexImg; } public String getCommentInfoImg() { return CommentInfoImg; } public void setCommentInfoImg(String commentInfoImg) { CommentInfoImg = commentInfoImg; } /** * 文章被评论的ID * @return */ public void setCommentID(BigDecimal commentID) { CommentID = commentID; } }
最近下载更多
molu123456
2023年10月11日
暂无贡献等级
程序媛 LV3
2023年5月17日
紫罗兰VE LV1
2022年3月30日
wanglinddad LV55
2022年3月1日
北。 LV6
2022年1月26日
leocai LV19
2021年12月8日
1798672867 LV21
2021年10月22日
Andre LV1
2021年9月14日
loulouai66 LV1
2021年9月6日
dahaoqiu LV5
2021年5月19日