| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987 |
- package com.goafanti.common.model;
- import java.math.BigDecimal;
- import java.util.Date;
- import javax.validation.constraints.Size;
- import com.goafanti.common.constant.ErrorConstants;
- public class UserIdentity {
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.id
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private String id;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.uid
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private String uid;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.username
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private String username;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.sex
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private String sex;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.date_of_birth_year
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private String dateOfBirthYear;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.date_of_birth_month
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private String dateOfBirthMonth;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.id_number
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private String idNumber;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.positive_id_url
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private String positiveIdUrl;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.opposite_id_url
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private String oppositeIdUrl;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.province
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private Integer province;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.city
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private Integer city;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.area
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private Integer area;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.contact_mobile
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private String contactMobile;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.bank_name
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private String bankName;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.bank_account
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private String bankAccount;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.bank_card_number
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private String bankCardNumber;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.amount_money
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private BigDecimal amountMoney;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.audit_status
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private Integer auditStatus;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.process
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private Integer process;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.wrong_count
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private Integer wrongCount;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.payment_date
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private Date paymentDate;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.expert
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private Integer expert;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.celebrity
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private Integer celebrity;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.international
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private Integer international;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.fixed_tel
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private String fixedTel;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.qq
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private String qq;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.postal_address
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private String postalAddress;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.postcode
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private String postcode;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.review_instructions
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private String reviewInstructions;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.industry
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private Integer industry;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.contacts
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private String contacts;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.email
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private String email;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.professional_title
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private String professionalTitle;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.work_unit
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private String workUnit;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.education
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private String education;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.major_category
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private String majorCategory;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.qualification
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private String qualification;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.investment
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private Integer investment;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.graduate_school
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private String graduateSchool;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.consultant
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private Integer consultant;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column user_identity.consultation_price
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- private BigDecimal consultationPrice;
-
- private Integer releaseStatus;
-
- private Integer consultantType;
-
- private String consultantCertificateUrl;
-
- public Integer getReleaseStatus() {
- return releaseStatus;
- }
- public void setReleaseStatus(Integer releaseStatus) {
- this.releaseStatus = releaseStatus;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.id
- * @return the value of user_identity.id
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public String getId() {
- return id;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.id
- * @param id the value for user_identity.id
- * @mbg.generated Fri Dec 29 09:20:50 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_identity.uid
- * @return the value of user_identity.uid
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public String getUid() {
- return uid;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.uid
- * @param uid the value for user_identity.uid
- * @mbg.generated Fri Dec 29 09:20:50 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_identity.username
- * @return the value of user_identity.username
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public String getUsername() {
- return username;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.username
- * @param username the value for user_identity.username
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setUsername(String username) {
- this.username = username;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.sex
- * @return the value of user_identity.sex
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public String getSex() {
- return sex;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.sex
- * @param sex the value for user_identity.sex
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setSex(String sex) {
- this.sex = sex;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.date_of_birth_year
- * @return the value of user_identity.date_of_birth_year
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public String getDateOfBirthYear() {
- return dateOfBirthYear;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.date_of_birth_year
- * @param dateOfBirthYear the value for user_identity.date_of_birth_year
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setDateOfBirthYear(String dateOfBirthYear) {
- this.dateOfBirthYear = dateOfBirthYear;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.date_of_birth_month
- * @return the value of user_identity.date_of_birth_month
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public String getDateOfBirthMonth() {
- return dateOfBirthMonth;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.date_of_birth_month
- * @param dateOfBirthMonth the value for user_identity.date_of_birth_month
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setDateOfBirthMonth(String dateOfBirthMonth) {
- this.dateOfBirthMonth = dateOfBirthMonth;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.id_number
- * @return the value of user_identity.id_number
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public String getIdNumber() {
- return idNumber;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.id_number
- * @param idNumber the value for user_identity.id_number
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setIdNumber(String idNumber) {
- this.idNumber = idNumber;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.positive_id_url
- * @return the value of user_identity.positive_id_url
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public String getPositiveIdUrl() {
- return positiveIdUrl;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.positive_id_url
- * @param positiveIdUrl the value for user_identity.positive_id_url
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setPositiveIdUrl(String positiveIdUrl) {
- this.positiveIdUrl = positiveIdUrl;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.opposite_id_url
- * @return the value of user_identity.opposite_id_url
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public String getOppositeIdUrl() {
- return oppositeIdUrl;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.opposite_id_url
- * @param oppositeIdUrl the value for user_identity.opposite_id_url
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setOppositeIdUrl(String oppositeIdUrl) {
- this.oppositeIdUrl = oppositeIdUrl;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.province
- * @return the value of user_identity.province
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public Integer getProvince() {
- return province;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.province
- * @param province the value for user_identity.province
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setProvince(Integer province) {
- this.province = province;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.city
- * @return the value of user_identity.city
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public Integer getCity() {
- return city;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.city
- * @param city the value for user_identity.city
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setCity(Integer city) {
- this.city = city;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.area
- * @return the value of user_identity.area
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public Integer getArea() {
- return area;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.area
- * @param area the value for user_identity.area
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setArea(Integer area) {
- this.area = area;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.contact_mobile
- * @return the value of user_identity.contact_mobile
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public String getContactMobile() {
- return contactMobile;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.contact_mobile
- * @param contactMobile the value for user_identity.contact_mobile
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setContactMobile(String contactMobile) {
- this.contactMobile = contactMobile;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.bank_name
- * @return the value of user_identity.bank_name
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public String getBankName() {
- return bankName;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.bank_name
- * @param bankName the value for user_identity.bank_name
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setBankName(String bankName) {
- this.bankName = bankName;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.bank_account
- * @return the value of user_identity.bank_account
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public String getBankAccount() {
- return bankAccount;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.bank_account
- * @param bankAccount the value for user_identity.bank_account
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setBankAccount(String bankAccount) {
- this.bankAccount = bankAccount;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.bank_card_number
- * @return the value of user_identity.bank_card_number
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public String getBankCardNumber() {
- return bankCardNumber;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.bank_card_number
- * @param bankCardNumber the value for user_identity.bank_card_number
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setBankCardNumber(String bankCardNumber) {
- this.bankCardNumber = bankCardNumber;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.amount_money
- * @return the value of user_identity.amount_money
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public BigDecimal getAmountMoney() {
- return amountMoney;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.amount_money
- * @param amountMoney the value for user_identity.amount_money
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setAmountMoney(BigDecimal amountMoney) {
- this.amountMoney = amountMoney;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.audit_status
- * @return the value of user_identity.audit_status
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public Integer getAuditStatus() {
- return auditStatus;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.audit_status
- * @param auditStatus the value for user_identity.audit_status
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setAuditStatus(Integer auditStatus) {
- this.auditStatus = auditStatus;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.process
- * @return the value of user_identity.process
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public Integer getProcess() {
- return process;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.process
- * @param process the value for user_identity.process
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setProcess(Integer process) {
- this.process = process;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.wrong_count
- * @return the value of user_identity.wrong_count
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public Integer getWrongCount() {
- return wrongCount;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.wrong_count
- * @param wrongCount the value for user_identity.wrong_count
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setWrongCount(Integer wrongCount) {
- this.wrongCount = wrongCount;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.payment_date
- * @return the value of user_identity.payment_date
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public Date getPaymentDate() {
- return paymentDate;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.payment_date
- * @param paymentDate the value for user_identity.payment_date
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setPaymentDate(Date paymentDate) {
- this.paymentDate = paymentDate;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.expert
- * @return the value of user_identity.expert
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public Integer getExpert() {
- return expert;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.expert
- * @param expert the value for user_identity.expert
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setExpert(Integer expert) {
- this.expert = expert;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.celebrity
- * @return the value of user_identity.celebrity
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public Integer getCelebrity() {
- return celebrity;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.celebrity
- * @param celebrity the value for user_identity.celebrity
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setCelebrity(Integer celebrity) {
- this.celebrity = celebrity;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.international
- * @return the value of user_identity.international
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public Integer getInternational() {
- return international;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.international
- * @param international the value for user_identity.international
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setInternational(Integer international) {
- this.international = international;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.fixed_tel
- * @return the value of user_identity.fixed_tel
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public String getFixedTel() {
- return fixedTel;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.fixed_tel
- * @param fixedTel the value for user_identity.fixed_tel
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setFixedTel(String fixedTel) {
- this.fixedTel = fixedTel;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.qq
- * @return the value of user_identity.qq
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public String getQq() {
- return qq;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.qq
- * @param qq the value for user_identity.qq
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setQq(String qq) {
- this.qq = qq;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.postal_address
- * @return the value of user_identity.postal_address
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public String getPostalAddress() {
- return postalAddress;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.postal_address
- * @param postalAddress the value for user_identity.postal_address
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setPostalAddress(String postalAddress) {
- this.postalAddress = postalAddress;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.postcode
- * @return the value of user_identity.postcode
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public String getPostcode() {
- return postcode;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.postcode
- * @param postcode the value for user_identity.postcode
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setPostcode(String postcode) {
- this.postcode = postcode;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.review_instructions
- * @return the value of user_identity.review_instructions
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public String getReviewInstructions() {
- return reviewInstructions;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.review_instructions
- * @param reviewInstructions the value for user_identity.review_instructions
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setReviewInstructions(String reviewInstructions) {
- this.reviewInstructions = reviewInstructions;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.industry
- * @return the value of user_identity.industry
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public Integer getIndustry() {
- return industry;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.industry
- * @param industry the value for user_identity.industry
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setIndustry(Integer industry) {
- this.industry = industry;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.contacts
- * @return the value of user_identity.contacts
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public String getContacts() {
- return contacts;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.contacts
- * @param contacts the value for user_identity.contacts
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setContacts(String contacts) {
- this.contacts = contacts;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.email
- * @return the value of user_identity.email
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public String getEmail() {
- return email;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.email
- * @param email the value for user_identity.email
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setEmail(String email) {
- this.email = email;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.professional_title
- * @return the value of user_identity.professional_title
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public String getProfessionalTitle() {
- return professionalTitle;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.professional_title
- * @param professionalTitle the value for user_identity.professional_title
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setProfessionalTitle(String professionalTitle) {
- this.professionalTitle = professionalTitle;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.work_unit
- * @return the value of user_identity.work_unit
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public String getWorkUnit() {
- return workUnit;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.work_unit
- * @param workUnit the value for user_identity.work_unit
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setWorkUnit(String workUnit) {
- this.workUnit = workUnit;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.education
- * @return the value of user_identity.education
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public String getEducation() {
- return education;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.education
- * @param education the value for user_identity.education
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setEducation(String education) {
- this.education = education;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.major_category
- * @return the value of user_identity.major_category
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public String getMajorCategory() {
- return majorCategory;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.major_category
- * @param majorCategory the value for user_identity.major_category
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setMajorCategory(String majorCategory) {
- this.majorCategory = majorCategory;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.qualification
- * @return the value of user_identity.qualification
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public String getQualification() {
- return qualification;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.qualification
- * @param qualification the value for user_identity.qualification
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setQualification(String qualification) {
- this.qualification = qualification;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.investment
- * @return the value of user_identity.investment
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public Integer getInvestment() {
- return investment;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.investment
- * @param investment the value for user_identity.investment
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setInvestment(Integer investment) {
- this.investment = investment;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.graduate_school
- * @return the value of user_identity.graduate_school
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public String getGraduateSchool() {
- return graduateSchool;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.graduate_school
- * @param graduateSchool the value for user_identity.graduate_school
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setGraduateSchool(String graduateSchool) {
- this.graduateSchool = graduateSchool;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.consultant
- * @return the value of user_identity.consultant
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public Integer getConsultant() {
- return consultant;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.consultant
- * @param consultant the value for user_identity.consultant
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setConsultant(Integer consultant) {
- this.consultant = consultant;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column user_identity.consultation_price
- * @return the value of user_identity.consultation_price
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public BigDecimal getConsultationPrice() {
- return consultationPrice;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column user_identity.consultation_price
- * @param consultationPrice the value for user_identity.consultation_price
- * @mbg.generated Fri Dec 29 09:20:50 CST 2017
- */
- public void setConsultationPrice(BigDecimal consultationPrice) {
- this.consultationPrice = consultationPrice;
- }
- public Integer getConsultantType() {
- return consultantType;
- }
- public void setConsultantType(Integer consultantType) {
- this.consultantType = consultantType;
- }
- public String getConsultantCertificateUrl() {
- return consultantCertificateUrl;
- }
- public void setConsultantCertificateUrl(String consultantCertificateUrl) {
- this.consultantCertificateUrl = consultantCertificateUrl;
- }
- }
|