新增内部消息站内信功能。
This commit is contained in:
@@ -481,13 +481,13 @@ CREATE TABLE js_sys_msg_inner
|
||||
content_type char(1),
|
||||
msg_content clob NOT NULL,
|
||||
receive_type char(1) NOT NULL,
|
||||
receive_codes clob NOT NULL,
|
||||
receive_names clob NOT NULL,
|
||||
send_user_code varchar2(64) NOT NULL,
|
||||
send_user_name varchar2(100) NOT NULL,
|
||||
send_date timestamp NOT NULL,
|
||||
receive_codes clob,
|
||||
receive_names clob,
|
||||
send_user_code varchar2(64),
|
||||
send_user_name varchar2(100),
|
||||
send_date timestamp,
|
||||
is_attac char(1),
|
||||
notify_types varchar2(100) NOT NULL,
|
||||
notify_types varchar2(100),
|
||||
status char(1) NOT NULL,
|
||||
create_by varchar2(64) NOT NULL,
|
||||
create_date timestamp NOT NULL,
|
||||
@@ -1252,7 +1252,7 @@ COMMENT ON COLUMN js_sys_msg_inner.msg_title IS '消息标题';
|
||||
COMMENT ON COLUMN js_sys_msg_inner.content_level IS '内容级别(1普通 2一般 3紧急)';
|
||||
COMMENT ON COLUMN js_sys_msg_inner.content_type IS '内容类型(1公告 2新闻 3会议 4其它)';
|
||||
COMMENT ON COLUMN js_sys_msg_inner.msg_content IS '消息内容';
|
||||
COMMENT ON COLUMN js_sys_msg_inner.receive_type IS '接受者类型(1用户 2部门 3角色 4岗位)';
|
||||
COMMENT ON COLUMN js_sys_msg_inner.receive_type IS '接受者类型(0全部 1用户 2部门 3角色 4岗位)';
|
||||
COMMENT ON COLUMN js_sys_msg_inner.receive_codes IS '接受者字符串';
|
||||
COMMENT ON COLUMN js_sys_msg_inner.receive_names IS '接受者名称字符串';
|
||||
COMMENT ON COLUMN js_sys_msg_inner.send_user_code IS '发送者用户编码';
|
||||
|
||||
Reference in New Issue
Block a user