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 | 12 ++++++++++++ 1 files changed, 12 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 860c75f..9eb7e47 100644 --- a/src/main/java/com/highdatas/mdm/pojo/SubscribeEntity.java +++ b/src/main/java/com/highdatas/mdm/pojo/SubscribeEntity.java @@ -12,9 +12,21 @@ public class SubscribeEntity { + /* + * 涓婚敭 + * */ private String id; + /* + * 绫诲瀷 + * */ private String type; + /* + * 鍚嶇О + * */ private String name; + /* + * 鐗堟湰鍒楄〃 + * */ private List<JSONObject> versionList; public List<JSONObject> getVersionList() { -- Gitblit v1.8.0