数据库字典/sys_notice_template/系统通知模板表
字段名 | 数据类型 | 允许为空 | 描述 |
---|---|---|---|
template_id | int(11) | NO | 模板id |
template_type | varchar(50) | NO | 模板类型 |
instance_id | int(11) | NO | 店铺id |
template_code | varchar(50) | NO | 模板编号 |
template_title | varchar(50) | NO | 模板编号 |
template_content | text | NO | 模板名称 |
sign_name | varchar(50) | NO | 签名 |
is_enable | int(11) | NO | 是否开启 |
modify_time | int(11) | YES | 更新时间 |
notify_type | varchar(255) | NO | 通知人类型 |
notification_mode | text | NO | 通知方式 |
website_id | int(11) | NO | 实例id |
int_template_title | varchar(50) | NO | 国际短信模板id |