首页>代码>spring boot+mvc+mybatis+druid+jsp+bootstrap实现后台权限管理系统源码>/demo-boot/src/main/java/com/xe/demo/common/MapperKey.java
package com.xe.demo.common; /** * Mapper映射Key * @author CZH * @2016年12月28日 */ public class MapperKey { //###################################### 权限 ###################################### /**查询所有权限*/ public final static String OPERATION_queryAllOpers = "AuthOperationMapper.queryAllOpers"; /**查询单个权限*/ public final static String OPERATION_queryOperation = "AuthOperationMapper.queryOperation"; /**批量保存权限*/ public final static String OPERATION_batchSaveOper = "AuthOperationMapper.batchSaveOper"; /**批量保存权限*/ public final static String OPERATION_batchUpdateOper = "AuthOperationMapper.batchUpdateOper"; /**批量删除权限*/ public final static String OPERATION_batchDelOper = "AuthOperationMapper.batchDelOper"; /**查询角色权限数量*/ public final static String OPERATION_queryOperCount = "AuthOperationMapper.queryOperCount"; /**批量绑定权限*/ public final static String OPERATION_batchSaveGroupOper = "AuthOperationMapper.batchSaveGroupOper"; /**添加|更新权限*/ public final static String OPERATION_addOrUpdateOper = "AuthOperationMapper.addOrUpdateOper"; /**批量绑定权限*/ public final static String OPERATION_bindOpers = "AuthOperationMapper.bindOpers"; /**添加管理员用户*/ public static final String USER_addAdmin = "AuthUserMapper.addAdmin"; /**查询管理员用户*/ public static final String USER_queryByUsername = "AuthUserMapper.queryByUsername"; /**添加管理员角色*/ public static final String ROLE_addAdmin = "AuthRoleMapper.addAdmin"; /**查询管理员角色*/ public static final String ROLE_queryByRolename = "AuthRoleMapper.queryByRolename"; }

Brilion LV6
2023年2月24日
levmar LV12
2023年1月12日
cqbscxh LV11
2022年9月19日
yang315 LV13
2022年8月29日
ninininini LV2
2022年8月29日
帝海哥 LV2
2022年8月29日
Marsman233 LV2
2022年8月29日
大哥上代码了 LV4
2022年8月20日
一杯美式 LV5
2022年6月17日
Sunsi12345 LV8
2022年5月19日

zxcvbnm1027 LV1
2024年12月9日
15578157792 LV7
2024年11月28日
bluerstar LV1
2024年10月23日
ma406805131 LV19
2024年6月2日
shuangfu LV25
2024年5月7日
zhaoming200677 LV13
2024年5月3日
1941549176 LV4
2024年4月29日
13521878735 LV3
2024年3月26日
yangyang567 LV1
2024年3月8日
做自己的太阳 LV11
2024年2月1日