mirror of https://gitee.com/stylefeng/guns
【flyWay】增加角色类型字典
parent
fcc36cff30
commit
28854e7f57
|
@ -0,0 +1,4 @@
|
||||||
|
INSERT INTO `sys_dict_type` (`dict_type_id`, `dict_type_class`, `dict_type_bus_code`, `dict_type_code`, `dict_type_name`, `dict_type_name_pinyin`, `dict_type_desc`, `status_flag`, `dict_type_sort`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1354040335406587906, 2, '', 'role_type', '角色类型', 'jslx', '', 1, 8.00, 'N', '2021-01-26 20:15:47', 1339550467939639299, NULL, NULL);
|
||||||
|
INSERT INTO `sys_dict` (`dict_id`, `dict_code`, `dict_name`, `dict_name_pinyin`, `dict_encode`, `dict_type_code`, `dict_short_name`, `dict_short_code`, `dict_parent_id`, `status_flag`, `dict_sort`, `dict_pids`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1354040749627662337, 'role_system', '系统角色', 'xtjs', NULL, 'role_type', '', '', -1, 1, 1.00, '-1', 'N', '2021-01-26 20:17:26', 1339550467939639299, '2021-01-26 20:19:56', 1339550467939639299);
|
||||||
|
INSERT INTO `sys_dict` (`dict_id`, `dict_code`, `dict_name`, `dict_name_pinyin`, `dict_encode`, `dict_type_code`, `dict_short_name`, `dict_short_code`, `dict_parent_id`, `status_flag`, `dict_sort`, `dict_pids`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1354040819219554305, 'role_c', 'C端角色', 'Cdjs', NULL, 'role_type', '', '', -1, 1, 2.00, '-1', 'N', '2021-01-26 20:17:43', 1339550467939639299, '2021-01-26 20:19:43', 1339550467939639299);
|
||||||
|
INSERT INTO `sys_dict` (`dict_id`, `dict_code`, `dict_name`, `dict_name_pinyin`, `dict_encode`, `dict_type_code`, `dict_short_name`, `dict_short_code`, `dict_parent_id`, `status_flag`, `dict_sort`, `dict_pids`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1354041049981771778, 'role_b', 'B端角色', 'Bdjs', NULL, 'role_type', '', '', -1, 1, 3.00, '-1', 'N', '2021-01-26 20:18:38', 1339550467939639299, '2021-01-26 20:19:50', 1339550467939639299);
|
Loading…
Reference in New Issue