@@ -1395,10 +1395,6 @@ class PermissionConstants(Enum):
13951395 group = Group .SYSTEM_RES_TOOL , operate = Operate .READ , role_list = [RoleConstants .ADMIN ],
13961396 parent_group = [SystemGroup .RESOURCE_TOOL ]
13971397 )
1398- RESOURCE_TOOL_CREATE = Permission (
1399- group = Group .SYSTEM_RES_TOOL , operate = Operate .CREATE , role_list = [RoleConstants .ADMIN ],
1400- parent_group = [SystemGroup .RESOURCE_TOOL ]
1401- )
14021398 RESOURCE_TOOL_EDIT = Permission (
14031399 group = Group .SYSTEM_RES_TOOL , operate = Operate .EDIT , role_list = [RoleConstants .ADMIN ],
14041400 parent_group = [SystemGroup .RESOURCE_TOOL ]
@@ -1411,10 +1407,6 @@ class PermissionConstants(Enum):
14111407 group = Group .SYSTEM_RES_TOOL , operate = Operate .DEBUG , role_list = [RoleConstants .ADMIN ],
14121408 parent_group = [SystemGroup .RESOURCE_TOOL ]
14131409 )
1414- RESOURCE_TOOL_IMPORT = Permission (
1415- group = Group .SYSTEM_RES_TOOL , operate = Operate .IMPORT , role_list = [RoleConstants .ADMIN ],
1416- parent_group = [SystemGroup .RESOURCE_TOOL ]
1417- )
14181410 RESOURCE_TOOL_EXPORT = Permission (
14191411 group = Group .SYSTEM_RES_TOOL , operate = Operate .EXPORT , role_list = [RoleConstants .ADMIN ],
14201412 parent_group = [SystemGroup .RESOURCE_TOOL ]
0 commit comments