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/money/TeamRewardDebtRepayHistory.java | 154 +++++++++++++++++++++++++------------------------- 1 files changed, 77 insertions(+), 77 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/money/TeamRewardDebtRepayHistory.java b/fanli/src/main/java/com/yeshi/fanli/entity/money/TeamRewardDebtRepayHistory.java index 82a7a48..ba77bb3 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/money/TeamRewardDebtRepayHistory.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/money/TeamRewardDebtRepayHistory.java @@ -1,77 +1,77 @@ -package com.yeshi.fanli.entity.money; - -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_reward_debt_repay_history") -public class TeamRewardDebtRepayHistory { - @Column(name = "rh_id") - private Long id; - @Column(name = "rh_debt_id") - private TeamRewardDebt debt; - @Column(name = "rh_money") - private BigDecimal money; - @Column(name = "rh_uid") - private Long uid; - @Column(name = "rh_beizhu") - private String beiZhu; - @Column(name = "rh_create_time") - private Date createTime; - - public Long getId() { - return id; - } - - public void setId(Long id) { - this.id = id; - } - - public TeamRewardDebt getDebt() { - return debt; - } - - public void setDebt(TeamRewardDebt debt) { - this.debt = debt; - } - - public BigDecimal getMoney() { - return money; - } - - public void setMoney(BigDecimal money) { - this.money = money; - } - - public Long getUid() { - return uid; - } - - public void setUid(Long uid) { - this.uid = uid; - } - - 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; - } -} +package com.yeshi.fanli.entity.money; + +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_reward_debt_repay_history") +public class TeamRewardDebtRepayHistory { + @Column(name = "rh_id") + private Long id; + @Column(name = "rh_debt_id") + private TeamRewardDebt debt; + @Column(name = "rh_money") + private BigDecimal money; + @Column(name = "rh_uid") + private Long uid; + @Column(name = "rh_beizhu") + private String beiZhu; + @Column(name = "rh_create_time") + private Date createTime; + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + + public TeamRewardDebt getDebt() { + return debt; + } + + public void setDebt(TeamRewardDebt debt) { + this.debt = debt; + } + + public BigDecimal getMoney() { + return money; + } + + public void setMoney(BigDecimal money) { + this.money = money; + } + + public Long getUid() { + return uid; + } + + public void setUid(Long uid) { + this.uid = uid; + } + + 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; + } +} -- Gitblit v1.8.0