| 程序包 | 说明 |
|---|---|
| bee.cloud.service.wechat.proxy.work.entity |
| 类和说明 |
|---|
| ReplyMsg
功能说明:Table: t_reply_msg 按关键字回复消息表
create table t_reply_msg
(
reply_msg_id bigserial not null,
originalid varchar(32) not null,
keyword varchar(32) not null,
msg_type varchar(16),
content text,
valid int4 DEFAULT 0 ,--comment '0:所有人以看,1:管理员可以看',
primary key (reply_msg_id),
UNIQUE(originalid,keyword)
);
|
Copyright © 2023. All rights reserved.