|  |  |  | 
|---|
|  |  |  | private  Miniprogram miniprogram; | 
|---|
|  |  |  | public static class Miniprogram{ | 
|---|
|  |  |  | private  String appid; | 
|---|
|  |  |  | private  String path; | 
|---|
|  |  |  | private  String pagepath; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public Miniprogram(String appid, String path) { | 
|---|
|  |  |  | public Miniprogram(String appid, String pagepath) { | 
|---|
|  |  |  | this.appid = appid; | 
|---|
|  |  |  | this.path = path; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getPath() { | 
|---|
|  |  |  | return path; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setPath(String path) { | 
|---|
|  |  |  | this.path = path; | 
|---|
|  |  |  | this.pagepath = pagepath; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getAppid() { | 
|---|
|  |  |  | 
|---|
|  |  |  | this.appid = appid; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getPagepath() { | 
|---|
|  |  |  | return pagepath; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setPagepath(String pagepath) { | 
|---|
|  |  |  | this.pagepath = pagepath; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | public Map<String ,Item> data=new HashedMap(); | 
|---|
|  |  |  | public static class Item{ | 
|---|