|
@ -18,7 +18,7 @@ public class WxReplySceneDO extends UuidIdentityEntityWithOperator implements ja
|
|
private String appOriginId;//原始ID(唯一)
|
|
private String appOriginId;//原始ID(唯一)
|
|
private String msgType;//微信消息类型:text,event,image,voice,video,shortvideo,location,link
|
|
private String msgType;//微信消息类型:text,event,image,voice,video,shortvideo,location,link
|
|
private String event;//微信事件类型:SCAN,LOCATION,CLICK,subscribe,unsubscribe
|
|
private String event;//微信事件类型:SCAN,LOCATION,CLICK,subscribe,unsubscribe
|
|
private String scene;//图文消息/自定义消息,分组场景
|
|
|
|
|
|
private String scene;//图文消息/自定义消息,分组场景,微信的eventKey
|
|
private String content;//居民回复内容,消息字段
|
|
private String content;//居民回复内容,消息字段
|
|
private Integer status;//状态(-1删除 0 冻结 1可用
|
|
private Integer status;//状态(-1删除 0 冻结 1可用
|
|
|
|
|
|
@ -84,4 +84,5 @@ public class WxReplySceneDO extends UuidIdentityEntityWithOperator implements ja
|
|
public void setStatus(Integer status) {
|
|
public void setStatus(Integer status) {
|
|
this.status = status;
|
|
this.status = status;
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|