首页>代码>dubbo+spring boot+mybatis+redis分布式框架项目实例demo>/dubbo-spring-boot-mybatis-redis-master/dearbinge-data-domain/src/main/java/com/dearbinge/data/pojo/Security.java
package com.dearbinge.data.pojo;

import java.io.Serializable;
import java.util.Date;

public class Security implements Serializable {
	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	/**
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column t_security.f_SecurityKey
	 *
	 * @mbggenerated
	 */
	private String fSecuritykey;

	/**
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column t_security.f_SecurityValue
	 *
	 * @mbggenerated
	 */
	private String fSecurityvalue;

	/**
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column t_security.f_MerchantId
	 *
	 * @mbggenerated
	 */
	private String fMerchantid;

	/**
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column t_security.f_Tag
	 *
	 * @mbggenerated
	 */
	private String fTag;

	/**
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column t_security.f_IsDelete
	 *
	 * @mbggenerated
	 */
	private Integer fIsdelete;

	/**
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column t_security.f_CreateUser
	 *
	 * @mbggenerated
	 */
	private String fCreateuser;

	/**
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column t_security.f_CreateTime
	 *
	 * @mbggenerated
	 */
	private Date fCreatetime;

	/**
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column t_security.f_UpdateUser
	 *
	 * @mbggenerated
	 */
	private String fUpdateuser;

	/**
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column t_security.f_UpdateTime
	 *
	 * @mbggenerated
	 */
	private Date fUpdatetime;

	/**
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column t_security.f_Remark
	 *
	 * @mbggenerated
	 */
	private String fRemark;

	/**
	 * This method was generated by MyBatis Generator. This method returns the
	 * value of the database column t_security.f_SecurityKey
	 *
	 * @return the value of t_security.f_SecurityKey
	 *
	 * @mbggenerated
	 */
	public String getfSecuritykey() {
		return fSecuritykey;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the
	 * value of the database column t_security.f_SecurityKey
	 *
	 * @param fSecuritykey
	 *            the value for t_security.f_SecurityKey
	 *
	 * @mbggenerated
	 */
	public void setfSecuritykey(String fSecuritykey) {
		this.fSecuritykey = fSecuritykey == null ? null : fSecuritykey.trim();
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the
	 * value of the database column t_security.f_SecurityValue
	 *
	 * @return the value of t_security.f_SecurityValue
	 *
	 * @mbggenerated
	 */
	public String getfSecurityvalue() {
		return fSecurityvalue;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the
	 * value of the database column t_security.f_SecurityValue
	 *
	 * @param fSecurityvalue
	 *            the value for t_security.f_SecurityValue
	 *
	 * @mbggenerated
	 */
	public void setfSecurityvalue(String fSecurityvalue) {
		this.fSecurityvalue = fSecurityvalue == null ? null : fSecurityvalue.trim();
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the
	 * value of the database column t_security.f_MerchantId
	 *
	 * @return the value of t_security.f_MerchantId
	 *
	 * @mbggenerated
	 */
	public String getfMerchantid() {
		return fMerchantid;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the
	 * value of the database column t_security.f_MerchantId
	 *
	 * @param fMerchantid
	 *            the value for t_security.f_MerchantId
	 *
	 * @mbggenerated
	 */
	public void setfMerchantid(String fMerchantid) {
		this.fMerchantid = fMerchantid == null ? null : fMerchantid.trim();
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the
	 * value of the database column t_security.f_Tag
	 *
	 * @return the value of t_security.f_Tag
	 *
	 * @mbggenerated
	 */
	public String getfTag() {
		return fTag;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the
	 * value of the database column t_security.f_Tag
	 *
	 * @param fTag
	 *            the value for t_security.f_Tag
	 *
	 * @mbggenerated
	 */
	public void setfTag(String fTag) {
		this.fTag = fTag == null ? null : fTag.trim();
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the
	 * value of the database column t_security.f_IsDelete
	 *
	 * @return the value of t_security.f_IsDelete
	 *
	 * @mbggenerated
	 */
	public Integer getfIsdelete() {
		return fIsdelete;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the
	 * value of the database column t_security.f_IsDelete
	 *
	 * @param fIsdelete
	 *            the value for t_security.f_IsDelete
	 *
	 * @mbggenerated
	 */
	public void setfIsdelete(Integer fIsdelete) {
		this.fIsdelete = fIsdelete;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the
	 * value of the database column t_security.f_CreateUser
	 *
	 * @return the value of t_security.f_CreateUser
	 *
	 * @mbggenerated
	 */
	public String getfCreateuser() {
		return fCreateuser;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the
	 * value of the database column t_security.f_CreateUser
	 *
	 * @param fCreateuser
	 *            the value for t_security.f_CreateUser
	 *
	 * @mbggenerated
	 */
	public void setfCreateuser(String fCreateuser) {
		this.fCreateuser = fCreateuser == null ? null : fCreateuser.trim();
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the
	 * value of the database column t_security.f_CreateTime
	 *
	 * @return the value of t_security.f_CreateTime
	 *
	 * @mbggenerated
	 */
	public Date getfCreatetime() {
		return fCreatetime;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the
	 * value of the database column t_security.f_CreateTime
	 *
	 * @param fCreatetime
	 *            the value for t_security.f_CreateTime
	 *
	 * @mbggenerated
	 */
	public void setfCreatetime(Date fCreatetime) {
		this.fCreatetime = fCreatetime;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the
	 * value of the database column t_security.f_UpdateUser
	 *
	 * @return the value of t_security.f_UpdateUser
	 *
	 * @mbggenerated
	 */
	public String getfUpdateuser() {
		return fUpdateuser;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the
	 * value of the database column t_security.f_UpdateUser
	 *
	 * @param fUpdateuser
	 *            the value for t_security.f_UpdateUser
	 *
	 * @mbggenerated
	 */
	public void setfUpdateuser(String fUpdateuser) {
		this.fUpdateuser = fUpdateuser == null ? null : fUpdateuser.trim();
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the
	 * value of the database column t_security.f_UpdateTime
	 *
	 * @return the value of t_security.f_UpdateTime
	 *
	 * @mbggenerated
	 */
	public Date getfUpdatetime() {
		return fUpdatetime;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the
	 * value of the database column t_security.f_UpdateTime
	 *
	 * @param fUpdatetime
	 *            the value for t_security.f_UpdateTime
	 *
	 * @mbggenerated
	 */
	public void setfUpdatetime(Date fUpdatetime) {
		this.fUpdatetime = fUpdatetime;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the
	 * value of the database column t_security.f_Remark
	 *
	 * @return the value of t_security.f_Remark
	 *
	 * @mbggenerated
	 */
	public String getfRemark() {
		return fRemark;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the
	 * value of the database column t_security.f_Remark
	 *
	 * @param fRemark
	 *            the value for t_security.f_Remark
	 *
	 * @mbggenerated
	 */
	public void setfRemark(String fRemark) {
		this.fRemark = fRemark == null ? null : fRemark.trim();
	}
}
最近下载更多
eahity  LV2 2022年4月24日
Rommel  LV27 2021年10月12日
1145304128  LV12 2021年4月13日
huangxiaojie  LV9 2021年4月5日
gxpcwm  LV22 2021年2月25日
13043860zj  LV16 2021年1月28日
crazyBear2020  LV3 2020年12月15日
ccddee  LV5 2020年11月17日
1234567890123456  LV3 2020年10月22日
a3331244270  LV2 2020年8月12日
最近浏览更多
西瓜哥哥  LV4 2023年8月8日
quyiyi  LV3 2023年4月5日
liangge2115  LV27 2023年3月20日
UzumakiHL 2023年2月22日
暂无贡献等级
annazhang  LV29 2022年7月17日
adminadminsqwqe  LV7 2022年7月13日
Simon_ydl  LV5 2022年6月20日
任星浩  LV1 2022年6月15日
Lxmzdm123  LV3 2022年6月10日
微信网友_5952819766251520  LV2 2022年6月9日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友