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/ForbiddenUserIdentifyCode.java | 202 +++++++++++++++++++++++++------------------------- 1 files changed, 101 insertions(+), 101 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/ForbiddenUserIdentifyCode.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/ForbiddenUserIdentifyCode.java index 76c50f5..3194080 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/ForbiddenUserIdentifyCode.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/ForbiddenUserIdentifyCode.java @@ -1,101 +1,101 @@ -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_forbidden_user_identify_code") -public class ForbiddenUserIdentifyCode { - - public enum ForbiddenUserIdentifyCodeTypeEnum { - wxUnionId("寰俊unionId"), taobaoUid("娣樺疂ID"), phone("鎵嬫満鍙�"), alipayAccount("鏀粯瀹濊处鍙�"); - private final String desc; - - private ForbiddenUserIdentifyCodeTypeEnum(String desc) { - this.desc = desc; - } - - public String getDesc() { - return desc; - } - } - - @Column(name = "fuc_id") - private Long id; - @Column(name = "fuc_type") - private ForbiddenUserIdentifyCodeTypeEnum type; - @Column(name = "fuc_identify_code") - private String identifyCode; - @Column(name = "fuc_effective") - private Boolean effective;// 鏄惁鐢熸晥 - @Column(name = "fuc_beizhu") - private String beiZhu; - @Column(name = "fuc_create_time") - private Date createTime; - @Column(name = "fuc_update_time") - private Date updateTime; - - public Long getId() { - return id; - } - - public void setId(Long id) { - this.id = id; - } - - public ForbiddenUserIdentifyCodeTypeEnum getType() { - return type; - } - - public void setType(ForbiddenUserIdentifyCodeTypeEnum type) { - this.type = type; - } - - public String getIdentifyCode() { - return identifyCode; - } - - public void setIdentifyCode(String identifyCode) { - this.identifyCode = identifyCode; - } - - public Boolean getEffective() { - return effective; - } - - public void setEffective(Boolean effective) { - this.effective = effective; - } - - 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 String getBeiZhu() { - return beiZhu; - } - - public void setBeiZhu(String beiZhu) { - this.beiZhu = beiZhu; - } - -} +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_forbidden_user_identify_code") +public class ForbiddenUserIdentifyCode { + + public enum ForbiddenUserIdentifyCodeTypeEnum { + wxUnionId("寰俊unionId"), taobaoUid("娣樺疂ID"), phone("鎵嬫満鍙�"), alipayAccount("鏀粯瀹濊处鍙�"); + private final String desc; + + private ForbiddenUserIdentifyCodeTypeEnum(String desc) { + this.desc = desc; + } + + public String getDesc() { + return desc; + } + } + + @Column(name = "fuc_id") + private Long id; + @Column(name = "fuc_type") + private ForbiddenUserIdentifyCodeTypeEnum type; + @Column(name = "fuc_identify_code") + private String identifyCode; + @Column(name = "fuc_effective") + private Boolean effective;// 鏄惁鐢熸晥 + @Column(name = "fuc_beizhu") + private String beiZhu; + @Column(name = "fuc_create_time") + private Date createTime; + @Column(name = "fuc_update_time") + private Date updateTime; + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + + public ForbiddenUserIdentifyCodeTypeEnum getType() { + return type; + } + + public void setType(ForbiddenUserIdentifyCodeTypeEnum type) { + this.type = type; + } + + public String getIdentifyCode() { + return identifyCode; + } + + public void setIdentifyCode(String identifyCode) { + this.identifyCode = identifyCode; + } + + public Boolean getEffective() { + return effective; + } + + public void setEffective(Boolean effective) { + this.effective = effective; + } + + 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 String getBeiZhu() { + return beiZhu; + } + + public void setBeiZhu(String beiZhu) { + this.beiZhu = beiZhu; + } + +} -- Gitblit v1.8.0