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/UserLotteryRecord.java | 210 ++++++++++++++++++++++++++-------------------------- 1 files changed, 105 insertions(+), 105 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/UserLotteryRecord.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/UserLotteryRecord.java index 4ff7491..50be1cf 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/UserLotteryRecord.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/UserLotteryRecord.java @@ -1,105 +1,105 @@ -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_lottery_record") -public class UserLotteryRecord { - - // 鏂颁汉鎶藉 - public static String TYPE_NEWBIES = "newbies"; - // 澶╁ぉ鎶藉-濂栧姳鍒� - public static String TYPE_DAILY_REBATE= "dailyRebate"; - - // 鏂颁汉鎶藉 - public static int COUNT_NEWBIES = 5; - // 澶╁ぉ鎶藉-濂栧姳鍒� - public static int COUNT_DAILY_REBATE= 5; - - @Column(name = "ulr_id") - private Long id; - - // 鎶藉绫诲瀷 - @Column(name = "ulr_type") - private String type; - - // 鍥剧墖 - @Column(name = "ulr_uid") - private Long uid; - - // 鍓╀綑娆℃暟 - @Column(name = "ulr_count") - private Integer count; - - // 鍒涘缓鏃堕棿 - @Column(name = "ulr_create_time") - private Date createTime; - - // 鏇存柊鏃堕棿 - @Column(name = "ulr_update_time") - private Date updateTime; - - public UserLotteryRecord(){} - - public UserLotteryRecord(Long id){ - this.id = id; - } - - - - public Long getId() { - return id; - } - - public void setId(Long id) { - this.id = id; - } - - public String getType() { - return type; - } - - public void setType(String type) { - this.type = type; - } - - public Long getUid() { - return uid; - } - - public void setUid(Long uid) { - this.uid = uid; - } - - public Integer getCount() { - return count; - } - - public void setCount(Integer count) { - this.count = count; - } - - 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.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_lottery_record") +public class UserLotteryRecord { + + // 鏂颁汉鎶藉 + public static String TYPE_NEWBIES = "newbies"; + // 澶╁ぉ鎶藉-濂栧姳鍒� + public static String TYPE_DAILY_REBATE= "dailyRebate"; + + // 鏂颁汉鎶藉 + public static int COUNT_NEWBIES = 5; + // 澶╁ぉ鎶藉-濂栧姳鍒� + public static int COUNT_DAILY_REBATE= 5; + + @Column(name = "ulr_id") + private Long id; + + // 鎶藉绫诲瀷 + @Column(name = "ulr_type") + private String type; + + // 鍥剧墖 + @Column(name = "ulr_uid") + private Long uid; + + // 鍓╀綑娆℃暟 + @Column(name = "ulr_count") + private Integer count; + + // 鍒涘缓鏃堕棿 + @Column(name = "ulr_create_time") + private Date createTime; + + // 鏇存柊鏃堕棿 + @Column(name = "ulr_update_time") + private Date updateTime; + + public UserLotteryRecord(){} + + public UserLotteryRecord(Long id){ + this.id = id; + } + + + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + + public String getType() { + return type; + } + + public void setType(String type) { + this.type = type; + } + + public Long getUid() { + return uid; + } + + public void setUid(Long uid) { + this.uid = uid; + } + + public Integer getCount() { + return count; + } + + public void setCount(Integer count) { + this.count = count; + } + + 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