| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070 |
- package com.goafanti.common.model;
- import java.math.BigDecimal;
- import java.util.Date;
- 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;
- private String typicalCase;
- private String workUnit1;
-
- private String goodAtIndustry;
-
- private String honer;
-
- public String getHoner() {
- return honer;
- }
- public void setHoner(String honer) {
- this.honer = honer;
- }
- public String getGoodAtIndustry() {
- return goodAtIndustry;
- }
- public void setGoodAtIndustry(String goodAtIndustry) {
- this.goodAtIndustry = goodAtIndustry;
- }
- public String getWorkUnit1() {
- return workUnit1;
- }
- public void setWorkUnit1(String workUnit1) {
- this.workUnit1 = workUnit1;
- }
- public String getTypicalCase() {
- return typicalCase;
- }
- public void setTypicalCase(String typicalCase) {
- this.typicalCase = typicalCase;
- }
- 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;
- }
-
- private String identifyName;
- public String getIdentifyName() {
- return identifyName;
- }
- public void setIdentifyName(String identifyName) {
- this.identifyName = identifyName;
- }
-
- private String auditInfo;
- private String societyTag;
- private String introduction;
- private String headPortraitUrl;
-
- public String getAuditInfo() {
- return auditInfo;
- }
- public void setAuditInfo(String auditInfo) {
- this.auditInfo = auditInfo;
- }
- public String getSocietyTag() {
- return societyTag;
- }
- public void setSocietyTag(String societyTag) {
- this.societyTag = societyTag;
- }
- public String getIntroduction() {
- return introduction;
- }
- public void setIntroduction(String introduction) {
- this.introduction = introduction;
- }
- public String getHeadPortraitUrl() {
- return headPortraitUrl;
- }
- public void setHeadPortraitUrl(String headPortraitUrl) {
- this.headPortraitUrl = headPortraitUrl;
- }
-
- }
|