Commit 1bc2ccde684d286c3f6da42949dada528f6ec6b0
1 parent
8c1e629259
Exists in
master
删除多余的类
Showing 1 changed file with 0 additions and 98 deletions
mainData/src/main/java/com/lymsh/yimiao/main/data/model/YmFeedbacksQuery.java
View file @
1bc2ccd
1 | -package com.lymsh.yimiao.main.data.model; | |
2 | - | |
3 | - | |
4 | -import java.util.Date; | |
5 | - | |
6 | -import com.lymsh.mommybaby.basecommon.base.BaseQuery; | |
7 | - | |
8 | - | |
9 | -public class YmFeedBacksQuery extends BaseQuery { | |
10 | - private Integer id; | |
11 | - private String content; | |
12 | - private Integer type; | |
13 | - private Integer replyId; | |
14 | - private Date created; | |
15 | - private Integer yn; | |
16 | - private Integer publishId; | |
17 | - private String publishName; | |
18 | - | |
19 | - public Integer getId() { | |
20 | - return id; | |
21 | - } | |
22 | - | |
23 | - | |
24 | - public void setId(Integer id) { | |
25 | - this.id = id; | |
26 | - | |
27 | - } | |
28 | - | |
29 | - public String getContent() { | |
30 | - return content; | |
31 | - } | |
32 | - | |
33 | - | |
34 | - public void setContent(String content) { | |
35 | - this.content = content; | |
36 | - | |
37 | - } | |
38 | - | |
39 | - public Integer getType() { | |
40 | - return type; | |
41 | - } | |
42 | - | |
43 | - | |
44 | - public void setType(Integer type) { | |
45 | - this.type = type; | |
46 | - | |
47 | - } | |
48 | - | |
49 | - public Integer getReplyId() { | |
50 | - return replyId; | |
51 | - } | |
52 | - | |
53 | - | |
54 | - public void setReplyId(Integer replyId) { | |
55 | - this.replyId = replyId; | |
56 | - | |
57 | - } | |
58 | - | |
59 | - public Date getCreated() { | |
60 | - return created; | |
61 | - } | |
62 | - | |
63 | - | |
64 | - public void setCreated(Date created) { | |
65 | - this.created = created; | |
66 | - | |
67 | - } | |
68 | - | |
69 | - public Integer getYn() { | |
70 | - return yn; | |
71 | - } | |
72 | - | |
73 | - | |
74 | - public void setYn(Integer yn) { | |
75 | - this.yn = yn; | |
76 | - | |
77 | - } | |
78 | - | |
79 | - public Integer getPublishId() { | |
80 | - return publishId; | |
81 | - } | |
82 | - | |
83 | - | |
84 | - public void setPublishId(Integer publishId) { | |
85 | - this.publishId = publishId; | |
86 | - | |
87 | - } | |
88 | - | |
89 | - public String getPublishName() { | |
90 | - return publishName; | |
91 | - } | |
92 | - | |
93 | - | |
94 | - public void setPublishName(String publishName) { | |
95 | - this.publishName = publishName; | |
96 | - | |
97 | - } | |
98 | -} |