mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-08-01 03:44:07 +08:00
会员:
1.会员设置标签
This commit is contained in:
@@ -12,6 +12,7 @@ create table member_tag
|
||||
)
|
||||
comment '会员标签';
|
||||
|
||||
alter table member_user add column tag_ids varchar(255) null comment '用户标签编号列表,以逗号分隔';
|
||||
|
||||
-- 菜单 SQL
|
||||
INSERT INTO system_menu(
|
||||
|
Reference in New Issue
Block a user