代码拉取完成,页面将自动刷新
同步操作将从 Rainy/DocSys 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
package com.DocSystem.entity;
public class DocAuth {
private Integer id;
private Integer userId;
private Integer groupId;
private Integer type;
private Integer priority;
private Integer docId;
private Integer reposId;
private Integer isAdmin;
private Integer access;
private Integer editEn;
private Integer addEn;
private Integer deleteEn;
private Integer heritable;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public Integer getUserId() {
return userId;
}
public void setUserId(Integer userId) {
this.userId = userId;
}
public Integer getGroupId() {
return groupId;
}
public void setGroupId(Integer groupId) {
this.groupId = groupId;
}
public Integer getType() {
return type;
}
public void setType(Integer type) {
this.type = type;
}
public Integer getPriority() {
return priority;
}
public void setPriority(Integer priority) {
this.priority = priority;
}
public Integer getDocId() {
return docId;
}
public void setDocId(Integer docId) {
this.docId = docId;
}
public Integer getReposId() {
return reposId;
}
public void setReposId(Integer reposId) {
this.reposId = reposId;
}
public Integer getIsAdmin() {
return isAdmin;
}
public void setIsAdmin(Integer isAdmin) {
this.isAdmin = isAdmin;
}
public Integer getAccess() {
return access;
}
public void setAccess(Integer access) {
this.access = access;
}
public Integer getEditEn() {
return editEn;
}
public void setEditEn(Integer editEn) {
this.editEn = editEn;
}
public Integer getAddEn() {
return addEn;
}
public void setAddEn(Integer addEn) {
this.addEn = addEn;
}
public Integer getDeleteEn() {
return deleteEn;
}
public void setDeleteEn(Integer deleteEn) {
this.deleteEn = deleteEn;
}
public Integer getHeritable() {
return heritable;
}
public void setHeritable(Integer heritable) {
this.heritable = heritable;
}
//DocAuth 附加信息: 需要通过joint doc and user or group Table to get these info
private String userName=""; //from user Table
private String realName=""; //from user Table
private String groupName=""; //from group Table
private String docName=""; //from doc Table
private String docPath=""; //from doc Table
public String getUserName() {
return userName;
}
public void setUserName(String userName) {
this.userName = userName == null ? null : userName.trim();
}
public String getRealName() {
return realName;
}
public void setRealName(String realName) {
this.realName = realName == null ? null : realName.trim();
}
public String getGroupName() {
return groupName;
}
public void setGroupName(String groupName) {
this.groupName = groupName == null ? null : groupName.trim();
}
public String getDocName() {
return docName;
}
public void setDocName(String docName) {
this.docName = docName;
}
public String getDocPath() {
return docPath;
}
public void setDocPath(String docPath) {
this.docPath = docPath;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。