去掉不需要的字段
This commit is contained in:
@@ -98,16 +98,6 @@ public class WikiPage implements Serializable {
|
||||
* 顺序
|
||||
*/
|
||||
private Integer seqNo;
|
||||
|
||||
/**
|
||||
* 当前正在编辑的用户ID
|
||||
*/
|
||||
private Integer nowEditUserId;
|
||||
|
||||
/**
|
||||
* 当前正在编辑的用户名
|
||||
*/
|
||||
private Integer nowEditUserName;
|
||||
|
||||
public Long getId() {
|
||||
return id;
|
||||
@@ -222,22 +212,6 @@ public class WikiPage implements Serializable {
|
||||
this.seqNo = seqNo;
|
||||
}
|
||||
|
||||
public Integer getNowEditUserId() {
|
||||
return nowEditUserId;
|
||||
}
|
||||
|
||||
public void setNowEditUserId(Integer nowEditUserId) {
|
||||
this.nowEditUserId = nowEditUserId;
|
||||
}
|
||||
|
||||
public Integer getNowEditUserName() {
|
||||
return nowEditUserName;
|
||||
}
|
||||
|
||||
public void setNowEditUserName(Integer nowEditUserName) {
|
||||
this.nowEditUserName = nowEditUserName;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "WikiPage{" +
|
||||
|
||||
Reference in New Issue
Block a user