kimi
2020-05-27 2893347bf72477c4d108e8589a0f61e3e97a990c
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() {