|
@ -16,7 +16,7 @@ public class WeixinTemplate extends IdEntity {
|
|
|
|
|
|
private String accId;//'微信公众号原始ID'
|
|
private String accId;//'微信公众号原始ID'
|
|
private String templateName;//'自定义模板名称'
|
|
private String templateName;//'自定义模板名称'
|
|
private String templateId;//'模板ID'
|
|
|
|
|
|
private String templateTitle;//'模板标题'
|
|
private Integer type;//'自定义模板类型'
|
|
private Integer type;//'自定义模板类型'
|
|
private String format;//'模板内容格式'
|
|
private String format;//'模板内容格式'
|
|
private Integer status;//'模板状态 1:正常 0:删除'
|
|
private Integer status;//'模板状态 1:正常 0:删除'
|
|
@ -37,12 +37,12 @@ public class WeixinTemplate extends IdEntity {
|
|
this.templateName = templateName;
|
|
this.templateName = templateName;
|
|
}
|
|
}
|
|
|
|
|
|
public String getTemplateId() {
|
|
|
|
return templateId;
|
|
|
|
|
|
public String getTemplateTitle() {
|
|
|
|
return templateTitle;
|
|
}
|
|
}
|
|
|
|
|
|
public void setTemplateId(String templateId) {
|
|
|
|
this.templateId = templateId;
|
|
|
|
|
|
public void setTemplateTitle(String templateTitle) {
|
|
|
|
this.templateTitle = templateTitle;
|
|
}
|
|
}
|
|
|
|
|
|
public Integer getType() {
|
|
public Integer getType() {
|