yujian
2020-04-26 ee1d39f11b9483b64a88029f1755a6e7166fea15
fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/MsgOrderDetail.java
@@ -22,12 +22,13 @@
   public final static int STATE_SX = 4;// 未付款/已退款
   public enum MsgTypeOrderTypeEnum {
      fanli("订单统计", "http://img.flqapp.com/resource/msg/icon_msg_order.png"),
      share("订单统计", "http://img.flqapp.com/resource/msg/icon_msg_order.png"),
      invite("订单统计", "http://img.flqapp.com/resource/msg/icon_msg_order.png"),
      fanli("返利订单", "http://img.flqapp.com/resource/msg/icon_msg_order.png"),
      share("分享订单", "http://img.flqapp.com/resource/msg/icon_msg_order.png"),
      invite("团队订单", "http://img.flqapp.com/resource/msg/icon_msg_order.png"),
      found("订单找回", "http://img.flqapp.com/resource/msg/icon_msg_order.png"), // 老版
      foundSucceed("订单找回", "http://img.flqapp.com/resource/msg/icon_msg_order.png"), 
      foundFail("订单找回", "http://img.flqapp.com/resource/msg/icon_msg_order.png"),
      orderStatistics("订单统计", "http://img.flqapp.com/resource/msg/icon_msg_order.png"),
      elme("饿了么订单", "http://img.flqapp.com/resource/msg/icon_msg_order.png");
      
      private final String desc;