REQ-3045: 添加JSON handler
This commit is contained in:
parent
501fdaac13
commit
ab02d5f504
@ -47,6 +47,7 @@ public class MessageTemplateButtonV3 extends BaseEntityWithOperator<MessageTempl
|
||||
/**
|
||||
* 按钮链接配置
|
||||
*/
|
||||
@TableField(typeHandler = FastjsonTypeHandler.class)
|
||||
private UrlConfig urlConfig;
|
||||
|
||||
/**
|
||||
|
||||
@ -2,7 +2,9 @@ package cn.axzo.msg.center.domain.entity;
|
||||
|
||||
import cn.axzo.msg.center.service.domain.GroupConfig;
|
||||
import cn.axzo.msg.center.service.enums.GroupType;
|
||||
import com.baomidou.mybatisplus.annotation.TableField;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.baomidou.mybatisplus.extension.handlers.FastjsonTypeHandler;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
@ -37,6 +39,7 @@ public class MessageTemplateGroupV3 extends BaseEntityWithOperator<MessageTempla
|
||||
/**
|
||||
* 分组配置
|
||||
*/
|
||||
@TableField(typeHandler = FastjsonTypeHandler.class)
|
||||
private GroupConfig groupConfig;
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user