首页>代码>基于SpringBoot2的前后端分离的博客系统>/DimpleBlog/src/main/java/com/dimple/common/enums/CategoryType.java
package com.dimple.common.enums;

/**
 * @className: CategoryType
 * @description: the type of category
 * @author: Dimple
 * @date: 12/25/19
 */
public enum CategoryType {
    /**
     * type of blog
     */
    BLOG(1),
    /**
     * type of note
     */
    NOTE(2),
    /**
     * type of book
     */
    BOOK(3);
    private Integer type;

    CategoryType(Integer type) {
        this.type = type;
    }

    public Integer getType() {
        return type;
    }
}
最近下载更多
k麝神k  LV10 2022年9月24日
lcbaaa  LV6 2022年8月12日
lhz057  LV9 2022年6月27日
A算who  LV5 2022年6月7日
Sunsi12345  LV8 2022年5月18日
zmzmzmzm  LV8 2022年4月29日
chaoshengzj  LV3 2022年4月22日
宿凌倾  LV14 2022年4月14日
tgeuuy  LV10 2022年4月9日
wanglinddad  LV54 2022年4月9日
最近浏览更多
暂无贡献等级
2174728859  LV9 2022年9月26日
小全全  LV1 2022年9月20日
15904867178  LV4 2022年9月14日
橙橙爱恰柠檬 2022年9月8日
暂无贡献等级
Kevin_YU 2022年9月7日
暂无贡献等级
netkill  LV2 2022年9月4日
平淡 2022年9月3日
暂无贡献等级
ComeDebug  LV6 2022年8月29日
lcbaaa  LV6 2022年8月12日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友