首页>代码>ssh+maven开发java web库存后台管理系统>/invoicing/src/main/java/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; }

m5433661 LV2
2024年3月28日
微信网友_6442962125967360 LV2
2023年5月27日
zw050256 LV7
2022年9月30日
gymbaba LV8
2022年9月28日
刘鹏yyds LV10
2022年6月14日
wanglinddad LV55
2022年3月22日
1394564216 LV2
2021年11月25日
1029162867 LV13
2021年10月21日
judy0971 LV12
2021年3月18日
xhmpmail LV17
2021年2月24日

krispeng LV15
6月24日
wangqi_sheng LV1
2024年8月14日
Luckyaaa
2024年7月23日
暂无贡献等级
zolscy LV24
2024年4月8日
微信网友_6512020493586432 LV2
2024年4月8日
m5433661 LV2
2024年3月28日
微信网友_6479380088672256 LV2
2023年12月12日
WBelong LV8
2023年12月11日
2036495585 LV9
2023年9月18日
杨亚洲
2023年5月5日
暂无贡献等级