|
@@ -40,7 +40,7 @@ public enum DisEnableStatusEnum implements BaseEnum<Integer> {
|
|
*/
|
|
*/
|
|
DISABLE(1, "禁用", UiConstants.COLOR_ERROR);
|
|
DISABLE(1, "禁用", UiConstants.COLOR_ERROR);
|
|
|
|
|
|
- private final Integer value;
|
|
|
|
|
|
+ private final int value;
|
|
private final String description;
|
|
private final String description;
|
|
private final String color;
|
|
private final String color;
|
|
}
|
|
}
|