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/order/dividents/TeamDividentsSourceUser.java |  196 ++++++++++++++++++++++++------------------------
 1 files changed, 98 insertions(+), 98 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/order/dividents/TeamDividentsSourceUser.java b/fanli/src/main/java/com/yeshi/fanli/entity/order/dividents/TeamDividentsSourceUser.java
index 70c907e..4bed178 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/order/dividents/TeamDividentsSourceUser.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/order/dividents/TeamDividentsSourceUser.java
@@ -1,98 +1,98 @@
-package com.yeshi.fanli.entity.order.dividents;
-
-import java.math.BigDecimal;
-import java.util.Date;
-
-import org.yeshi.utils.mybatis.Column;
-import org.yeshi.utils.mybatis.Table;
-
-/**
- *鍒嗙孩婧愮敤鎴� 
- * @author Administrator
- *
- */
-@Table("yeshi_ec_team_dividents_source_user")
-public class TeamDividentsSourceUser {
-	@Column(name = "tdsu_id")
-	private Long id;
-	@Column(name = "tdsu_target_uid")
-	private Long targetUid;
-	@Column(name = "tdsu_source_uid")
-	private Long sourceUid;
-	@Column(name = "tdsu_day")
-	private String day;
-	@Column(name = "tdsu_money")
-	private BigDecimal money;
-	@Column(name = "tdsu_type")
-	private Integer type;
-	@Column(name = "tdsu_create_time")
-	private Date createTime;
-	@Column(name = "tdsu_update_time")
-	private Date updateTime;
-
-
-	public Integer getType() {
-		return type;
-	}
-
-	public void setType(Integer type) {
-		this.type = type;
-	}
-
-	public Long getId() {
-		return id;
-	}
-
-	public void setId(Long id) {
-		this.id = id;
-	}
-
-	public Long getTargetUid() {
-		return targetUid;
-	}
-
-	public void setTargetUid(Long targetUid) {
-		this.targetUid = targetUid;
-	}
-
-	public Long getSourceUid() {
-		return sourceUid;
-	}
-
-	public void setSourceUid(Long sourceUid) {
-		this.sourceUid = sourceUid;
-	}
-
-	public String getDay() {
-		return day;
-	}
-
-	public void setDay(String day) {
-		this.day = day;
-	}
-
-	public BigDecimal getMoney() {
-		return money;
-	}
-
-	public void setMoney(BigDecimal money) {
-		this.money = money;
-	}
-
-	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;
-	}
-
-}
+package com.yeshi.fanli.entity.order.dividents;
+
+import java.math.BigDecimal;
+import java.util.Date;
+
+import org.yeshi.utils.generater.mybatis.Column;
+import org.yeshi.utils.generater.mybatis.Table;
+
+/**
+ *鍒嗙孩婧愮敤鎴� 
+ * @author Administrator
+ *
+ */
+@Table("yeshi_ec_team_dividents_source_user")
+public class TeamDividentsSourceUser {
+	@Column(name = "tdsu_id")
+	private Long id;
+	@Column(name = "tdsu_target_uid")
+	private Long targetUid;
+	@Column(name = "tdsu_source_uid")
+	private Long sourceUid;
+	@Column(name = "tdsu_day")
+	private String day;
+	@Column(name = "tdsu_money")
+	private BigDecimal money;
+	@Column(name = "tdsu_type")
+	private Integer type;
+	@Column(name = "tdsu_create_time")
+	private Date createTime;
+	@Column(name = "tdsu_update_time")
+	private Date updateTime;
+
+
+	public Integer getType() {
+		return type;
+	}
+
+	public void setType(Integer type) {
+		this.type = type;
+	}
+
+	public Long getId() {
+		return id;
+	}
+
+	public void setId(Long id) {
+		this.id = id;
+	}
+
+	public Long getTargetUid() {
+		return targetUid;
+	}
+
+	public void setTargetUid(Long targetUid) {
+		this.targetUid = targetUid;
+	}
+
+	public Long getSourceUid() {
+		return sourceUid;
+	}
+
+	public void setSourceUid(Long sourceUid) {
+		this.sourceUid = sourceUid;
+	}
+
+	public String getDay() {
+		return day;
+	}
+
+	public void setDay(String day) {
+		this.day = day;
+	}
+
+	public BigDecimal getMoney() {
+		return money;
+	}
+
+	public void setMoney(BigDecimal money) {
+		this.money = money;
+	}
+
+	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