From 81da61b828e29b7745e1382dfbbaeb685dc083ef Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 23 一月 2024 17:17:55 +0800 Subject: [PATCH] 抖音转链修改 --- fanli/src/main/java/com/yeshi/fanli/entity/bus/user/SMSHistory.java | 148 ++++++++++++++++++++++++------------------------ 1 files changed, 74 insertions(+), 74 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/SMSHistory.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/SMSHistory.java index b68085a..f318c9f 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/SMSHistory.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/SMSHistory.java @@ -1,74 +1,74 @@ -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_sms_history") -public class SMSHistory { - - public final static int TYPE_LOGIN = 1;// 鐧诲綍 - public final static int TYPE_BIND = 2;// 缁戝畾 - public final static int TYPE_EXTRACT = 3;// 鎻愮幇 - public final static int TYPE_REMVOE = 4;// 缁戝畾 - - @Column(name = "sh_id") - private Long id; - @Column(name = "sh_type") - private Integer type; - @Column(name = "sh_phone") - private String phone; - @Column(name = "sh_content") - private String content; - @Column(name = "sh_createtime") - private Date createTime; - - public Long getId() { - return id; - } - - public void setId(Long id) { - this.id = id; - } - - public Integer getType() { - return type; - } - - public void setType(Integer type) { - this.type = type; - } - - public String getPhone() { - return phone; - } - - public void setPhone(String phone) { - this.phone = phone; - } - - public String getContent() { - return content; - } - - public void setContent(String content) { - this.content = content; - } - - public Date getCreateTime() { - return createTime; - } - - public void setCreateTime(Date createTime) { - this.createTime = createTime; - } - -} +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_sms_history") +public class SMSHistory { + + public final static int TYPE_LOGIN = 1;// 鐧诲綍 + public final static int TYPE_BIND = 2;// 缁戝畾 + public final static int TYPE_EXTRACT = 3;// 鎻愮幇 + public final static int TYPE_REMVOE = 4;// 缁戝畾 + + @Column(name = "sh_id") + private Long id; + @Column(name = "sh_type") + private Integer type; + @Column(name = "sh_phone") + private String phone; + @Column(name = "sh_content") + private String content; + @Column(name = "sh_createtime") + private Date createTime; + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + + public Integer getType() { + return type; + } + + public void setType(Integer type) { + this.type = type; + } + + public String getPhone() { + return phone; + } + + public void setPhone(String phone) { + this.phone = phone; + } + + public String getContent() { + return content; + } + + public void setContent(String content) { + this.content = content; + } + + public Date getCreateTime() { + return createTime; + } + + public void setCreateTime(Date createTime) { + this.createTime = createTime; + } + +} -- Gitblit v1.8.0