admin
2020-05-06 24a8d17e007545f7426c48352109aa1a9c6587ee
fanli/src/main/java/com/yeshi/fanli/entity/money/UserMoneyDetail.java
@@ -27,13 +27,14 @@
   public enum UserMoneyDetailTypeEnum {
      share("分享奖金", "http://img.flqapp.com/resource/money_detail/icon_share.png", ""),
      invite("邀请奖金", "http://img.flqapp.com/resource/money_detail/icon_invite.png", ""),
      invite("团队奖金", "http://img.flqapp.com/resource/money_detail/icon_invite.png", ""),
      inviteAndShare("奖金收入", "http://img.flqapp.com/resource/money_detail/icon_share.png", ""),
      fanli("返利到账", "http://img.flqapp.com/resource/money_detail/icon_fanli.png", ""),
      fanliWeiQuan("返利扣除",
            "http://img.flqapp.com/resource/money_detail/icon_fanli.png",
            "http://apph5.banliapp.com/AppPage/1.8.0/all_help_content.html?id=214"),
      inviteWeiQuan("邀请奖金扣除",
      inviteWeiQuan("团队奖金扣除",
            "http://img.flqapp.com/resource/money_detail/icon_invite.png",
            "http://apph5.banliapp.com/AppPage/1.8.0/all_help_content.html?id=214"),
      shareWeiQuan("分享奖金扣除",
@@ -56,7 +57,23 @@
      redPackExchange("红包提现到余额", "http://img.flqapp.com/resource/msg/icon_hongbao_tixian.png", ""),
      extractAutoWX("自动提现", "http://img.flqapp.com/resource/money_detail/icon_extract.png", ""),
      extractAutoWXRefund("自动提现失败", "http://img.flqapp.com/resource/money_detail/icon_extract.png", ""),
      subsidy("额外补贴", "http://img.flqapp.com/resource/msg/icon_msg_subsidy.png", "");
      subsidy("额外补贴", "http://img.flqapp.com/resource/msg/icon_msg_subsidy.png", ""),
      teamReward("团队收益", "http://img.flqapp.com/resource/money_detail/icon_team_income.png", ""),
      teamDividents("团队分红", "http://img.flqapp.com/resource/money_detail/icon_team_dividents.png", ""),
      fanliNew("自购返利", "http://img.flqapp.com/resource/money_detail/icon_fanli.png", ""),
      orderRewardNew("返利再返", "http://img.flqapp.com/resource/money_detail/icon_order_reward.png", ""),
      shareNew("分享奖金", "http://img.flqapp.com/resource/money_detail/icon_share.png", ""),
      systemEqualizeNew("系统补齐", "http://img.flqapp.com/resource/money_detail/icon_system.png", ""),
      fanliWeiQuanNew("返利退回",
            "http://img.flqapp.com/resource/money_detail/icon_fanli.png",
            "http://apph5.banliapp.com/AppPage/1.8.0/all_help_content.html?id=214"),
      extractNew("提现", "http://img.flqapp.com/resource/money_detail/icon_extract.png", ""),
      extractVerifyNew("提现验证", "http://img.flqapp.com/resource/money_detail/icon_extract.png", ""),
      systemTakeOff("系统扣除", "http://img.flqapp.com/resource/money_detail/icon_extract.png", "");
      private final String desc;
      private final String picture;