去掉不需要的字段

This commit is contained in:
暮光:城中城
2019-06-25 12:17:32 +08:00
parent 29586f35d7
commit 031ea4f199

View File

@@ -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{" +