数据库字典
ims_yz_wechat_rule(公众号->规则表)
字段 | 类型 | 空 | 默认 | 注释 |
---|---|---|---|---|
id | int | no | 主键 | |
uniacid | int | no | 0 | 所属公众号id |
name | varchar | no | 规则名 | |
module | varchar | no | 模块名 | |
displayorder | int | no | 0 | 排序 |
status | int | no | 0 | 规则状态,0关闭,1开启 |
containtype | varchar | no | 回复类型,basic,news,image,voice等 | |
reply_type | int | no | 0 | 回复类型,该字段暂时没用 |
created_at | int(11) | YES | 创建时间 | |
updated_at | int(11) | YES | 更新时间 | |
deleted_at | int(11) | YES | 删除时间 |