|
|
@ -20,7 +20,8 @@ public class CommonEnumUtil {
|
|
|
|
CORE(2, "i3core", "i3业务平台"),
|
|
|
|
CORE(2, "i3core", "i3业务平台"),
|
|
|
|
WMS(3, "i3wms", "仓库管理软件"),
|
|
|
|
WMS(3, "i3wms", "仓库管理软件"),
|
|
|
|
MES(4, "i3mes", "生产管理软件"),
|
|
|
|
MES(4, "i3mes", "生产管理软件"),
|
|
|
|
CENTER(99,"regist-center","注册服务中心");
|
|
|
|
SURFACE(98,"i3surface","对外服务"),
|
|
|
|
|
|
|
|
CENTER(99,"icloud-server","云服务中心");
|
|
|
|
|
|
|
|
|
|
|
|
public int value;
|
|
|
|
public int value;
|
|
|
|
public String code;
|
|
|
|
public String code;
|
|
|
|