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
14531725
Commit
14531725
authored
Mar 16, 2022
by
胡秀武
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
097c0065
4b55be71
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
20 deletions
+14
-20
src/main/java/com/pms/ocp/model/entity/OcpApiAudit.java
src/main/java/com/pms/ocp/model/entity/OcpApiAudit.java
+12
-14
src/main/java/com/pms/ocp/model/entity/OcpTenantAudit.java
src/main/java/com/pms/ocp/model/entity/OcpTenantAudit.java
+2
-6
No files found.
src/main/java/com/pms/ocp/model/entity/OcpApiAudit.java
View file @
14531725
...
...
@@ -17,60 +17,54 @@ public class OcpApiAudit {
@TableId
(
type
=
IdType
.
ASSIGN_ID
)
@ApiModelProperty
(
"主键ID"
)
@Excel
(
name
=
"
主键ID
"
,
orderNum
=
"1"
)
@Excel
(
name
=
"
编号
"
,
orderNum
=
"1"
)
private
String
objId
;
@ApiModelProperty
(
"服务编码"
)
@Excel
(
name
=
"服务编码"
,
orderNum
=
"2"
)
private
String
apiCode
;
@ApiModelProperty
(
"操作状态0:新增,1:迭代;2,下线"
)
@Excel
(
name
=
"
操作状态
"
,
orderNum
=
"3"
)
@Excel
(
name
=
"
类型
"
,
orderNum
=
"3"
)
private
long
operStatus
;
@ApiModelProperty
(
"操作对象0:服务,1:入参,2:出参"
)
@Excel
(
name
=
"操作对象"
,
orderNum
=
"4"
)
private
long
operTarget
;
@ApiModelProperty
(
"类型0:人工操作,1:流程管控,3:总部下发"
)
@Excel
(
name
=
"操作对象"
,
orderNum
=
"4"
)
private
long
auditType
;
@ApiModelProperty
(
"备注简述"
)
@Excel
(
name
=
"备注简述"
,
orderNum
=
"5"
)
private
String
auditMessage
;
@ApiModelProperty
(
"事记内容"
)
@Excel
(
name
=
"
事记内容"
,
orderNum
=
"6
"
)
@Excel
(
name
=
"
变更内容"
,
orderNum
=
"4
"
)
private
String
auditJson
;
@ApiModelProperty
(
"提交人id"
)
@Excel
(
name
=
"提交人id"
,
orderNum
=
"7"
)
private
String
auditUserId
;
@ApiModelProperty
(
"提交人姓名"
)
@Excel
(
name
=
"
提交人姓名"
,
orderNum
=
"8
"
)
@Excel
(
name
=
"
变更人"
,
orderNum
=
"5
"
)
private
String
auditUserName
;
@ApiModelProperty
(
"创建时间"
)
@Excel
(
name
=
"创建时间"
,
orderNum
=
"
9
"
)
@Excel
(
name
=
"创建时间"
,
orderNum
=
"
6
"
)
private
Timestamp
auditCtime
;
@ApiModelProperty
(
"修改时间"
)
@Excel
(
name
=
"修改时间"
,
orderNum
=
"10"
)
private
Timestamp
auditMtime
;
@ApiModelProperty
(
"是否删除0-否1-是"
)
@Excel
(
name
=
"是否删除"
,
orderNum
=
"11"
)
private
long
isDelete
;
@ApiModelProperty
(
"当前版本"
)
@Excel
(
name
=
"当前版本"
,
orderNum
=
"12"
)
private
long
applyVersion
;
@ApiModelProperty
(
"上一版本"
)
@Excel
(
name
=
"上一版本"
,
orderNum
=
"
13
"
)
@Excel
(
name
=
"上一版本"
,
orderNum
=
"
7
"
)
private
long
preApiVersion
;
@ApiModelProperty
(
"服务接口中文名称"
)
@Excel
(
name
=
"服务名称"
,
orderNum
=
"2"
)
private
String
apiName
;
@ApiModelProperty
(
"服务分类代码"
)
...
...
@@ -80,9 +74,12 @@ public class OcpApiAudit {
private
long
apiPromotion
;
@ApiModelProperty
(
"服务请求体"
)
@Excel
(
name
=
"请求参数"
,
orderNum
=
"8"
)
private
String
apiReq
;
@ApiModelProperty
(
"服务返回体"
)
@Excel
(
name
=
"返回参数"
,
orderNum
=
"9"
)
private
String
apiResp
;
@ApiModelProperty
(
"服务地址"
)
...
...
@@ -113,6 +110,7 @@ public class OcpApiAudit {
private
long
apiLayer
;
@ApiModelProperty
(
"服务版本(最新版本)"
)
@Excel
(
name
=
"当前版本"
,
orderNum
=
"6"
)
private
long
apiVersion
;
public
String
getObjId
()
{
...
...
src/main/java/com/pms/ocp/model/entity/OcpTenantAudit.java
View file @
14531725
...
...
@@ -83,7 +83,7 @@ public class OcpTenantAudit implements Serializable {
*/
@ApiModelProperty
(
"创建时间"
)
@Excel
(
name
=
"创建时间"
,
orderNum
=
"9"
)
private
Date
auditCtime
;
private
Timestamp
auditCtime
;
/**
* 应用版本(当前版本)
...
...
@@ -238,14 +238,10 @@ public class OcpTenantAudit implements Serializable {
return
auditCtime
;
}
public
void
setAuditCtime
(
Date
auditCtime
)
{
public
void
setAuditCtime
(
Timestamp
auditCtime
)
{
this
.
auditCtime
=
auditCtime
;
}
public
String
getApplyVersion
()
{
return
applyVersion
;
}
public
void
setApplyVersion
(
String
applyVersion
)
{
this
.
applyVersion
=
applyVersion
;
}
...
...
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