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/tlj/UserTaoLiJinReport.java | 344 ++++++++++++++++++++++++++++++--------------------------- 1 files changed, 181 insertions(+), 163 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/tlj/UserTaoLiJinReport.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/tlj/UserTaoLiJinReport.java index 8a6cd17..04368ea 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/tlj/UserTaoLiJinReport.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/tlj/UserTaoLiJinReport.java @@ -1,163 +1,181 @@ -package com.yeshi.fanli.entity.bus.tlj; - -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_user_taolijin_report") -public class UserTaoLiJinReport { - - @Column(name = "utr_id") - private String id; // 娣樼ぜ閲慖d - - @Column(name = "utr_unfreeze_amount") - private BigDecimal unfreezeAmount; // 瑙e喕閲戦 - - @Column(name = "utr_unfreeze_num") - private Integer unfreezeNum; // 瑙e喕绾㈠寘涓暟 - - @Column(name = "utr_refund_amount") - private BigDecimal refundAmount; // 澶辨晥鍥為��閲戦 - - @Column(name = "utr_refund_num") - private Integer refundNum; // 澶辨晥鍥為��绾㈠寘涓暟 - - @Column(name = "utr_alipay_amount") - private BigDecimal alipayAmount; // 寮曞鎴愪氦閲戦 - - @Column(name = "utr_use_amount") - private BigDecimal useAmount; // 绾㈠寘鏍搁攢閲戦 - - @Column(name = "utr_use_num") - private Integer useNum; // 绾㈠寘鏍搁攢涓暟 - - @Column(name = "utr_win_amount") - private BigDecimal winAmount; // 绾㈠寘棰嗗彇閲戦 - - @Column(name = "utr_win_num") - private Integer winNum; // 绾㈠寘棰嗗彇涓暟 - - @Column(name = "utr_pre_commission_amount") - private BigDecimal preCommissionAmount; // 寮曞棰勪及浣i噾閲戦 - - @Column(name = "utr_create_time") - private Date createTime; - - @Column(name = "utr_update_time") - private Date updateTime; - - - - public String getId() { - return id; - } - - public void setId(String id) { - this.id = id; - } - - public BigDecimal getUnfreezeAmount() { - return unfreezeAmount; - } - - public void setUnfreezeAmount(BigDecimal unfreezeAmount) { - this.unfreezeAmount = unfreezeAmount; - } - - public Integer getUnfreezeNum() { - return unfreezeNum; - } - - public void setUnfreezeNum(Integer unfreezeNum) { - this.unfreezeNum = unfreezeNum; - } - - public BigDecimal getRefundAmount() { - return refundAmount; - } - - public void setRefundAmount(BigDecimal refundAmount) { - this.refundAmount = refundAmount; - } - - public Integer getRefundNum() { - return refundNum; - } - - public void setRefundNum(Integer refundNum) { - this.refundNum = refundNum; - } - - public BigDecimal getAlipayAmount() { - return alipayAmount; - } - - public void setAlipayAmount(BigDecimal alipayAmount) { - this.alipayAmount = alipayAmount; - } - - public BigDecimal getUseAmount() { - return useAmount; - } - - public void setUseAmount(BigDecimal useAmount) { - this.useAmount = useAmount; - } - - public Integer getUseNum() { - return useNum; - } - - public void setUseNum(Integer useNum) { - this.useNum = useNum; - } - - public BigDecimal getWinAmount() { - return winAmount; - } - - public void setWinAmount(BigDecimal winAmount) { - this.winAmount = winAmount; - } - - public Integer getWinNum() { - return winNum; - } - - public void setWinNum(Integer winNum) { - this.winNum = winNum; - } - - public BigDecimal getPreCommissionAmount() { - return preCommissionAmount; - } - - public void setPreCommissionAmount(BigDecimal preCommissionAmount) { - this.preCommissionAmount = preCommissionAmount; - } - - 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.bus.tlj; + +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_user_taolijin_report") +public class UserTaoLiJinReport { + + @Column(name = "utr_id") + private String id; // 娣樼ぜ閲慖d + + @Column(name = "utr_unfreeze_amount") + private BigDecimal unfreezeAmount; // 瑙e喕閲戦 + + @Column(name = "utr_unfreeze_num") + private Integer unfreezeNum; // 瑙e喕绾㈠寘涓暟 + + @Column(name = "utr_refund_amount") + private BigDecimal refundAmount; // 澶辨晥鍥為��閲戦 + + @Column(name = "utr_refund_num") + private Integer refundNum; // 澶辨晥鍥為��绾㈠寘涓暟 + + @Column(name = "utr_alipay_amount") + private BigDecimal alipayAmount; // 寮曞鎴愪氦閲戦 + + @Column(name = "utr_use_amount") + private BigDecimal useAmount; // 绾㈠寘鏍搁攢閲戦 + + @Column(name = "utr_use_num") + private Integer useNum; // 绾㈠寘鏍搁攢涓暟 + + @Column(name = "utr_win_amount") + private BigDecimal winAmount; // 绾㈠寘棰嗗彇閲戦 + + @Column(name = "utr_win_num") + private Integer winNum; // 绾㈠寘棰嗗彇涓暟 + + @Column(name = "utr_pre_commission_amount") + private BigDecimal preCommissionAmount; // 寮曞棰勪及浣i噾閲戦 + + @Column(name = "utr_create_time") + private Date createTime; + + @Column(name = "utr_update_time") + private Date updateTime; + + + private Integer totalNum; // 鎬讳釜鏁� + private BigDecimal preFace; // 鍗曚釜閲戦 + + + public String getId() { + return id; + } + + public void setId(String id) { + this.id = id; + } + + public BigDecimal getUnfreezeAmount() { + return unfreezeAmount; + } + + public void setUnfreezeAmount(BigDecimal unfreezeAmount) { + this.unfreezeAmount = unfreezeAmount; + } + + public Integer getUnfreezeNum() { + return unfreezeNum; + } + + public void setUnfreezeNum(Integer unfreezeNum) { + this.unfreezeNum = unfreezeNum; + } + + public BigDecimal getRefundAmount() { + return refundAmount; + } + + public void setRefundAmount(BigDecimal refundAmount) { + this.refundAmount = refundAmount; + } + + public Integer getRefundNum() { + return refundNum; + } + + public void setRefundNum(Integer refundNum) { + this.refundNum = refundNum; + } + + public BigDecimal getAlipayAmount() { + return alipayAmount; + } + + public void setAlipayAmount(BigDecimal alipayAmount) { + this.alipayAmount = alipayAmount; + } + + public BigDecimal getUseAmount() { + return useAmount; + } + + public void setUseAmount(BigDecimal useAmount) { + this.useAmount = useAmount; + } + + public Integer getUseNum() { + return useNum; + } + + public void setUseNum(Integer useNum) { + this.useNum = useNum; + } + + public BigDecimal getWinAmount() { + return winAmount; + } + + public void setWinAmount(BigDecimal winAmount) { + this.winAmount = winAmount; + } + + public Integer getWinNum() { + return winNum; + } + + public void setWinNum(Integer winNum) { + this.winNum = winNum; + } + + public BigDecimal getPreCommissionAmount() { + return preCommissionAmount; + } + + public void setPreCommissionAmount(BigDecimal preCommissionAmount) { + this.preCommissionAmount = preCommissionAmount; + } + + 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 Integer getTotalNum() { + return totalNum; + } + + public void setTotalNum(Integer totalNum) { + this.totalNum = totalNum; + } + + public BigDecimal getPreFace() { + return preFace; + } + + public void setPreFace(BigDecimal preFace) { + this.preFace = preFace; + } +} -- Gitblit v1.8.0