public interface EnumType extends com.baomidou.mybatisplus.annotation.IEnum<Integer>
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
getEnumLabel(String clazzName,
int value) |
static String |
getEnumName(String clazzName,
int value) |
static String |
getEnumOrdi(String clazzName,
int value) |
static Object |
getEnumType(String clazzName,
String type,
int value) |
String |
getLabel()
约束标签
|
String |
getName()
枚举name
|
Integer |
getValue() |
Copyright © 2023 wuyushuo. All rights reserved.