From 68fd566d21b3efc3a670a5295289b1801f5a4155 Mon Sep 17 00:00:00 2001 From: ludc <ludc@vci-tech.com> Date: 星期四, 16 一月 2025 18:18:55 +0800 Subject: [PATCH] 流程部署接口上传 --- Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/OsBtmTypeVO.java | 68 ++++++++++++++++++++++++---------- 1 files changed, 48 insertions(+), 20 deletions(-) diff --git a/Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/OsBtmTypeVO.java b/Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/OsBtmTypeVO.java index 6dc7487..5e2154e 100644 --- a/Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/OsBtmTypeVO.java +++ b/Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/OsBtmTypeVO.java @@ -1,5 +1,7 @@ package com.vci.pagemodel; +import com.vci.starter.web.pagemodel.Tree; + import java.util.Date; import java.util.List; @@ -36,6 +38,11 @@ private String tableName; /** + * 鐖朵笟鍔$被鍨� + */ + private String fName; + + /** * 鎻忚堪 */ private String description; @@ -49,11 +56,6 @@ * 鐗堟湰瑙勫垯鐨勫悕绉� */ private String revisionRuleName; - - /** - * 鍒嗛殧绗� - */ - private String revisionSep; /** * 鏄惁鎵嬪姩杈撳叆鐗堟湰 @@ -118,7 +120,7 @@ /** * 澶囩敤鐢熷懡鍛ㄦ湡鑻辨枃鍚嶇О */ - private String subLifeCycleId; + private String lifeCycleIds; /** * 澶囩敤鐢熷懡鍛ㄦ湡涓枃鍚嶇О @@ -176,9 +178,43 @@ private Date ts; /** + * 鍖呭惈灞炴�у悕绉� + */ + private String[] apNameArray; + + /** + * 鍥剧墖鍚嶇О + */ + private String imageName; + + public void setImageName(String imageName) { + this.imageName = imageName; + } + + public String getImageName() { + return imageName; + } + + /** * 鍖呭惈灞炴�� */ private List<OsBtmTypeAttributeVO> attributes; + + public void setApNameArray(String[] apNameArray) { + this.apNameArray = apNameArray; + } + + public String[] getApNameArray() { + return apNameArray; + } + + public void setfName(String fName) { + this.fName = fName; + } + + public String getfName() { + return fName; + } public void setDelimiter(String delimiter) { this.delimiter = delimiter; @@ -242,14 +278,6 @@ public void setRevisionRuleName(String revisionRuleName) { this.revisionRuleName = revisionRuleName; - } - - public String getRevisionSep() { - return revisionSep; - } - - public void setRevisionSep(String revisionSep) { - this.revisionSep = revisionSep; } public boolean isInputRevisionFlag() { @@ -397,12 +425,12 @@ this.lifeCycleName = lifeCycleName; } - public String getSubLifeCycleId() { - return subLifeCycleId; + public String getLifeCycleIds() { + return lifeCycleIds; } - public void setSubLifeCycleId(String subLifeCycleId) { - this.subLifeCycleId = subLifeCycleId; + public void setLifeCycleIds(String lifeCycleIds) { + this.lifeCycleIds = lifeCycleIds; } public String getSubLifeCycleName() { @@ -455,7 +483,7 @@ ", description='" + description + '\'' + ", revisionRuleId='" + revisionRuleId + '\'' + ", revisionRuleName='" + revisionRuleName + '\'' + - ", revisionSep='" + revisionSep + '\'' + + ", delimiter='" + delimiter + '\'' + ", inputRevisionFlag=" + inputRevisionFlag + ", revisionRuleVO=" + revisionRuleVO + ", abstractFlag=" + abstractFlag + @@ -467,7 +495,7 @@ ", lifeCycleId='" + lifeCycleId + '\'' + ", lifeCycleName='" + lifeCycleName + '\'' + ", versionRule='" + versionRule + '\'' + - ", subLifeCycleId='" + subLifeCycleId + '\'' + + ", lifeCycleIds='" + lifeCycleIds + '\'' + ", subLifeCycleName='" + subLifeCycleName + '\'' + ", viewFlag=" + viewFlag + ", viewCreateSql='" + viewCreateSql + '\'' + -- Gitblit v1.9.3