首页>代码>ssm(spring+spring mvc+mybatis)开发java web小说网站,只支持手机端浏览>/项目源码/NovelPage/src/novel/page/com/novel/collection/entity/Community.java
01 | package com.novel.collection.entity; |
02 |
03 | import java.math.BigDecimal; |
04 | import java.sql.Clob; |
05 | /** |
06 | * 小说社区实体类 |
07 | * @author Administrator |
08 | * |
09 | */ |
10 | public class Community { |
11 | private BigDecimal CommunityId; //社区ID |
12 | private BigDecimal UserId; //用户ID |
13 | private String PublishContent; //发言的内容 |
14 | private BigDecimal CommentID; //文章被评论的ID |
15 | private String CommentIndexImg; //主页Img |
16 | private String CommentInfoImg; //内容的Img |
17 | |
18 | /** |
19 | * 社区ID |
20 | * @return |
21 | */ |
22 | public BigDecimal getCommunityId() { |
23 | return CommunityId; |
24 | } |
25 | /** |
26 | * 社区ID |
27 | * @return |
28 | */ |
29 | public void setCommunityId(BigDecimal communityId) { |
30 | CommunityId = communityId; |
31 | } |
32 | /** |
33 | * 用户ID |
34 | * @return |
35 | */ |
36 | public BigDecimal getUserId() { |
37 | return UserId; |
38 | } |
39 | /** |
40 | * 用户ID |
41 | * @return |
42 | */ |
43 | public void setUserId(BigDecimal userId) { |
44 | UserId = userId; |
45 | } |
46 | /** |
47 | * 发布的内容 |
48 | * @return |
49 | */ |
50 | public String getPublishContent() { |
51 | return PublishContent; |
52 | } |
53 | /** |
54 | * 发布的内容 |
55 | * @return |
56 | */ |
57 | public void setPublishContent(String publishContent) { |
58 | PublishContent = publishContent; |
59 | } |
60 | /** |
61 | * 文章被评论的ID |
62 | * @return |
63 | */ |
64 | public BigDecimal getCommentID() { |
65 | return CommentID; |
66 | } |
67 | public String getCommentIndexImg() { |
68 | return CommentIndexImg; |
69 | } |
70 | public void setCommentIndexImg(String commentIndexImg) { |
71 | CommentIndexImg = commentIndexImg; |
72 | } |
73 | public String getCommentInfoImg() { |
74 | return CommentInfoImg; |
75 | } |
76 | public void setCommentInfoImg(String commentInfoImg) { |
77 | CommentInfoImg = commentInfoImg; |
78 | } |
79 | /** |
80 | * 文章被评论的ID |
81 | * @return |
82 | */ |
83 | public void setCommentID(BigDecimal commentID) { |
84 | CommentID = commentID; |
85 | } |
86 | } |

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日

kkkxyh LV13
2月12日
gxh999810 LV1
2024年12月25日
ma406805131 LV19
2024年12月18日
keyNGy LV1
2024年6月25日
汤汤汤要学编程 LV11
2024年4月15日
安东尼online LV11
2024年4月8日
zolscy LV24
2024年3月21日
微信网友_6641066057273344 LV1
2023年10月27日
微信网友_6657940693880832 LV1
2023年10月9日
aaaaooa LV4
2023年9月7日