同步操作将从 Rainy/DocSys 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
package com.DocSystem.entity;public class DocShare {private Integer id;private Integer shareId;private Integer type; //0: 本地 1:远程private String requestIP; //分享请求IP地址private String proxyIP; //代理服务器IP地址private String name;private String path;private Long docId;private Integer vid;private String shareAuth;private String sharePwd;private Integer sharedBy;private Long expireTime;private Long validHours; //有效时间private String reposName;private String serverIp; //服务器IP地址public String shareLink;public Integer getId() {return id;}public void setId(Integer id) {this.id = id;}public Integer getType() {return type;}public void setType(Integer type) {this.type = type;}public String getRequestIP() {return requestIP;}public void setRequestIP(String requestIP) {this.requestIP = requestIP == null ? null : requestIP.trim();}public String getProxyIP() {return proxyIP;}public void setProxyIP(String proxyIP) {this.proxyIP = proxyIP == null ? null : proxyIP.trim();}public Integer getShareId() {return shareId;}public void setShareId(Integer shareId) {this.shareId = shareId;}public String getName() {return name;}public void setName(String name) {this.name = name == null ? null : name.trim();}public String getPath() {return path;}public void setPath(String path) {this.path = path == null ? null : path.trim();}public Long getDocId() {return docId;}public void setDocId(Long docId) {this.docId = docId;}public Integer getVid() {return vid;}public void setVid(Integer vid) {this.vid = vid;}public String getShareAuth() {return shareAuth;}public void setShareAuth(String shareAuth) {this.shareAuth = shareAuth == null ? null : shareAuth.trim();}public String getSharePwd() {return sharePwd;}public void setSharePwd(String sharePwd) {this.sharePwd = sharePwd == null ? null : sharePwd.trim();}public Integer getSharedBy() {return sharedBy;}public void setSharedBy(Integer sharedBy) {this.sharedBy = sharedBy;}public Long getExpireTime() {return expireTime;}public void setExpireTime(Long expireTime) {this.expireTime = expireTime;}public Long getValidHours() {return validHours;}public void setValidHours(Long validHours) {this.validHours = validHours;}public String getReposName() {return reposName;}public void setReposName(String reposName) {this.reposName = reposName;}public String getServerIp() {return serverIp;}public void setServerIp(String serverIp) {this.serverIp = serverIp;}}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。