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 | 95 ++++++++++++++++++++++++++++++++++++----------- 1 files changed, 73 insertions(+), 22 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 5283769..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; /** * 鏄惁鎵嬪姩杈撳叆鐗堟湰 @@ -85,7 +87,6 @@ */ private boolean secretFlag; - /** * 瀹炰緥鍖栫被 */ @@ -95,7 +96,6 @@ * C# */ private String shape; - /** * 鐢熷懡鍛ㄦ湡鐨勮嫳鏂囧悕绉� @@ -112,11 +112,15 @@ */ private String versionRule; + /** + * 鐗堟湰绾у埆 + */ + private short revLevel; /** * 澶囩敤鐢熷懡鍛ㄦ湡鑻辨枃鍚嶇О */ - private String subLifeCycleId; + private String lifeCycleIds; /** * 澶囩敤鐢熷懡鍛ㄦ湡涓枃鍚嶇О @@ -132,6 +136,11 @@ * 瑙嗗浘鍒涘缓鐨剆ql璇彞 */ private String viewCreateSql; + + /** + * 鍒嗛殧绗� + */ + private String delimiter; /** * 涓氬姟绫诲瀷鍚嶇О @@ -169,9 +178,59 @@ 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; + } + + public String getDelimiter() { + return delimiter; + } + + public void setRevLevel(short revLevel) { + this.revLevel = revLevel; + } + + public short getRevLevel() { + return revLevel; + } public String getOid() { return oid; @@ -219,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() { @@ -374,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() { @@ -432,7 +483,7 @@ ", description='" + description + '\'' + ", revisionRuleId='" + revisionRuleId + '\'' + ", revisionRuleName='" + revisionRuleName + '\'' + - ", revisionSep='" + revisionSep + '\'' + + ", delimiter='" + delimiter + '\'' + ", inputRevisionFlag=" + inputRevisionFlag + ", revisionRuleVO=" + revisionRuleVO + ", abstractFlag=" + abstractFlag + @@ -444,7 +495,7 @@ ", lifeCycleId='" + lifeCycleId + '\'' + ", lifeCycleName='" + lifeCycleName + '\'' + ", versionRule='" + versionRule + '\'' + - ", subLifeCycleId='" + subLifeCycleId + '\'' + + ", lifeCycleIds='" + lifeCycleIds + '\'' + ", subLifeCycleName='" + subLifeCycleName + '\'' + ", viewFlag=" + viewFlag + ", viewCreateSql='" + viewCreateSql + '\'' + -- Gitblit v1.9.3