|
|
|
@ -247,3 +247,6 @@ CREATE TABLE IF NOT EXISTS `auth_platform` (
|
|
|
|
|
INSERT INTO `auth_platform` (`id`, `name`, `host`) VALUES
|
|
|
|
|
('204766e7381a477588e7742ed28c6f4e', '片仔癀', 'http://123.123.123.123:8080');
|
|
|
|
|
/*!40000 ALTER TABLE `auth_platform` ENABLE KEYS */;
|
|
|
|
|
|
|
|
|
|
INSERT INTO `auth_permission_rule` (pid,name,title,status,listorder,create_time,update_time)
|
|
|
|
|
VALUES ('51', 'admin/platform', '自助平台列表', '1', '999', '2022-02-27 07:56:47', '2022-02-27 07:56:47');
|