会员:

1.会员设置标签
This commit is contained in:
owen
2023-08-19 20:19:56 +08:00
parent 9b6e2114c7
commit 4f589cad53
9 changed files with 85 additions and 17 deletions

View File

@@ -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(