79 lines
5.5 KiB
SQL
79 lines
5.5 KiB
SQL
INSERT INTO sys_dict(id, dict_key, dict_name, memo)
|
|
VALUES ('15122189783040', 'client_code', '客户端代码', '1');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122189783041', '15122189783040', 'client_code', '1', 'WEB 后台', '1', '');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122189783042', '15122189783040', 'client_code', '2', '微信小程序', '2', '');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122189783043', '15122189783040', 'client_code', '3', '手机 APP', '3', '');
|
|
|
|
INSERT INTO sys_dict(id, dict_key, dict_name, memo)
|
|
VALUES ('15122193981440', 'auth_way', '登录方式', '2');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122193981441', '15122193981440', 'auth_way', 'Anonymous', '匿名登录', '1', '');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122193981442', '15122193981440', 'auth_way', 'Password', '账号密码登录', '2', '');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122193981443', '15122193981440', 'auth_way', 'Phone', '手机验证码登录', '4', '');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122193981444', '15122193981440', 'auth_way', 'Wechat', '微信登录', '5', '');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122193981445', '15122193981440', 'auth_way', 'WechatMini', '微信小程序登录', '6', '');
|
|
|
|
INSERT INTO sys_dict(id, dict_key, dict_name, memo)
|
|
VALUES ('15122193985536', 'request_method', 'HTTP 请求方式', '3');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122193985537', '15122193985536', 'request_method', 'GET', 'GET 请求', '1', '');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122193985538', '15122193985536', 'request_method', 'POST', 'POST 请求', '2', '');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122193985539', '15122193985536', 'request_method', 'PUT', 'PUT 请求', '3', '');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122193985540', '15122193985536', 'request_method', 'DELETE', 'DELETE 请求', '4', '');
|
|
|
|
INSERT INTO sys_dict(id, dict_key, dict_name, memo)
|
|
VALUES ('15122193989632', 'gender', '性别', '4');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122193989633', '15122193989632', 'gender', 'Unknown', '未知', '1', '');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122193989634', '15122193989632', 'gender', 'Man', '男', '2', '');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122193989635', '15122193989632', 'gender', 'Woman', '女', '3', '');
|
|
|
|
INSERT INTO sys_dict(id, dict_key, dict_name, memo)
|
|
VALUES ('15122193993728', 'menu_category', '菜单类型', '5');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122193993729', '15122193993728', 'menu_category', 'Catalog', '目录', '1', '');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122193993730', '15122193993728', 'menu_category', 'Page', '页面', '2', '');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122193993731', '15122193993728', 'menu_category', 'SubPage', '子页面', '3', '');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122193993732', '15122193993728', 'menu_category', 'Btn', '按钮', '4', '');
|
|
|
|
INSERT INTO sys_dict(id, dict_key, dict_name, memo)
|
|
VALUES ('15122198192128', 'file_service', '文件服务', '6');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122198192129', '15122198192128', 'file_service', 'LocalDisk', '本地磁盘', '1', '');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122198192130', '15122198192128', 'file_service', 'DB', '数据库', '2', '');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122198192131', '15122198192128', 'file_service', 'Minio', 'Minio', '3', '');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122198192132', '15122198192128', 'file_service', 'AliyunOSS', '阿里云', '4', '');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122198192133', '15122198192128', 'file_service', 'TencentCOS', '腾讯云', '5', '');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122198192134', '15122198192128', 'file_service', 'HuaweiOBS', '华为云', '6', '');
|
|
|
|
INSERT INTO sys_dict(id, dict_key, dict_name, memo)
|
|
VALUES ('15122198196224', 'endpoint_access_model', '接口访问模式', '7');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122198196225', '15122198196224', 'endpoint_access_model', 'Anonymous', '允许匿名访问', '1', '');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122198196226', '15122198196224', 'endpoint_access_model', 'Logined', '允许已登录用户访问', '2', '');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122198196227', '15122198196224', 'endpoint_access_model', 'Authenticated', '仅拥有权限的用户访问', '3', '');
|
|
INSERT INTO sys_dict_item(id, dict_id, dict_key, val, txt, sort, memo)
|
|
VALUES ('15122198196228', '15122198196224', 'endpoint_access_model', 'Forbidden', '禁止访问', '4', '');
|