首页>代码>spring mvc+hibernate+jsp开发图书馆后台管理系统>/LibraryManager/src/com/bjpowernode/core/annotation/config/AutoMenu.java
package com.bjpowernode.core.annotation.config; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) /** * 菜单注释标签 * 系统启动自动加载菜单配置 * Class级别 * @author */ public @interface AutoMenu { /** * 菜单名称 * @return */ public String name(); /** * 等级 * @return */ public String level() default "0"; /** * 菜单地址 * @return */ public String url(); /** * 图标 * @return */ public String icon() default "402880e740ec1fd70140ec2064ec0002"; /** * 顺序 * @return */ public int order() default 0; }

木子520 LV12
2023年1月19日
齐吊大神 LV6
2022年12月24日
testuser1234567 LV24
2022年7月21日
wanglinddad LV55
2021年12月17日
syyyyds LV8
2021年7月16日
陈若愚 LV4
2021年5月14日
xuyongff LV24
2021年3月14日
Demo1111 LV30
2020年8月24日
xieweiseo LV6
2020年8月2日
susan521 LV4
2020年7月9日

无异偶 LV3
2024年12月30日
krispeng LV14
2024年10月2日
微信网友_7055338587410432
2024年6月27日
暂无贡献等级
微信网友_6969343358849024
2024年5月6日
暂无贡献等级
duoduo1234 LV2
2024年1月15日
WBelong LV8
2023年12月25日
Henew168 LV2
2023年11月19日
泓鼎168 LV20
2023年10月16日
DarcyLi LV3
2023年10月12日
不嘻嘻 LV8
2023年9月22日