yujian
2020-01-18 f4a0f2acc63d7785eab108419a4e16f5f688cb95
fanli/src/main/java/com/yeshi/fanli/entity/money/UserMoneyDetail.java
@@ -21,17 +21,43 @@
   public UserMoneyDetail(Long id) {
      this.id = id;
   }
   public UserMoneyDetail() {
   }
   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", ""), 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.yeshitv.com/apppage/flq_whyMoneyDel.html"), inviteWeiQuan("邀请奖金扣除", "http://img.flqapp.com/resource/money_detail/icon_invite.png", "http://apph5.yeshitv.com/apppage/flq_whyMoneyDel.html"), shareWeiQuan("分享奖金扣除", "http://img.flqapp.com/resource/money_detail/icon_share.png",
                  "http://apph5.yeshitv.com/apppage/flq_whyMoneyDel.html"), weiQuan("售后订单扣款", "http://img.flqapp.com/resource/money_detail/icon_fanli.png", "http://apph5.yeshitv.com/apppage/flq_whyMoneyDel.html"), systemEqualize("系统补齐", "http://img.flqapp.com/resource/money_detail/icon_system.png", ""), scoreConvert("积分兑换", "http://img.flqapp.com/resource/money_detail/icon_score.png",
                        ""), hongbao("官方红包", "http://img.flqapp.com/resource/money_detail/icon_hongbao.png", ""), hongbaoDeduct("红包退款", "http://img.flqapp.com/resource/money_detail/icon_hongbao.png",
                              ""), buyScore("购买积分", "http://img.flqapp.com/resource/money_detail/icon_score.png", ""), extract("提现", "http://img.flqapp.com/resource/money_detail/icon_extract.png",
                                    ""), extractVerify("提现验证", "http://img.flqapp.com/resource/money_detail/icon_extract.png", ""), extractReject("提现被拒", "http://img.flqapp.com/resource/money_detail/icon_extract.png", ""),orderReward("返利奖励","http://img.flqapp.com/resource/money_detail/icon_order_reward.png",""),repeatStatistic("重复统计返利/奖金扣除","http://img.flqapp.com/resource/money_detail/icon_fanli.png","");
      share("分享奖金", "http://img.flqapp.com/resource/money_detail/icon_share.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("邀请奖金扣除",
            "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("分享奖金扣除",
            "http://img.flqapp.com/resource/money_detail/icon_share.png",
            "http://apph5.banliapp.com/AppPage/1.8.0/all_help_content.html?id=214"),
      weiQuan("售后订单扣款",
            "http://img.flqapp.com/resource/money_detail/icon_fanli.png",
            "http://apph5.banliapp.com/AppPage/1.8.0/all_help_content.html?id=214"),
      systemEqualize("系统补齐", "http://img.flqapp.com/resource/money_detail/icon_system.png", ""),
      scoreConvert("金币兑换", "http://img.flqapp.com/resource/money_detail/icon_score.png", ""),
      hongbao("官方红包", "http://img.flqapp.com/resource/money_detail/icon_hongbao.png", ""),
      hongbaoDeduct("红包退款", "http://img.flqapp.com/resource/money_detail/icon_hongbao.png", ""),
      buyScore("购买积分", "http://img.flqapp.com/resource/money_detail/icon_score.png", ""),
      extract("提现", "http://img.flqapp.com/resource/money_detail/icon_extract.png", ""),
      extractVerify("提现验证", "http://img.flqapp.com/resource/money_detail/icon_extract.png", ""),
      extractReject("提现被拒", "http://img.flqapp.com/resource/money_detail/icon_extract.png", ""),
      orderReward("返利奖励金", "http://img.flqapp.com/resource/money_detail/icon_order_reward.png", ""),
      repeatStatistic("重复统计返利/奖金扣除", "http://img.flqapp.com/resource/money_detail/icon_fanli.png", ""),
      elmeFanli("饿了么返利到账", "http://img.flqapp.com/resource/money_detail/icon_fanli.png", ""),
      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", "");
      private final String desc;
      private final String picture;
      private final String helpUrl;
@@ -66,10 +92,10 @@
   @Expose
   @Column(name = "umd_type")
   private UserMoneyDetailTypeEnum type;
   @Column(name = "umd_order_type")
   private Integer orderType;//和订单相关数据才处理
   private Integer orderType;// 和订单相关数据才处理
   @Expose
   @Column(name = "umd_title")
   private String title;// 标题
@@ -90,8 +116,19 @@
   private Date createTime;
   @Column(name = "umd_updatetime")
   private Date updateTime;
   private Integer state;//老版明细适用该字段
   private Integer state;// 老版明细适用该字段
   @Column(name = "umd_show")
   private Boolean show;// 是否显示
   public Boolean getShow() {
      return show;
   }
   public void setShow(Boolean show) {
      this.show = show;
   }
   public Integer getState() {
      return state;
@@ -196,7 +233,7 @@
   public void setUpdateTime(Date updateTime) {
      this.updateTime = updateTime;
   }
   public Integer getOrderType() {
      return orderType;
   }
@@ -204,7 +241,5 @@
   public void setOrderType(Integer orderType) {
      this.orderType = orderType;
   }
}