From 30d8e227e8d823b6c38c3b9c90ac2df03b63befe Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期二, 25 二月 2025 16:41:22 +0800
Subject: [PATCH] 淘宝转链接口更新

---
 fanli/src/main/java/com/yeshi/fanli/entity/bus/user/UserSystemCouponRecord.java |  270 +++++++++++++++++++++++++++---------------------------
 1 files changed, 135 insertions(+), 135 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/UserSystemCouponRecord.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/UserSystemCouponRecord.java
index 690ed3b..2c9d9f9 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/UserSystemCouponRecord.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/UserSystemCouponRecord.java
@@ -1,135 +1,135 @@
-package com.yeshi.fanli.entity.bus.user;
-
-import java.util.Date;
-
-import org.yeshi.utils.mybatis.Column;
-import org.yeshi.utils.mybatis.Table;
-
-/**
- * 鐢ㄦ埛鍒镐娇鐢ㄨ褰�
- * @author Administrator
- *
- */
-@Table("yeshi_ec_user_system_coupon_record")
-public class UserSystemCouponRecord {
-
-	// 鐘舵��: 鍖归厤涓�0    瑙勫垯涓嶅尮閰�1   閫�娆鹃��鍥�4  鍖归厤瓒呮椂閫�鍥�5   鍏嶅崟涓�2  浣跨敤鎴愬姛3  
-	public final static int STATE_WAIT= 0;
-	public final static int STATE_FAIL_RULE =1;
-	public final static int STATE_FAIL_DRAWBACK = 4;
-	public final static int STATE_WAIT_TIME_OUT = 5;
-	
-	public final static int STATE_FREE_ON = 2;
-	public final static int STATE_SUCCESS = 3;
-		
-	public final static int STATE_GIVE_ON = 11; // 澧為�佷腑
-		
-	
-	
-	@Column(name = "ucr_id")
-	private Long id;
-
-	// 鍟嗗搧id
-	@Column(name = "ucr_good_id")
-	private Long goodId;
-
-	// 鍟嗗搧鏉ユ簮
-	@Column(name = "ucr_good_source")
-	private Integer goodSource;
-
-	// 鐢ㄦ埛鍒�
-	@Column(name = "ucr_user_coupon_id")
-	private UserSystemCoupon userSystemCoupon;
-	
-	// 鍒哥被鍨�
-	@Column(name = "ucr_coupon_type")
-	private String couponType;
-
-	// 璁㈠崟鍙�
-	@Column(name = "ucr_order_no")
-	private String orderNo;
-
-	// 鐘舵��: 寰呭尮閰�0  浣跨敤鎴愬姛1  瑙勫垯涓嶅尮閰�2 閫�娆鹃��鍥�3
-	@Column(name = "ucr_state")
-	private Integer state;
-
-	// 鍒涘缓鏃堕棿
-	@Column(name = "ucr_create_time")
-	private Date createTime;
-
-	// 鏇存柊鏃堕棿
-	@Column(name = "ucr_update_time")
-	private Date updateTime;
-
-	public Long getId() {
-		return id;
-	}
-
-	public void setId(Long id) {
-		this.id = id;
-	}
-
-	public Long getGoodId() {
-		return goodId;
-	}
-
-	public void setGoodId(Long goodId) {
-		this.goodId = goodId;
-	}
-
-	public Integer getGoodSource() {
-		return goodSource;
-	}
-
-	public void setGoodSource(Integer goodSource) {
-		this.goodSource = goodSource;
-	}
-
-	public UserSystemCoupon getUserSystemCoupon() {
-		return userSystemCoupon;
-	}
-
-	public void setUserSystemCoupon(UserSystemCoupon userSystemCoupon) {
-		this.userSystemCoupon = userSystemCoupon;
-	}
-
-	public String getOrderNo() {
-		return orderNo;
-	}
-
-	public void setOrderNo(String orderNo) {
-		this.orderNo = orderNo;
-	}
-
-	public Integer getState() {
-		return state;
-	}
-
-	public void setState(Integer state) {
-		this.state = state;
-	}
-
-	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;
-	}
-	
-	public String getCouponType() {
-		return couponType;
-	}
-
-	public void setCouponType(String couponType) {
-		this.couponType = couponType;
-	}
-}
+package com.yeshi.fanli.entity.bus.user;
+
+import java.util.Date;
+
+import org.yeshi.utils.generater.mybatis.Column;
+import org.yeshi.utils.generater.mybatis.Table;
+
+/**
+ * 鐢ㄦ埛鍒镐娇鐢ㄨ褰�
+ * @author Administrator
+ *
+ */
+@Table("yeshi_ec_user_system_coupon_record")
+public class UserSystemCouponRecord {
+
+	// 鐘舵��: 鍖归厤涓�0    瑙勫垯涓嶅尮閰�1   閫�娆鹃��鍥�4  鍖归厤瓒呮椂閫�鍥�5   鍏嶅崟涓�2  浣跨敤鎴愬姛3  
+	public final static int STATE_WAIT= 0;
+	public final static int STATE_FAIL_RULE =1;
+	public final static int STATE_FAIL_DRAWBACK = 4;
+	public final static int STATE_WAIT_TIME_OUT = 5;
+	
+	public final static int STATE_FREE_ON = 2;
+	public final static int STATE_SUCCESS = 3;
+		
+	public final static int STATE_GIVE_ON = 11; // 澧為�佷腑
+		
+	
+	
+	@Column(name = "ucr_id")
+	private Long id;
+
+	// 鍟嗗搧id
+	@Column(name = "ucr_good_id")
+	private String goodId;
+
+	// 鍟嗗搧鏉ユ簮
+	@Column(name = "ucr_good_source")
+	private Integer goodSource;
+
+	// 鐢ㄦ埛鍒�
+	@Column(name = "ucr_user_coupon_id")
+	private UserSystemCoupon userSystemCoupon;
+	
+	// 鍒哥被鍨�
+	@Column(name = "ucr_coupon_type")
+	private String couponType;
+
+	// 璁㈠崟鍙�
+	@Column(name = "ucr_order_no")
+	private String orderNo;
+
+	// 鐘舵��: 寰呭尮閰�0  浣跨敤鎴愬姛1  瑙勫垯涓嶅尮閰�2 閫�娆鹃��鍥�3
+	@Column(name = "ucr_state")
+	private Integer state;
+
+	// 鍒涘缓鏃堕棿
+	@Column(name = "ucr_create_time")
+	private Date createTime;
+
+	// 鏇存柊鏃堕棿
+	@Column(name = "ucr_update_time")
+	private Date updateTime;
+
+	public Long getId() {
+		return id;
+	}
+
+	public void setId(Long id) {
+		this.id = id;
+	}
+
+	public String getGoodId() {
+		return goodId;
+	}
+
+	public void setGoodId(String goodId) {
+		this.goodId = goodId;
+	}
+
+	public Integer getGoodSource() {
+		return goodSource;
+	}
+
+	public void setGoodSource(Integer goodSource) {
+		this.goodSource = goodSource;
+	}
+
+	public UserSystemCoupon getUserSystemCoupon() {
+		return userSystemCoupon;
+	}
+
+	public void setUserSystemCoupon(UserSystemCoupon userSystemCoupon) {
+		this.userSystemCoupon = userSystemCoupon;
+	}
+
+	public String getOrderNo() {
+		return orderNo;
+	}
+
+	public void setOrderNo(String orderNo) {
+		this.orderNo = orderNo;
+	}
+
+	public Integer getState() {
+		return state;
+	}
+
+	public void setState(Integer state) {
+		this.state = state;
+	}
+
+	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;
+	}
+	
+	public String getCouponType() {
+		return couponType;
+	}
+
+	public void setCouponType(String couponType) {
+		this.couponType = couponType;
+	}
+}

--
Gitblit v1.8.0