首页>代码>基于SpringBoot、MyBatis开发的网上商城系统,包括管理后台>/newbee-mall/src/main/java/ltd/newbee/mall/common/NewBeeMallCategoryLevelEnum.java
package ltd.newbee.mall.common;

/**
 * @author 13
 * @apiNote 分类级别
 */
public enum NewBeeMallCategoryLevelEnum {

    DEFAULT(0, "ERROR"),
    LEVEL_ONE(1, "一级分类"),
    LEVEL_TWO(2, "二级分类"),
    LEVEL_THREE(3, "三级分类");

    private int level;

    private String name;

    NewBeeMallCategoryLevelEnum(int level, String name) {
        this.level = level;
        this.name = name;
    }

    public static NewBeeMallCategoryLevelEnum getNewBeeMallOrderStatusEnumByLevel(int level) {
        for (NewBeeMallCategoryLevelEnum newBeeMallCategoryLevelEnum : NewBeeMallCategoryLevelEnum.values()) {
            if (newBeeMallCategoryLevelEnum.getLevel() == level) {
                return newBeeMallCategoryLevelEnum;
            }
        }
        return DEFAULT;
    }

    public int getLevel() {
        return level;
    }

    public void setLevel(int level) {
        this.level = level;
    }

    public String getName() {
        return name;
    }

    public void setName(String name) {
        this.name = name;
    }
}
最近下载更多
樱花味小然子  LV5 2024年7月5日
15342201772  LV9 2024年6月26日
TY0165  LV20 2024年6月24日
lesuer  LV11 2024年5月28日
llllllK  LV5 2024年5月13日
啦啦啦嘿嘿嘿  LV5 2024年4月2日
zolscy  LV24 2024年3月24日
2429449458  LV2 2024年1月25日
lilong007  LV23 2023年12月30日
1986王志飞  LV6 2023年12月28日
最近浏览更多
徐长风  LV2 4月27日
哪里的完整版  LV8 2月27日
yvimib  LV3 2月12日
ma406805131  LV19 2024年12月22日
T-T001 2024年12月16日
暂无贡献等级
userSu  LV1 2024年11月29日
可乐要加冰1  LV8 2024年11月29日
1185595019  LV1 2024年11月24日
xianyu091012  LV5 2024年11月18日
常态 2024年11月11日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友