| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214 |
- package com.goafanti.common.model;
- import java.util.Date;
- public class JpushEasemobAccount {
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column jpush_easemob_account.id
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- private Integer id;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column jpush_easemob_account.uuid
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- private String uuid;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column jpush_easemob_account.registration_id
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- private String registrationId;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column jpush_easemob_account.uid
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- private String uid;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column jpush_easemob_account.tag
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- private String tag;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column jpush_easemob_account.group_id
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- private String groupId;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column jpush_easemob_account.last_login_time
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- private Date lastLoginTime;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column jpush_easemob_account.easemob_name
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- private String easemobName;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column jpush_easemob_account.easemob_pass
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- private String easemobPass;
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column jpush_easemob_account.id
- * @return the value of jpush_easemob_account.id
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- public Integer getId() {
- return id;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column jpush_easemob_account.id
- * @param id the value for jpush_easemob_account.id
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- public void setId(Integer id) {
- this.id = id;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column jpush_easemob_account.uuid
- * @return the value of jpush_easemob_account.uuid
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- public String getUuid() {
- return uuid;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column jpush_easemob_account.uuid
- * @param uuid the value for jpush_easemob_account.uuid
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- public void setUuid(String uuid) {
- this.uuid = uuid;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column jpush_easemob_account.registration_id
- * @return the value of jpush_easemob_account.registration_id
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- public String getRegistrationId() {
- return registrationId;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column jpush_easemob_account.registration_id
- * @param registrationId the value for jpush_easemob_account.registration_id
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- public void setRegistrationId(String registrationId) {
- this.registrationId = registrationId;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column jpush_easemob_account.uid
- * @return the value of jpush_easemob_account.uid
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- public String getUid() {
- return uid;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column jpush_easemob_account.uid
- * @param uid the value for jpush_easemob_account.uid
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- public void setUid(String uid) {
- this.uid = uid;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column jpush_easemob_account.tag
- * @return the value of jpush_easemob_account.tag
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- public String getTag() {
- return tag;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column jpush_easemob_account.tag
- * @param tag the value for jpush_easemob_account.tag
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- public void setTag(String tag) {
- this.tag = tag;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column jpush_easemob_account.group_id
- * @return the value of jpush_easemob_account.group_id
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- public String getGroupId() {
- return groupId;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column jpush_easemob_account.group_id
- * @param groupId the value for jpush_easemob_account.group_id
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- public void setGroupId(String groupId) {
- this.groupId = groupId;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column jpush_easemob_account.last_login_time
- * @return the value of jpush_easemob_account.last_login_time
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- public Date getLastLoginTime() {
- return lastLoginTime;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column jpush_easemob_account.last_login_time
- * @param lastLoginTime the value for jpush_easemob_account.last_login_time
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- public void setLastLoginTime(Date lastLoginTime) {
- this.lastLoginTime = lastLoginTime;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column jpush_easemob_account.easemob_name
- * @return the value of jpush_easemob_account.easemob_name
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- public String getEasemobName() {
- return easemobName;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column jpush_easemob_account.easemob_name
- * @param easemobName the value for jpush_easemob_account.easemob_name
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- public void setEasemobName(String easemobName) {
- this.easemobName = easemobName;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column jpush_easemob_account.easemob_pass
- * @return the value of jpush_easemob_account.easemob_pass
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- public String getEasemobPass() {
- return easemobPass;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column jpush_easemob_account.easemob_pass
- * @param easemobPass the value for jpush_easemob_account.easemob_pass
- * @mbg.generated Mon Dec 25 14:46:37 CST 2017
- */
- public void setEasemobPass(String easemobPass) {
- this.easemobPass = easemobPass;
- }
- }
|