后台小说发布功能上线

This commit is contained in:
xiongxiaoyang
2019-11-20 12:04:57 +08:00
parent e08f91f130
commit dfc7d7184f
184 changed files with 98 additions and 16353 deletions

2
sql/2019-11-20.sql Normal file
View File

@@ -0,0 +1,2 @@
INSERT INTO `sys_menu` (`menu_id`, `parent_id`, `name`, `url`, `perms`, `type`, `icon`, `order_num`, `gmt_create`, `gmt_modified`) VALUES ('212', '209', '发布管理', 'books/book', 'books:book:book', '1', '', '2', NULL, NULL);
INSERT INTO `sys_role_menu` (`id`, `role_id`, `menu_id`) VALUES ('4087', '1', '212');