Commit c2113955 by guojuxing

数据资产组件新增微盟订单项

parent 3150c3a1
......@@ -14,7 +14,8 @@ public enum AppletDataIconEnum {
COLLECT("D5", "收藏商品"),
INTEGRAL("D6", "积分"),
GIFT("D7", "礼品"),
RETAIL_ORDER("D8", "零售订单");
RETAIL_ORDER("D8", "线下订单"),
WM_ORDER("D9", "微盟订单");
private String code;
private String message;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment