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/UserInviteValidRecord.java | 166 +++++++++++++++++++++++++++--------------------------- 1 files changed, 83 insertions(+), 83 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/UserInviteValidRecord.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/UserInviteValidRecord.java index 008ca4d..6305ea9 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/UserInviteValidRecord.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/UserInviteValidRecord.java @@ -1,83 +1,83 @@ -package com.yeshi.fanli.entity.bus.user; - -import java.util.Date; - -import org.yeshi.utils.mybatis.Column; -import org.yeshi.utils.mybatis.Table; - -/** - * 鏈夋晥绮変笣璁板綍琛� - */ -@Table("yeshi_ec_user_invite_valid_record") -public class UserInviteValidRecord { - public static int TYPE_ONE = 1;// 鐩存帴绮変笣 - public static int TYPE_TWO = 2;// 闂存帴绮変笣 - - @Column(name = "tvr_id") - private Long id; - - @Column(name = "tvr_uid") - private Long uid;// 鐢ㄦ埛id - - @Column(name = "tvr_worker_id") - private Long workerId; // 绮変笣id - - @Column(name = "tvr_type") - private Integer type; - - // 鍞竴鍊硷細( uid#workerId#type) - @Column(name = "tvr_unique_key") - private String uniqueKey; - - @Column(name = "tvr_create_time") - private Date createTime; - - public Long getId() { - return id; - } - - public void setId(Long id) { - this.id = id; - } - - public Long getUid() { - return uid; - } - - public void setUid(Long uid) { - this.uid = uid; - } - - public Long getWorkerId() { - return workerId; - } - - public void setWorkerId(Long workerId) { - this.workerId = workerId; - } - - public Integer getType() { - return type; - } - - public void setType(Integer type) { - this.type = type; - } - - public Date getCreateTime() { - return createTime; - } - - public void setCreateTime(Date createTime) { - this.createTime = createTime; - } - - public String getUniqueKey() { - return uniqueKey; - } - - public void setUniqueKey(String uniqueKey) { - this.uniqueKey = uniqueKey; - } - -} +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; + +/** + * 鏈夋晥绮変笣璁板綍琛� + */ +@Table("yeshi_ec_user_invite_valid_record") +public class UserInviteValidRecord { + public static int TYPE_ONE = 1;// 鐩存帴绮変笣 + public static int TYPE_TWO = 2;// 闂存帴绮変笣 + + @Column(name = "tvr_id") + private Long id; + + @Column(name = "tvr_uid") + private Long uid;// 鐢ㄦ埛id + + @Column(name = "tvr_worker_id") + private Long workerId; // 绮変笣id + + @Column(name = "tvr_type") + private Integer type; + + // 鍞竴鍊硷細(workerId#type) + @Column(name = "tvr_unique_key") + private String uniqueKey; + + @Column(name = "tvr_create_time") + private Date createTime; + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + + public Long getUid() { + return uid; + } + + public void setUid(Long uid) { + this.uid = uid; + } + + public Long getWorkerId() { + return workerId; + } + + public void setWorkerId(Long workerId) { + this.workerId = workerId; + } + + public Integer getType() { + return type; + } + + public void setType(Integer type) { + this.type = type; + } + + public Date getCreateTime() { + return createTime; + } + + public void setCreateTime(Date createTime) { + this.createTime = createTime; + } + + public String getUniqueKey() { + return uniqueKey; + } + + public void setUniqueKey(String uniqueKey) { + this.uniqueKey = uniqueKey; + } + +} -- Gitblit v1.8.0