|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public class GzhTemplateMessagePojo { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private  String appid; | 
|---|
|  |  |  | private  String touser; | 
|---|
|  |  |  | private  String template_id; | 
|---|
|  |  |  | private  String url; | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getAppid() { | 
|---|
|  |  |  | return appid; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setAppid(String appid) { | 
|---|
|  |  |  | this.appid = appid; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setMiniprogram(String appid,String url){ | 
|---|
|  |  |  | public void setMiniprogram(String appid, String url){ | 
|---|
|  |  |  | this.setMiniprogram(new Miniprogram(appid,url)); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | public void setFirst(String value, String color){ | 
|---|
|  |  |  | 
|---|
|  |  |  | public void setKeyWord(String value, String color){ | 
|---|
|  |  |  | this.data.put("keyword"+(this.data.size()),new Item(value,color)); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | public void setRemark(String value, String color){ | 
|---|
|  |  |  | this.data.put("remark",new Item(value,color)); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public Miniprogram getMiniprogram() { | 
|---|
|  |  |  | return miniprogram; | 
|---|