|
@@ -25,11 +25,11 @@ CREATE TABLE `category_organization`
|
|
|
|
|
|
|
|
REPLACE
|
|
REPLACE
|
|
|
INTO `authority_info` (`id`, `parent_id`, `name`, `remark`)
|
|
INTO `authority_info` (`id`, `parent_id`, `name`, `remark`)
|
|
|
-VALUES (1900, 0, 'category.organization', '机构目录管理'),
|
|
|
|
|
- (1901, 1900, 'category.organization.find', '查询'),
|
|
|
|
|
- (1902, 1900, 'category.organization.add', '添加'),
|
|
|
|
|
- (1903, 1900, 'category.organization.edit', '修改'),
|
|
|
|
|
- (1904, 1900, 'category.organization.delete', '删除');
|
|
|
|
|
|
|
+VALUES (2000, 0, 'category.organization', '机构目录管理'),
|
|
|
|
|
+ (2001, 2000, 'category.organization.find', '查询'),
|
|
|
|
|
+ (2002, 2000, 'category.organization.add', '添加'),
|
|
|
|
|
+ (2003, 2000, 'category.organization.edit', '修改'),
|
|
|
|
|
+ (2004, 2000, 'category.organization.delete', '删除');
|
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `category_occupation`;
|
|
DROP TABLE IF EXISTS `category_occupation`;
|
|
@@ -48,11 +48,11 @@ CREATE TABLE `category_occupation`
|
|
|
|
|
|
|
|
REPLACE
|
|
REPLACE
|
|
|
INTO `authority_info` (`id`, `parent_id`, `name`, `remark`)
|
|
INTO `authority_info` (`id`, `parent_id`, `name`, `remark`)
|
|
|
-VALUES (2000, 0, 'category.occupation', '文旅岗位目录管理'),
|
|
|
|
|
- (2001, 2000, 'category.occupation.find', '查询'),
|
|
|
|
|
- (2002, 2000, 'category.occupation.add', '添加'),
|
|
|
|
|
- (2003, 2000, 'category.occupation.edit', '修改'),
|
|
|
|
|
- (2004, 2000, 'category.occupation.delete', '删除');
|
|
|
|
|
|
|
+VALUES (2100, 0, 'category.occupation', '文旅岗位目录管理'),
|
|
|
|
|
+ (2101, 2100, 'category.occupation.find', '查询'),
|
|
|
|
|
+ (2102, 2100, 'category.occupation.add', '添加'),
|
|
|
|
|
+ (2103, 2100, 'category.occupation.edit', '修改'),
|
|
|
|
|
+ (2104, 2100, 'category.occupation.delete', '删除');
|
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `category_material`;
|
|
DROP TABLE IF EXISTS `category_material`;
|
|
@@ -71,8 +71,8 @@ CREATE TABLE `category_material`
|
|
|
|
|
|
|
|
REPLACE
|
|
REPLACE
|
|
|
INTO `authority_info` (`id`, `parent_id`, `name`, `remark`)
|
|
INTO `authority_info` (`id`, `parent_id`, `name`, `remark`)
|
|
|
-VALUES (2100, 0, 'category.material', '物务资源目录管理'),
|
|
|
|
|
- (2101, 2100, 'category.material.find', '查询'),
|
|
|
|
|
- (2102, 2100, 'category.material.add', '添加'),
|
|
|
|
|
- (2103, 2100, 'category.material.edit', '修改'),
|
|
|
|
|
- (2104, 2100, 'category.material.delete', '删除');
|
|
|
|
|
|
|
+VALUES (2200, 0, 'category.material', '物务资源目录管理'),
|
|
|
|
|
+ (2201, 2200, 'category.material.find', '查询'),
|
|
|
|
|
+ (2202, 2200, 'category.material.add', '添加'),
|
|
|
|
|
+ (2203, 2200, 'category.material.edit', '修改'),
|
|
|
|
|
+ (2204, 2200, 'category.material.delete', '删除');
|