|
@@ -28,6 +28,9 @@ public class TpTransaction {
|
28
|
28
|
|
29
|
29
|
private Date updateDate;
|
30
|
30
|
|
|
31
|
+ //返回查询帖子电话
|
|
32
|
+ private String telephone;
|
|
33
|
+
|
31
|
34
|
private List<String> imgList;
|
32
|
35
|
|
33
|
36
|
/**
|
|
@@ -163,4 +166,12 @@ public class TpTransaction {
|
163
|
166
|
public void setIsReported(String isReported) {
|
164
|
167
|
this.isReported = isReported;
|
165
|
168
|
}
|
|
169
|
+
|
|
170
|
+ public String getTelephone() {
|
|
171
|
+ return telephone;
|
|
172
|
+ }
|
|
173
|
+
|
|
174
|
+ public void setTelephone(String telephone) {
|
|
175
|
+ this.telephone = telephone;
|
|
176
|
+ }
|
166
|
177
|
}
|