Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
operation-control-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王锦盛
operation-control-platform
Commits
a039dc1e
Commit
a039dc1e
authored
Mar 18, 2022
by
liukai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
58fa7707
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
219 additions
and
397 deletions
+219
-397
src/main/java/com/pms/ocp/model/entity/OcpApiAudit.java
src/main/java/com/pms/ocp/model/entity/OcpApiAudit.java
+103
-285
src/main/java/com/pms/ocp/model/entity/OcpApiBase.java
src/main/java/com/pms/ocp/model/entity/OcpApiBase.java
+116
-112
No files found.
src/main/java/com/pms/ocp/model/entity/OcpApiAudit.java
View file @
a039dc1e
...
@@ -59,289 +59,107 @@ public class OcpApiAudit {
...
@@ -59,289 +59,107 @@ public class OcpApiAudit {
@ApiModelProperty
(
"当前版本"
)
@ApiModelProperty
(
"当前版本"
)
private
long
applyVersion
;
private
long
applyVersion
;
// @ApiModelProperty("上一版本")
public
String
getObjId
()
{
// @Excel(name = "上一版本",orderNum = "7")
return
objId
;
// private long preApiVersion;
}
//
// @ApiModelProperty("服务接口中文名称")
public
void
setObjId
(
String
objId
)
{
// @Excel(name = "服务名称",orderNum = "2")
this
.
objId
=
objId
;
// private String apiName;
}
//
// @ApiModelProperty("服务分类代码")
public
String
getApiCode
()
{
// private String apiGroupCode;
return
apiCode
;
//
}
// @ApiModelProperty("推广类型0:统建;1:自建")
// private long apiPromotion;
public
void
setApiCode
(
String
apiCode
)
{
//
this
.
apiCode
=
apiCode
;
// @ApiModelProperty("服务请求体")
}
// @Excel(name = "请求参数",orderNum = "8")
// private String apiReq;
public
long
getOperStatus
()
{
//
return
operStatus
;
// @ApiModelProperty("服务返回体")
}
// @Excel(name = "返回参数",orderNum = "9")
//
public
void
setOperStatus
(
long
operStatus
)
{
// private String apiResp;
this
.
operStatus
=
operStatus
;
//
}
// @ApiModelProperty("服务地址")
// private String apiUrl;
public
long
getOperTarget
()
{
//
return
operTarget
;
// @ApiModelProperty("服务创建时间")
}
// private Timestamp apiCtime;
//
public
void
setOperTarget
(
long
operTarget
)
{
// @ApiModelProperty("服务修改时间")
this
.
operTarget
=
operTarget
;
// private Timestamp apiMtime;
}
//
// @ApiModelProperty("创建者用户ID")
public
long
getAuditType
()
{
// private String apiUserId;
return
auditType
;
//
}
// @ApiModelProperty("建设单位")
// private String apiUnit;
public
void
setAuditType
(
long
auditType
)
{
//
this
.
auditType
=
auditType
;
// @ApiModelProperty("服务所属公司")
}
// private String ownerCompanyCode;
//
public
String
getAuditMessage
()
{
// @ApiModelProperty("服务所属公司")
return
auditMessage
;
// private String ownerCompanyName;
}
//
// @ApiModelProperty("所属区域 1:生产控制大区;2:信息关联大区;3:互联网大区")
public
void
setAuditMessage
(
String
auditMessage
)
{
// private long apiZone;
this
.
auditMessage
=
auditMessage
;
//
}
// @ApiModelProperty("'所属层级 1:应用层;2:平台层;3:网络层;4:感知层;")
// private long apiLayer;
public
String
getAuditJson
()
{
//
return
auditJson
;
// @ApiModelProperty("服务版本(最新版本)")
}
// @Excel(name = "当前版本",orderNum = "6")
// private long apiVersion;
public
void
setAuditJson
(
String
auditJson
)
{
//
this
.
auditJson
=
auditJson
;
// public String getObjId() {
}
// return objId;
// }
public
String
getAuditUserId
()
{
//
return
auditUserId
;
// public void setObjId(String objId) {
}
// this.objId = objId;
// }
public
void
setAuditUserId
(
String
auditUserId
)
{
//
this
.
auditUserId
=
auditUserId
;
// public String getApiCode() {
}
// return apiCode;
// }
public
String
getAuditUserName
()
{
//
return
auditUserName
;
// public void setApiCode(String apiCode) {
}
// this.apiCode = apiCode;
// }
public
void
setAuditUserName
(
String
auditUserName
)
{
//
this
.
auditUserName
=
auditUserName
;
// public long getOperStatus() {
}
// return operStatus;
// }
public
Timestamp
getAuditCtime
()
{
//
return
auditCtime
;
// public void setOperStatus(long operStatus) {
}
// this.operStatus = operStatus;
// }
public
void
setAuditCtime
(
Timestamp
auditCtime
)
{
//
this
.
auditCtime
=
auditCtime
;
// public long getOperTarget() {
}
// return operTarget;
// }
public
Timestamp
getAuditMtime
()
{
//
return
auditMtime
;
// public void setOperTarget(long operTarget) {
}
// this.operTarget = operTarget;
// }
public
void
setAuditMtime
(
Timestamp
auditMtime
)
{
//
this
.
auditMtime
=
auditMtime
;
// public long getAuditType() {
}
// return auditType;
// }
public
long
getIsDelete
()
{
//
return
isDelete
;
// public void setAuditType(long auditType) {
}
// this.auditType = auditType;
// }
public
void
setIsDelete
(
long
isDelete
)
{
//
this
.
isDelete
=
isDelete
;
// public String getAuditMessage() {
}
// return auditMessage;
// }
public
long
getApplyVersion
()
{
//
return
applyVersion
;
// public void setAuditMessage(String auditMessage) {
}
// this.auditMessage = auditMessage;
// }
public
void
setApplyVersion
(
long
applyVersion
)
{
//
this
.
applyVersion
=
applyVersion
;
// public String getAuditJson() {
}
// return auditJson;
// }
//
// public void setAuditJson(String auditJson) {
// this.auditJson = auditJson;
// }
//
// public String getAuditUserId() {
// return auditUserId;
// }
//
// public void setAuditUserId(String auditUserId) {
// this.auditUserId = auditUserId;
// }
//
// public String getAuditUserName() {
// return auditUserName;
// }
//
// public void setAuditUserName(String auditUserName) {
// this.auditUserName = auditUserName;
// }
//
// public Timestamp getAuditCtime() {
// return auditCtime;
// }
//
// public void setAuditCtime(Timestamp auditCtime) {
// this.auditCtime = auditCtime;
// }
//
// public Timestamp getAuditMtime() {
// return auditMtime;
// }
//
// public void setAuditMtime(Timestamp auditMtime) {
// this.auditMtime = auditMtime;
// }
//
// public long getIsDelete() {
// return isDelete;
// }
//
// public void setIsDelete(long isDelete) {
// this.isDelete = isDelete;
// }
//
// public long getApplyVersion() {
// return applyVersion;
// }
//
// public void setApplyVersion(long applyVersion) {
// this.applyVersion = applyVersion;
// }
//
// public long getPreApiVersion() {
// return preApiVersion;
// }
//
// public void setPreApiVersion(long preApiVersion) {
// this.preApiVersion = preApiVersion;
// }
//
// public String getApiName() {
// return apiName;
// }
//
// public void setApiName(String apiName) {
// this.apiName = apiName;
// }
//
// public String getApiGroupCode() {
// return apiGroupCode;
// }
//
// public void setApiGroupCode(String apiGroupCode) {
// this.apiGroupCode = apiGroupCode;
// }
//
// public long getApiPromotion() {
// return apiPromotion;
// }
//
// public void setApiPromotion(long apiPromotion) {
// this.apiPromotion = apiPromotion;
// }
//
// public String getApiReq() {
// return apiReq;
// }
//
// public void setApiReq(String apiReq) {
// this.apiReq = apiReq;
// }
//
// public String getApiResp() {
// return apiResp;
// }
//
// public void setApiResp(String apiResp) {
// this.apiResp = apiResp;
// }
//
// public String getApiUrl() {
// return apiUrl;
// }
//
// public void setApiUrl(String apiUrl) {
// this.apiUrl = apiUrl;
// }
//
// public Timestamp getApiCtime() {
// return apiCtime;
// }
//
// public void setApiCtime(Timestamp apiCtime) {
// this.apiCtime = apiCtime;
// }
//
// public Timestamp getApiMtime() {
// return apiMtime;
// }
//
// public void setApiMtime(Timestamp apiMtime) {
// this.apiMtime = apiMtime;
// }
//
// public String getApiUserId() {
// return apiUserId;
// }
//
// public void setApiUserId(String apiUserId) {
// this.apiUserId = apiUserId;
// }
//
// public String getApiUnit() {
// return apiUnit;
// }
//
// public void setApiUnit(String apiUnit) {
// this.apiUnit = apiUnit;
// }
//
// public String getOwnerCompanyCode() {
// return ownerCompanyCode;
// }
//
// public void setOwnerCompanyCode(String ownerCompanyCode) {
// this.ownerCompanyCode = ownerCompanyCode;
// }
//
// public String getOwnerCompanyName() {
// return ownerCompanyName;
// }
//
// public void setOwnerCompanyName(String ownerCompanyName) {
// this.ownerCompanyName = ownerCompanyName;
// }
//
// public long getApiZone() {
// return apiZone;
// }
//
// public void setApiZone(long apiZone) {
// this.apiZone = apiZone;
// }
//
// public long getApiLayer() {
// return apiLayer;
// }
//
// public void setApiLayer(long apiLayer) {
// this.apiLayer = apiLayer;
// }
//
// public long getApiVersion() {
// return apiVersion;
// }
//
// public void setApiVersion(long apiVersion) {
// this.apiVersion = apiVersion;
// }
}
}
src/main/java/com/pms/ocp/model/entity/OcpApiBase.java
View file @
a039dc1e
...
@@ -73,37 +73,14 @@ public class OcpApiBase {
...
@@ -73,37 +73,14 @@ public class OcpApiBase {
@ApiModelProperty
(
"服务版本(最新版本)"
)
@ApiModelProperty
(
"服务版本(最新版本)"
)
private
String
apiVersion
;
private
String
apiVersion
;
public
long
getApiZone
()
{
@ApiModelProperty
(
"服务所属中心编码所属中心"
)
return
apiZone
;
private
String
apiCenterCode
;
}
public
void
setApiZone
(
long
apiZone
)
{
this
.
apiZone
=
apiZone
;
}
public
long
getApiLayer
()
{
return
apiLayer
;
}
public
void
setApiLayer
(
long
apiLayer
)
{
@ApiModelProperty
(
"服务简述"
)
this
.
apiLayer
=
apiLayer
;
private
String
apiDescription
;
}
// public long getApiVersion() {
@ApiModelProperty
(
"创建者姓名"
)
// return apiVersion;
private
String
apiUserName
;
// }
//
// public void setApiVersion(long apiVersion) {
// this.apiVersion = apiVersion;
// }
public
String
getApiVersion
()
{
return
apiVersion
;
}
public
void
setApiVersion
(
String
apiVersion
)
{
this
.
apiVersion
=
apiVersion
;
}
public
String
getObjId
()
{
public
String
getObjId
()
{
return
objId
;
return
objId
;
...
@@ -113,7 +90,6 @@ public class OcpApiBase {
...
@@ -113,7 +90,6 @@ public class OcpApiBase {
this
.
objId
=
objId
;
this
.
objId
=
objId
;
}
}
public
String
getApiCode
()
{
public
String
getApiCode
()
{
return
apiCode
;
return
apiCode
;
}
}
...
@@ -122,7 +98,6 @@ public class OcpApiBase {
...
@@ -122,7 +98,6 @@ public class OcpApiBase {
this
.
apiCode
=
apiCode
;
this
.
apiCode
=
apiCode
;
}
}
public
String
getApiName
()
{
public
String
getApiName
()
{
return
apiName
;
return
apiName
;
}
}
...
@@ -131,7 +106,6 @@ public class OcpApiBase {
...
@@ -131,7 +106,6 @@ public class OcpApiBase {
this
.
apiName
=
apiName
;
this
.
apiName
=
apiName
;
}
}
public
String
getApiGroupCode
()
{
public
String
getApiGroupCode
()
{
return
apiGroupCode
;
return
apiGroupCode
;
}
}
...
@@ -140,7 +114,6 @@ public class OcpApiBase {
...
@@ -140,7 +114,6 @@ public class OcpApiBase {
this
.
apiGroupCode
=
apiGroupCode
;
this
.
apiGroupCode
=
apiGroupCode
;
}
}
public
long
getApiPromotion
()
{
public
long
getApiPromotion
()
{
return
apiPromotion
;
return
apiPromotion
;
}
}
...
@@ -149,7 +122,6 @@ public class OcpApiBase {
...
@@ -149,7 +122,6 @@ public class OcpApiBase {
this
.
apiPromotion
=
apiPromotion
;
this
.
apiPromotion
=
apiPromotion
;
}
}
public
String
getApiReq
()
{
public
String
getApiReq
()
{
return
apiReq
;
return
apiReq
;
}
}
...
@@ -158,7 +130,6 @@ public class OcpApiBase {
...
@@ -158,7 +130,6 @@ public class OcpApiBase {
this
.
apiReq
=
apiReq
;
this
.
apiReq
=
apiReq
;
}
}
public
String
getApiResp
()
{
public
String
getApiResp
()
{
return
apiResp
;
return
apiResp
;
}
}
...
@@ -167,7 +138,6 @@ public class OcpApiBase {
...
@@ -167,7 +138,6 @@ public class OcpApiBase {
this
.
apiResp
=
apiResp
;
this
.
apiResp
=
apiResp
;
}
}
public
String
getApiUrl
()
{
public
String
getApiUrl
()
{
return
apiUrl
;
return
apiUrl
;
}
}
...
@@ -176,7 +146,6 @@ public class OcpApiBase {
...
@@ -176,7 +146,6 @@ public class OcpApiBase {
this
.
apiUrl
=
apiUrl
;
this
.
apiUrl
=
apiUrl
;
}
}
public
Timestamp
getApiCtime
()
{
public
Timestamp
getApiCtime
()
{
return
apiCtime
;
return
apiCtime
;
}
}
...
@@ -201,7 +170,6 @@ public class OcpApiBase {
...
@@ -201,7 +170,6 @@ public class OcpApiBase {
this
.
apiUserId
=
apiUserId
;
this
.
apiUserId
=
apiUserId
;
}
}
public
String
getApiUnit
()
{
public
String
getApiUnit
()
{
return
apiUnit
;
return
apiUnit
;
}
}
...
@@ -210,7 +178,6 @@ public class OcpApiBase {
...
@@ -210,7 +178,6 @@ public class OcpApiBase {
this
.
apiUnit
=
apiUnit
;
this
.
apiUnit
=
apiUnit
;
}
}
public
String
getOwnerCompanyCode
()
{
public
String
getOwnerCompanyCode
()
{
return
ownerCompanyCode
;
return
ownerCompanyCode
;
}
}
...
@@ -219,16 +186,6 @@ public class OcpApiBase {
...
@@ -219,16 +186,6 @@ public class OcpApiBase {
this
.
ownerCompanyCode
=
ownerCompanyCode
;
this
.
ownerCompanyCode
=
ownerCompanyCode
;
}
}
// public String getOwnerCompanyName() {
// return ownerCompanyName;
// }
//
// public void setOwnerCompanyName(String ownerCompanyName) {
// this.ownerCompanyName = ownerCompanyName;
// }
public
long
getIsDelete
()
{
public
long
getIsDelete
()
{
return
isDelete
;
return
isDelete
;
}
}
...
@@ -237,4 +194,51 @@ public class OcpApiBase {
...
@@ -237,4 +194,51 @@ public class OcpApiBase {
this
.
isDelete
=
isDelete
;
this
.
isDelete
=
isDelete
;
}
}
public
long
getApiZone
()
{
return
apiZone
;
}
public
void
setApiZone
(
long
apiZone
)
{
this
.
apiZone
=
apiZone
;
}
public
long
getApiLayer
()
{
return
apiLayer
;
}
public
void
setApiLayer
(
long
apiLayer
)
{
this
.
apiLayer
=
apiLayer
;
}
public
String
getApiVersion
()
{
return
apiVersion
;
}
public
void
setApiVersion
(
String
apiVersion
)
{
this
.
apiVersion
=
apiVersion
;
}
public
String
getApiCenterCode
()
{
return
apiCenterCode
;
}
public
void
setApiCenterCode
(
String
apiCenterCode
)
{
this
.
apiCenterCode
=
apiCenterCode
;
}
public
String
getApiDescription
()
{
return
apiDescription
;
}
public
void
setApiDescription
(
String
apiDescription
)
{
this
.
apiDescription
=
apiDescription
;
}
public
String
getApiUserName
()
{
return
apiUserName
;
}
public
void
setApiUserName
(
String
apiUserName
)
{
this
.
apiUserName
=
apiUserName
;
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment