From 45cef54b5f122ea0fc0bc728ca52a0512cfb5fc0 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Wed, 25 Dec 2024 17:12:23 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E7=BB=84=E5=90=88?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E6=B7=BB=E5=8A=A0=E5=BC=95=E7=94=A8=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1318905102958592]组合工具添加引用列表 http://192.168.0.96:8090/demo/rdm.html#/task-detail/939050947543040/939050947543050/1318905102958592 --- .../autoexec/dto/combop/AutoexecCombopVo.java | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/java/neatlogic/framework/autoexec/dto/combop/AutoexecCombopVo.java b/src/main/java/neatlogic/framework/autoexec/dto/combop/AutoexecCombopVo.java index 79a5c98f..2218b9a4 100644 --- a/src/main/java/neatlogic/framework/autoexec/dto/combop/AutoexecCombopVo.java +++ b/src/main/java/neatlogic/framework/autoexec/dto/combop/AutoexecCombopVo.java @@ -108,6 +108,9 @@ public class AutoexecCombopVo extends BaseEditorVo implements Serializable { @EntityField(name = "term.autoexec.configexpiredreason", type = ApiParamType.JSONOBJECT) private JSONObject configExpiredReason; + @EntityField(name = "引用数量", type = ApiParamType.INTEGER) + private Integer referenceCount; + public AutoexecCombopVo() { } @@ -415,4 +418,12 @@ public class AutoexecCombopVo extends BaseEditorVo implements Serializable { public void setExistRunnerOrSqlExecMode(Boolean existRunnerOrSqlExecMode) { this.existRunnerOrSqlExecMode = existRunnerOrSqlExecMode; } + + public Integer getReferenceCount() { + return referenceCount; + } + + public void setReferenceCount(Integer referenceCount) { + this.referenceCount = referenceCount; + } } -- Gitee