当前位置:网站首页>枚举创建
枚举创建
2022-07-19 14:49:00 【BIG_PEI】
public enum PictureTypeEnum {
TEACHER(1), EXCELLENT(2), GRADUATE(3);
private Integer value;
private PictureTypeEnum(Integer type) {
this.value = type;
}
public Integer getValue() {
return value;
}
}
边栏推荐
- [freeswitch development practice] over session limit 1000/locked, waiting on external entities
- Distance-Based Background Class Regularization for Open-Set Recognition
- Applet learning notes - other knowledge points
- review第1遍,220617,数据仓库DWD层,dwb层,视频,
- Analyze QPS, TPS and other basic concepts from the perspective of multithreading
- Import changes and enable auto import of idea
- redis4.0.14哨兵自动故障迁移失败
- Renderdoc 帧调试器
- Applet learning notes - Cloud Development
- 三星S10系列配置售价曝光:5G版本定价或超万元!
猜你喜欢
Towards Open World Object Detection
XMIND 8 shortcut key is the most complete in history
2018's pot makes 2019 sad
Why must the hashcode method be overridden when overriding the equals method
The way of learning C language (I) -- getting to know C language for the first time
Explain output analysis of MySQL
Building user behavior analysis system (I) -- Overview
12. 进程调度的时机、切换与过程、方式
振动信号的采集与预处理
舍友一边玩云顶一边掌握二叉树(超详细)
随机推荐
判断两个时间端是否含有交集
Shadow Detection
12. 进程调度的时机、切换与过程、方式
XMIND 8 shortcut key is the most complete in history
review第1遍,220616,数据仓库DWD层,视频,
11. Concept and level of processor scheduling
9. Process communication
IDEA的Import changes 和enable auto-import
C2AE: Class Conditioned Auto-Encoder for Open-Set RecognitionCVPR2019开放集识别论文解读
EasyExcel 使用Converter 转换注入时报nullPoint异常
220622_ Preview, knowledge point 10: DWS layer construction -- sales topic wide table -- step1 -- field extraction
浏览器的事件循环(Event Loop)
公式编辑==
Ordinary people who participate in we media: how do they earn from 30 to 30000 a month
Mobilenet, from V1 to V3
Wechat authorized login
Deeply analyze the underlying implementation principle of serialization and deserialization
How can MySQL 5.7 recover through the data directory without stored procedures?
2018's pot makes 2019 sad
Create a mini web server with vscode+express