基础字段添加
This commit is contained in:
parent
1abd20136a
commit
9e50fea94f
@ -41,4 +41,7 @@ public class PipStage {
|
|||||||
private List<PipStage> stageList;
|
private List<PipStage> stageList;
|
||||||
// 执行实例id
|
// 执行实例id
|
||||||
private String instanceId;
|
private String instanceId;
|
||||||
|
private LocalDateTime updateTime;
|
||||||
|
private Long createUserId;
|
||||||
|
private Long updateUserId;
|
||||||
}
|
}
|
||||||
|
@ -35,4 +35,7 @@ public class PipTask {
|
|||||||
|
|
||||||
// 执行实例id
|
// 执行实例id
|
||||||
private String instanceId;
|
private String instanceId;
|
||||||
|
private LocalDateTime updateTime;
|
||||||
|
private Long updateUserId;
|
||||||
|
private Long createUserId;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user