添加小程序订阅消息后台管理
This commit is contained in:
@ -47,6 +47,8 @@ public class YxWechatTemplate extends BaseDomain {
|
||||
/** 状态 */
|
||||
private Integer status;
|
||||
|
||||
/** 类型:template:模板消息 subscribe:订阅消息 */
|
||||
private String type;
|
||||
|
||||
public void copy(YxWechatTemplate source){
|
||||
BeanUtil.copyProperties(source,this, CopyOptions.create().setIgnoreNullValue(true));
|
||||
|
@ -36,4 +36,6 @@ public class YxWechatTemplateDto implements Serializable {
|
||||
|
||||
/** 状态 */
|
||||
private Integer status;
|
||||
/** 类型:template:模板消息 subscribe:订阅消息 */
|
||||
private String type;
|
||||
}
|
||||
|
Reference in New Issue
Block a user