From 573c491b4a1ba60e12a5678a01c1546c0077c1ee Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期二, 30 七月 2019 09:07:42 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 fanli/src/main/java/com/yeshi/fanli/entity/money/UserMoneyDetail.java |   84 +++++++++++++++++++++++++++++++++++------
 1 files changed, 71 insertions(+), 13 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/money/UserMoneyDetail.java b/fanli/src/main/java/com/yeshi/fanli/entity/money/UserMoneyDetail.java
index f12c68e..c234c99 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/money/UserMoneyDetail.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/money/UserMoneyDetail.java
@@ -3,6 +3,10 @@
 import java.math.BigDecimal;
 import java.util.Date;
 
+import org.yeshi.utils.mybatis.Column;
+import org.yeshi.utils.mybatis.Table;
+
+import com.google.gson.annotations.Expose;
 import com.yeshi.fanli.entity.bus.user.UserInfo;
 
 /**
@@ -11,22 +15,23 @@
  * @author Administrator
  *
  */
+@Table("yeshi_ec_user_money_detail")
 public class UserMoneyDetail {
 
+	public UserMoneyDetail(Long id) {
+		this.id = id;
+	}
+	
+	public UserMoneyDetail() {
+	}
+
 	public enum UserMoneyDetailTypeEnum {
-		share("鍒嗕韩濂栭噾", "", ""), 
-		invite("閭�璇峰閲�", "", ""), 
-		fanli("杩斿埄鍒拌处", "", ""), 
-		fanliWeiQuan("杩斿埄鎵i櫎", "",""), 
-		inviteWeiQuan("閭�璇峰閲戞墸闄�", "", ""), 
-		shareWeiQuan("鍒嗕韩濂栭噾鎵i櫎", "", ""),
-		systemEqualize("绯荤粺琛ラ綈", "",""), 
-		scoreConvert("绉垎鍏戞崲", "", ""),
-		hongbao("瀹樻柟绾㈠寘", "", ""), 
-		buyScore("璐拱绉垎", "",""),
-		extract("鎻愮幇", "", ""), 
-		extractVerify("鎻愮幇楠岃瘉", "", ""), 
-		extractReject("鎻愮幇琚嫆", "", "");
+		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("杩斿埄鎵i櫎", "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("鍒嗕韩濂栭噾鎵i櫎", "http://img.flqapp.com/resource/money_detail/icon_share.png",
+						"http://apph5.yeshitv.com/apppage/flq_whyMoneyDel.html"), weiQuan("鍞悗璁㈠崟鎵f", "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("閲嶅缁熻杩斿埄/濂栭噾鎵i櫎","http://img.flqapp.com/resource/money_detail/icon_fanli.png","");
 		private final String desc;
 		private final String picture;
 		private final String helpUrl;
@@ -50,90 +55,143 @@
 		}
 	}
 
+	@Expose
+	@Column(name = "umd_id")
 	private Long id;
+	@Column(name = "umd_uid")
 	private UserInfo userInfo;
+	@Expose
+	@Column(name = "umd_money")
 	private BigDecimal money;
+	@Expose
+	@Column(name = "umd_type")
 	private UserMoneyDetailTypeEnum type;
+	@Expose
+	@Column(name = "umd_title")
 	private String title;// 鏍囬
+	@Expose
+	@Column(name = "umd_sub_title")
 	private String subTitle;// 瀛愭爣棰�
+	@Expose
+	@Column(name = "umd_desc_info")
 	private String descInfo;// 绠�瑕佷俊鎭�
+	@Column(name = "umd_source_identify_id")
 	private Long sourceIdentifyId;// 鏉ユ簮鏂瑰敮涓�鏍囪瘑ID锛堣繑鍒╋紝閭�璇疯禋涓庡垎浜禋涓嶅瓨鍦ㄨ灞炴�э級
+	@Column(name = "umd_identify_code")
 	private String identifyCode;// 鍞竴鏍囪瘑
+	@Column(name = "umd_beizhu")
 	private String beiZhu;// 澶囨敞淇℃伅
+	@Expose
+	@Column(name = "umd_createtime")
 	private Date createTime;
+	@Column(name = "umd_updatetime")
 	private Date updateTime;
 	
+	private Integer state;//鑰佺増鏄庣粏閫傜敤璇ュ瓧娈�
+
+	public Integer getState() {
+		return state;
+	}
+
+	public void setState(Integer state) {
+		this.state = state;
+	}
+
 	public Long getId() {
 		return id;
 	}
+
 	public void setId(Long id) {
 		this.id = id;
 	}
+
 	public UserInfo getUserInfo() {
 		return userInfo;
 	}
+
 	public void setUserInfo(UserInfo userInfo) {
 		this.userInfo = userInfo;
 	}
+
 	public BigDecimal getMoney() {
 		return money;
 	}
+
 	public void setMoney(BigDecimal money) {
 		this.money = money;
 	}
+
 	public UserMoneyDetailTypeEnum getType() {
 		return type;
 	}
+
 	public void setType(UserMoneyDetailTypeEnum type) {
 		this.type = type;
 	}
+
 	public String getTitle() {
 		return title;
 	}
+
 	public void setTitle(String title) {
 		this.title = title;
 	}
+
 	public String getSubTitle() {
 		return subTitle;
 	}
+
 	public void setSubTitle(String subTitle) {
 		this.subTitle = subTitle;
 	}
+
 	public String getDescInfo() {
 		return descInfo;
 	}
+
 	public void setDescInfo(String descInfo) {
 		this.descInfo = descInfo;
 	}
+
 	public Long getSourceIdentifyId() {
 		return sourceIdentifyId;
 	}
+
 	public void setSourceIdentifyId(Long sourceIdentifyId) {
 		this.sourceIdentifyId = sourceIdentifyId;
 	}
+
 	public String getIdentifyCode() {
 		return identifyCode;
 	}
+
 	public void setIdentifyCode(String identifyCode) {
 		this.identifyCode = identifyCode;
 	}
+
 	public String getBeiZhu() {
 		return beiZhu;
 	}
+
 	public void setBeiZhu(String beiZhu) {
 		this.beiZhu = beiZhu;
 	}
+
 	public Date getCreateTime() {
 		return createTime;
 	}
+
 	public void setCreateTime(Date createTime) {
 		this.createTime = createTime;
 	}
+
 	public Date getUpdateTime() {
 		return updateTime;
 	}
+
 	public void setUpdateTime(Date updateTime) {
 		this.updateTime = updateTime;
 	}
 
+
 }

--
Gitblit v1.8.0