From 118211ba511524e94952c896bd508ff9baec46c8 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期四, 15 八月 2024 23:23:07 +0800 Subject: [PATCH] 业务类型接口联调调整,菜单查询调整 --- Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/OsBtmTypeVO.java | 53 +++++++++++++++++++++++++++++++++-------------------- 1 files changed, 33 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..0804d92 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 @@ -36,6 +36,11 @@ private String tableName; /** + * 鐖朵笟鍔$被鍨� + */ + private String fName; + + /** * 鎻忚堪 */ private String description; @@ -49,11 +54,6 @@ * 鐗堟湰瑙勫垯鐨勫悕绉� */ private String revisionRuleName; - - /** - * 鍒嗛殧绗� - */ - private String revisionSep; /** * 鏄惁鎵嬪姩杈撳叆鐗堟湰 @@ -118,7 +118,7 @@ /** * 澶囩敤鐢熷懡鍛ㄦ湡鑻辨枃鍚嶇О */ - private String subLifeCycleId; + private String lifeCycleIds; /** * 澶囩敤鐢熷懡鍛ㄦ湡涓枃鍚嶇О @@ -176,9 +176,30 @@ private Date ts; /** + * 鍖呭惈灞炴�у悕绉� + */ + private String[] apNameArray; + + /** * 鍖呭惈灞炴�� */ 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 +263,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 +410,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 +468,7 @@ ", description='" + description + '\'' + ", revisionRuleId='" + revisionRuleId + '\'' + ", revisionRuleName='" + revisionRuleName + '\'' + - ", revisionSep='" + revisionSep + '\'' + + ", delimiter='" + delimiter + '\'' + ", inputRevisionFlag=" + inputRevisionFlag + ", revisionRuleVO=" + revisionRuleVO + ", abstractFlag=" + abstractFlag + @@ -467,7 +480,7 @@ ", lifeCycleId='" + lifeCycleId + '\'' + ", lifeCycleName='" + lifeCycleName + '\'' + ", versionRule='" + versionRule + '\'' + - ", subLifeCycleId='" + subLifeCycleId + '\'' + + ", lifeCycleIds='" + lifeCycleIds + '\'' + ", subLifeCycleName='" + subLifeCycleName + '\'' + ", viewFlag=" + viewFlag + ", viewCreateSql='" + viewCreateSql + '\'' + -- Gitblit v1.9.3