0516 ljc
This commit is contained in:
parent
337ee85667
commit
4086b0ded7
@ -66,7 +66,7 @@ public class PipelineCreateReq {
|
||||
|
||||
private String projectId;
|
||||
|
||||
private String remake;
|
||||
private String remark;
|
||||
|
||||
/**
|
||||
* @pi.name:collect
|
||||
|
@ -76,7 +76,7 @@ public class PipelineReq {
|
||||
|
||||
private String resourceId;
|
||||
|
||||
private String remake;
|
||||
private String remark;
|
||||
|
||||
/**
|
||||
* @pi.name:collect
|
||||
|
@ -76,7 +76,7 @@ public class PipelineUpdateReq {
|
||||
|
||||
private String resourceId;
|
||||
|
||||
private String remake;
|
||||
private String remark;
|
||||
|
||||
/**
|
||||
* @pi.name:collect
|
||||
|
@ -31,6 +31,8 @@ public class PipelineFindResp {
|
||||
//最后修改人姓名
|
||||
private String updateUserName;
|
||||
|
||||
private String remark;
|
||||
|
||||
private LocalDateTime createTime;
|
||||
|
||||
private LocalDateTime updateTime;
|
||||
|
@ -86,7 +86,7 @@ public class PipPipeline {
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
private String remake;
|
||||
private String remark;
|
||||
|
||||
/**
|
||||
* 流水线环境
|
||||
|
Loading…
x
Reference in New Issue
Block a user