From 573c97f4d9e99252cc10f2839757c2d27929820a Mon Sep 17 00:00:00 2001 From: OTTO <731554297@qq.com> Date: Thu, 23 Jan 2025 17:09:50 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=A7=E5=93=81=E5=BA=93=E4=BC=98?= =?UTF-8?q?=E5=8C=96):=20=E5=8F=97=E6=8E=A7=E5=BA=93=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E7=9A=84=E5=88=B6=E5=93=81=E8=A6=81=E8=AF=86=E5=88=AB=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E4=B8=BA=E6=B5=81=E6=B0=B4=E7=BA=BF=E7=94=9F=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 通过fromType和attributes设置来源为流水线的相关数据 关联Issue:https://pm.gitlink.org.cn/Gitlink/projects/228/demand/124516 Signed-off-by: OTTO <731554297@qq.com> --- .../pms/productLibrary/domain/vo/ComponentRawInputVo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microservices-modules/microservices-modules-pms/src/main/java/com/microservices/pms/productLibrary/domain/vo/ComponentRawInputVo.java b/microservices-modules/microservices-modules-pms/src/main/java/com/microservices/pms/productLibrary/domain/vo/ComponentRawInputVo.java index a1a34cc10..c84ebe682 100644 --- a/microservices-modules/microservices-modules-pms/src/main/java/com/microservices/pms/productLibrary/domain/vo/ComponentRawInputVo.java +++ b/microservices-modules/microservices-modules-pms/src/main/java/com/microservices/pms/productLibrary/domain/vo/ComponentRawInputVo.java @@ -46,7 +46,7 @@ public class ComponentRawInputVo { @ApiModelProperty(value = "目录:上传文件的目录(例如/path/to/files/)") @NotNull(message = "目录不能为空") private String directory; - @ApiModelProperty(value = "来源类型(流水线传pipeline,同时在attributes字段中传pipelineName,例如:{'pipeline':'持续集成流水线'})") + @ApiModelProperty(value = "来源类型(流水线传pipeline,同时在attributes字段中传pipelineName,例如:{'pipelineName':'持续集成流水线'})") private String fromType = "common"; public String getNexusRepoName() {