From c007f0ca1785db093d48f4846cda82fe8e955765 Mon Sep 17 00:00:00 2001 From: kimi <kimi42345@gmail.com> Date: 星期三, 27 五月 2020 09:59:29 +0800 Subject: [PATCH] merage --- src/main/java/com/highdatas/mdm/pojo/SubscribeEntity.java | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/highdatas/mdm/pojo/SubscribeEntity.java b/src/main/java/com/highdatas/mdm/pojo/SubscribeEntity.java index 09d47ad..9eb7e47 100644 --- a/src/main/java/com/highdatas/mdm/pojo/SubscribeEntity.java +++ b/src/main/java/com/highdatas/mdm/pojo/SubscribeEntity.java @@ -1,5 +1,9 @@ package com.highdatas.mdm.pojo; +import com.alibaba.fastjson.JSONObject; + +import java.util.List; + /** * @author kimi * @description @@ -8,9 +12,30 @@ public class SubscribeEntity { + /* + * 涓婚敭 + * */ private String id; + /* + * 绫诲瀷 + * */ private String type; + /* + * 鍚嶇О + * */ private String name; + /* + * 鐗堟湰鍒楄〃 + * */ + private List<JSONObject> versionList; + + public List<JSONObject> getVersionList() { + return versionList; + } + + public void setVersionList(List<JSONObject> versionList) { + this.versionList = versionList; + } public String getId() { return id; -- Gitblit v1.8.0