增加数据类别字段
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
package com.chinaunicom.mall.ebtp.extend.bizmessage.entity;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableField;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import lombok.Data;
|
||||
|
||||
@ -17,6 +18,7 @@ public class BizMessage {
|
||||
private String params;
|
||||
private Timestamp createtime;
|
||||
private String templatecode;
|
||||
@TableField(exist = false)
|
||||
private String templatetype;
|
||||
|
||||
/* 该值为1则标识开启授权控制,只有授权列表( biz_message_authorize )内的用户可见 */
|
||||
|
Reference in New Issue
Block a user