| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283 |
- package com.goafanti.common.model;
- import java.util.Date;
- public class UserFollow {
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow.id
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- private String id;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow.uid
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- private String uid;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow.aid
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- private String aid;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow.paid
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- private String paid;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow.result
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- private String result;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow.attachment_url
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- private String attachmentUrl;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow.create_time
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- private Date createTime;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow.ocb_id
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- private String ocbId;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow.contact_type
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- private Integer contactType;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow.effective
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- private Integer effective;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow.time_stamp
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- private Date timeStamp;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_follow.follow_count
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- private Integer followCount;
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow.id
- * @return the value of user_follow.id
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- public String getId() {
- return id;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow.id
- * @param id the value for user_follow.id
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- public void setId(String id) {
- this.id = id;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow.uid
- * @return the value of user_follow.uid
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- public String getUid() {
- return uid;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow.uid
- * @param uid the value for user_follow.uid
- * @mbg.generated Tue Nov 14 19:38:26 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 user_follow.aid
- * @return the value of user_follow.aid
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- public String getAid() {
- return aid;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow.aid
- * @param aid the value for user_follow.aid
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- public void setAid(String aid) {
- this.aid = aid;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow.paid
- * @return the value of user_follow.paid
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- public String getPaid() {
- return paid;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow.paid
- * @param paid the value for user_follow.paid
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- public void setPaid(String paid) {
- this.paid = paid;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow.result
- * @return the value of user_follow.result
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- public String getResult() {
- return result;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow.result
- * @param result the value for user_follow.result
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- public void setResult(String result) {
- this.result = result;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow.attachment_url
- * @return the value of user_follow.attachment_url
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- public String getAttachmentUrl() {
- return attachmentUrl;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow.attachment_url
- * @param attachmentUrl the value for user_follow.attachment_url
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- public void setAttachmentUrl(String attachmentUrl) {
- this.attachmentUrl = attachmentUrl;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow.create_time
- * @return the value of user_follow.create_time
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- public Date getCreateTime() {
- return createTime;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow.create_time
- * @param createTime the value for user_follow.create_time
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- public void setCreateTime(Date createTime) {
- this.createTime = createTime;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow.ocb_id
- * @return the value of user_follow.ocb_id
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- public String getOcbId() {
- return ocbId;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow.ocb_id
- * @param ocbId the value for user_follow.ocb_id
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- public void setOcbId(String ocbId) {
- this.ocbId = ocbId;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow.contact_type
- * @return the value of user_follow.contact_type
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- public Integer getContactType() {
- return contactType;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow.contact_type
- * @param contactType the value for user_follow.contact_type
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- public void setContactType(Integer contactType) {
- this.contactType = contactType;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow.effective
- * @return the value of user_follow.effective
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- public Integer getEffective() {
- return effective;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow.effective
- * @param effective the value for user_follow.effective
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- public void setEffective(Integer effective) {
- this.effective = effective;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow.time_stamp
- * @return the value of user_follow.time_stamp
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- public Date getTimeStamp() {
- return timeStamp;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow.time_stamp
- * @param timeStamp the value for user_follow.time_stamp
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- public void setTimeStamp(Date timeStamp) {
- this.timeStamp = timeStamp;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_follow.follow_count
- * @return the value of user_follow.follow_count
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- public Integer getFollowCount() {
- return followCount;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_follow.follow_count
- * @param followCount the value for user_follow.follow_count
- * @mbg.generated Tue Nov 14 19:38:26 CST 2017
- */
- public void setFollowCount(Integer followCount) {
- this.followCount = followCount;
- }
- }
|