|
|
@ -26,9 +26,9 @@ public class CommonEnumUtil {
|
|
|
|
SURFACE(98,"i3surface","对外服务"),
|
|
|
|
SURFACE(98,"i3surface","对外服务"),
|
|
|
|
CENTER(99,"icloud-server","注册中心");
|
|
|
|
CENTER(99,"icloud-server","注册中心");
|
|
|
|
|
|
|
|
|
|
|
|
public int value;
|
|
|
|
private int value;
|
|
|
|
public String code;
|
|
|
|
private String code;
|
|
|
|
public String description;
|
|
|
|
private String description;
|
|
|
|
|
|
|
|
|
|
|
|
private SOFT_TYPE(int value, String code, String description) {
|
|
|
|
private SOFT_TYPE(int value, String code, String description) {
|
|
|
|
this.value = value;
|
|
|
|
this.value = value;
|
|
|
|