首页>代码>spring boot+apache shiro+mybatis+bootstrap+jquery开发文件上传下载后台管理系统,支持视频在线播放>/RuoYi-fast/src/main/java/com/ruoyi/common/constant/PermissionConstants.java
package com.ruoyi.common.constant; /** * 权限通用常量 * * @author ruoyi */ public class PermissionConstants { /** 新增权限 */ public static final String ADD_PERMISSION = "add"; /** 修改权限 */ public static final String EDIT_PERMISSION = "edit"; /** 删除权限 */ public static final String REMOVE_PERMISSION = "remove"; /** 导出权限 */ public static final String EXPORT_PERMISSION = "export"; /** 显示权限 */ public static final String VIEW_PERMISSION = "view"; /** 查询权限 */ public static final String LIST_PERMISSION = "list"; }

zheng930 LV1
2024年12月17日
shuangfu LV25
2024年5月7日
YafengLiang LV15
2023年11月28日
fellowfun LV12
2023年8月17日
pandaqiqi LV3
2023年6月27日
lyws1986 LV17
2023年5月25日
张三12348613 LV3
2023年4月26日
hbsoft2008 LV16
2023年2月17日
yuanwu LV1
2022年10月31日
and123456 LV11
2022年7月11日