微服调整

yun-zuoyi
frin.fei 7 years ago
parent d0b8f1649d
commit b77fc7f291

@ -16,7 +16,8 @@ public class CommonEnumUtil {
*/
@JsonFormat(shape = JsonFormat.Shape.OBJECT)
public enum SOFT_TYPE {
IMPP(1, "IMPP", "IMPP平台"), CORE(2, "CORE", "i3业务平台"), WMS(3, "WMS", "仓库管理软件"), MES(4, "MES", "生产管理软件");
IMPP(1, "IMPP", "IMPP平台"), CORE(2, "CORE", "i3业务平台"), WMS(3, "WMS", "仓库管理软件"), MES(4, "MES", "生产管理软件"),
CENTER(99,"CENTER","注册服务中心");
private int value;
private String code;

Loading…
Cancel
Save