| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925 |
- package com.goafanti.common.model;
- import java.math.BigDecimal;
- import java.util.Date;
- import org.apache.commons.lang3.time.DateFormatUtils;
- import com.fasterxml.jackson.annotation.JsonFormat;
- import com.fasterxml.jackson.annotation.JsonFormat.Shape;
- import com.goafanti.common.constant.AFTConstants;
- public class OrganizationIdentity {
- private String id;
- private String uid;
- /**
- * 联系人
- */
- private String contacts;
- /**
- * 联系方式
- */
- private String contactMobile;
- /**
- * 固定电话
- */
- private String fixedTel;
- /**
- * QQ号
- */
- private String qq;
- /**
- * 通讯地址
- */
- private String postalAddress;
- /**
- * 邮政编码
- */
- private String postcode;
- /**
- * 用户名
- */
- private String aftUsername;
- /**
- * 单位名称
- */
- private String unitName;
- /**
- * 注册资金
- */
- private Integer registeredCapital;
- /**
- * 营业执照注册号
- */
- private String licenceNumber;
- /**
- * 营业执照所在地--省
- */
- private String licenceProvince;
- /**
- * 营业执照所在地-市
- */
- private String licenceCity;
- /**
- * 营业执照所在地-区(县)
- */
- private String licenceArea;
- /**
- * 营业执照副本扫描件URL
- */
- private String licenceScanningUrl;
- /**
- * 组织机构代码证号码
- */
- private String orgCode;
- /**
- * 组织机构代码证URL
- */
- private String orgCodeUrl;
- /**
- * 银行账号
- */
- private String bankAccount;
- /**
- * 开户行
- */
- private String banks;
- /**
- * 开户行支行
- */
- private String bankBranch;
- /**
- * 银行卡号
- */
- private String bankCardNumber;
- /**
- * 打入账内信息
- */
- private BigDecimal validationAmount;
- /**
- * 身份类型
- */
- private Integer identityType;
- /**
- * 开户行所在地-省
- */
- private String locationProvince;
- /**
- * 开户行所在地-市
- */
- private String locationCity;
- /**
- * 开户行所在地-区(县)
- */
- private String locationArea;
- /**
- * 法人
- */
- private String legalPerson;
- /**
- * 法人身份证号
- */
- private String legalPersonIdCard;
- /**
- * 上年度纳税报表
- */
- private String lastYearTaxReportUrl;
- /**
- * 审核状态
- */
- private Integer auditStatus;
- /**
- * 实名认证流程
- */
- private Integer process;
-
- /**
- * 输入错误打款金额次数
- */
- private Integer wrongCount;
-
- /**
- * 打款日期
- */
- private Date paymentDate;
-
- /**
- * 第一联系人
- */
- private String firstContacts;
-
- /**
- * 第一联系人电话
- */
- private String firstMobile;
-
- /**
- * 第二联系人
- */
- private String secondContacts;
-
- /**
- * 第二联系人电话
- */
- private String secondMobile;
-
- /**
- * 第三联系人
- */
- private String thirdContacts;
-
- /**
- * 第三联系人电话
- */
- private String thirdMobile;
-
- /**
- * 是否上市
- */
- private Integer listed;
-
- /**
- * 上市时间
- */
- private Date listedDate;
-
- /**
- * 上市类型
- */
- private Integer listedType;
-
- /**
- * 股票代码
- */
- private String stockCode;
-
- /**
- * 高企认订证书编号
- */
- private String certificateNumber;
-
- /**
- * 高企认定发证时间
- */
- private Date issuingDate;
-
- /**
- * 高企认定联系人及联系方式
- */
- private Integer cogContacts;
-
- /**
- * 高企认定咨询师
- */
- private String consultant;
-
- /**
- * 联系人电话
- */
- private String contactsFixedTel;
-
- /**
- * 联系人传真
- */
- private String contactsFax;
-
- /**
- * 法人电话
- */
- private String legalPersonTel;
-
- /**
- * 法人传真
- */
- private String legalPersonFax;
-
- /**
- * 法人Email
- */
- private String legalPersonEmail;
-
-
- /**
- * 注册时间
- */
- private Date registrationTime;
-
-
-
- /**
- * 税务登记号/统一社会信用代码
- */
- private String ratepayCode;
-
- /**
- * 所属行业
- */
- private Integer industry;
-
- /**
- * 企业规模(注册资金)
- */
- private Integer enterpriseScale;
-
- /**
- * 注册类型
- */
- private String registerType;
-
- /**
- * 外资来源地
- */
- private String foreignInvestment;
-
- /**
- * 领域
- */
- private String field;
-
- /**
- * 企业所得税主管税务机关
- */
- private Integer taxAuthority;
-
- /**
- * 企业所得税征收方式
- */
- private Integer ratepayMethod;
-
-
- /**
- * 是否属于国家级高新区内企业
- */
- private Integer highTechZone;
-
- /**
- * 是否引入风险投资
- */
- private Integer riskInvestment;
-
- /**
- * 经营范围
- */
- private String businessScope;
-
- /**
- * 国家级高新区名称
- */
- private String highTechName;
-
- public String getId() {
- return id;
- }
- public void setId(String id) {
- this.id = id;
- }
- public String getUid() {
- return uid;
- }
- public void setUid(String uid) {
- this.uid = uid;
- }
- public String getContacts() {
- return contacts;
- }
- public void setContacts(String contacts) {
- this.contacts = contacts;
- }
- public String getContactMobile() {
- return contactMobile;
- }
- public void setContactMobile(String contactMobile) {
- this.contactMobile = contactMobile;
- }
- public String getFixedTel() {
- return fixedTel;
- }
- public void setFixedTel(String fixedTel) {
- this.fixedTel = fixedTel;
- }
- public String getQq() {
- return qq;
- }
- public void setQq(String qq) {
- this.qq = qq;
- }
- public String getPostalAddress() {
- return postalAddress;
- }
- public void setPostalAddress(String postalAddress) {
- this.postalAddress = postalAddress;
- }
- public String getPostcode() {
- return postcode;
- }
- public void setPostcode(String postcode) {
- this.postcode = postcode;
- }
- public String getAftUsername() {
- return aftUsername;
- }
- public void setAftUsername(String aftUsername) {
- this.aftUsername = aftUsername;
- }
- public String getUnitName() {
- return unitName;
- }
- public void setUnitName(String unitName) {
- this.unitName = unitName;
- }
- public Integer getRegisteredCapital() {
- return registeredCapital;
- }
- public void setRegisteredCapital(Integer registeredCapital) {
- this.registeredCapital = registeredCapital;
- }
- public String getLicenceNumber() {
- return licenceNumber;
- }
- public void setLicenceNumber(String licenceNumber) {
- this.licenceNumber = licenceNumber;
- }
- public String getLicenceProvince() {
- return licenceProvince;
- }
- public void setLicenceProvince(String licenceProvince) {
- this.licenceProvince = licenceProvince;
- }
- public String getLicenceCity() {
- return licenceCity;
- }
- public void setLicenceCity(String licenceCity) {
- this.licenceCity = licenceCity;
- }
- public String getLicenceArea() {
- return licenceArea;
- }
- public void setLicenceArea(String licenceArea) {
- this.licenceArea = licenceArea;
- }
- public String getLicenceScanningUrl() {
- return licenceScanningUrl;
- }
- public void setLicenceScanningUrl(String licenceScanningUrl) {
- this.licenceScanningUrl = licenceScanningUrl;
- }
- public String getOrgCode() {
- return orgCode;
- }
- public void setOrgCode(String orgCode) {
- this.orgCode = orgCode;
- }
- public String getOrgCodeUrl() {
- return orgCodeUrl;
- }
- public void setOrgCodeUrl(String orgCodeUrl) {
- this.orgCodeUrl = orgCodeUrl;
- }
- public String getBankAccount() {
- return bankAccount;
- }
- public void setBankAccount(String bankAccount) {
- this.bankAccount = bankAccount;
- }
- public String getBanks() {
- return banks;
- }
- public void setBanks(String banks) {
- this.banks = banks;
- }
- public String getBankBranch() {
- return bankBranch;
- }
- public void setBankBranch(String bankBranch) {
- this.bankBranch = bankBranch;
- }
- public String getBankCardNumber() {
- return bankCardNumber;
- }
- public void setBankCardNumber(String bankCardNumber) {
- this.bankCardNumber = bankCardNumber;
- }
- public BigDecimal getValidationAmount() {
- return validationAmount;
- }
- public void setValidationAmount(BigDecimal validationAmount) {
- this.validationAmount = validationAmount;
- }
- @JsonFormat(shape = Shape.STRING)
- public Integer getIdentityType() {
- return identityType;
- }
- public void setIdentityType(Integer identityType) {
- this.identityType = identityType;
- }
- public String getLocationProvince() {
- return locationProvince;
- }
- public void setLocationProvince(String locationProvince) {
- this.locationProvince = locationProvince;
- }
- public String getLocationCity() {
- return locationCity;
- }
- public void setLocationCity(String locationCity) {
- this.locationCity = locationCity;
- }
- public String getLocationArea() {
- return locationArea;
- }
- public void setLocationArea(String locationArea) {
- this.locationArea = locationArea;
- }
- public String getLegalPerson() {
- return legalPerson;
- }
- public void setLegalPerson(String legalPerson) {
- this.legalPerson = legalPerson;
- }
- public String getLegalPersonIdCard() {
- return legalPersonIdCard;
- }
- public void setLegalPersonIdCard(String legalPersonIdCard) {
- this.legalPersonIdCard = legalPersonIdCard;
- }
- public String getLastYearTaxReportUrl() {
- return lastYearTaxReportUrl;
- }
- public void setLastYearTaxReportUrl(String lastYearTaxReportUrl) {
- this.lastYearTaxReportUrl = lastYearTaxReportUrl;
- }
-
- @JsonFormat(shape = Shape.STRING)
- public Integer getAuditStatus() {
- return auditStatus;
- }
- public void setAuditStatus(Integer auditStatus) {
- this.auditStatus = auditStatus;
- }
- public Integer getProcess() {
- return process;
- }
- public void setProcess(Integer process) {
- this.process = process;
- }
- public Integer getWrongCount() {
- return wrongCount;
- }
- public void setWrongCount(Integer wrongCount) {
- this.wrongCount = wrongCount;
- }
- public Date getPaymentDate() {
- return paymentDate;
- }
- public void setPaymentDate(Date paymentDate) {
- this.paymentDate = paymentDate;
- }
-
-
-
- public String getFirstContacts() {
- return firstContacts;
- }
- public void setFirstContacts(String firstContacts) {
- this.firstContacts = firstContacts;
- }
- public String getFirstMobile() {
- return firstMobile;
- }
- public void setFirstMobile(String firstMobile) {
- this.firstMobile = firstMobile;
- }
- public String getSecondContacts() {
- return secondContacts;
- }
- public void setSecondContacts(String secondContacts) {
- this.secondContacts = secondContacts;
- }
- public String getSecondMobile() {
- return secondMobile;
- }
- public void setSecondMobile(String secondMobile) {
- this.secondMobile = secondMobile;
- }
- public String getThirdContacts() {
- return thirdContacts;
- }
- public void setThirdContacts(String thirdContacts) {
- this.thirdContacts = thirdContacts;
- }
- public String getThirdMobile() {
- return thirdMobile;
- }
- public void setThirdMobile(String thirdMobile) {
- this.thirdMobile = thirdMobile;
- }
-
- @JsonFormat(shape = Shape.STRING)
- public Integer getListed() {
- return listed;
- }
- public void setListed(Integer listed) {
- this.listed = listed;
- }
- public Date getListedDate() {
- return listedDate;
- }
- public void setListedDate(Date listedDate) {
- this.listedDate = listedDate;
- }
-
- @JsonFormat(shape = Shape.STRING)
- public Integer getListedType() {
- return listedType;
- }
- public void setListedType(Integer listedType) {
- this.listedType = listedType;
- }
- public String getStockCode() {
- return stockCode;
- }
- public void setStockCode(String stockCode) {
- this.stockCode = stockCode;
- }
-
-
- public String getCertificateNumber() {
- return certificateNumber;
- }
- public void setCertificateNumber(String certificateNumber) {
- this.certificateNumber = certificateNumber;
- }
- public Date getIssuingDate() {
- return issuingDate;
- }
- public void setIssuingDate(Date issuingDate) {
- this.issuingDate = issuingDate;
- }
-
-
- public Integer getCogContacts() {
- return cogContacts;
- }
- public void setCogContacts(Integer cogContacts) {
- this.cogContacts = cogContacts;
- }
- public String getConsultant() {
- return consultant;
- }
- public void setConsultant(String consultant) {
- this.consultant = consultant;
- }
-
-
- public String getContactsFixedTel() {
- return contactsFixedTel;
- }
- public void setContactsFixedTel(String contactsFixedTel) {
- this.contactsFixedTel = contactsFixedTel;
- }
- public String getContactsFax() {
- return contactsFax;
- }
- public void setContactsFax(String contactsFax) {
- this.contactsFax = contactsFax;
- }
- public String getLegalPersonTel() {
- return legalPersonTel;
- }
- public void setLegalPersonTel(String legalPersonTel) {
- this.legalPersonTel = legalPersonTel;
- }
- public String getLegalPersonFax() {
- return legalPersonFax;
- }
- public void setLegalPersonFax(String legalPersonFax) {
- this.legalPersonFax = legalPersonFax;
- }
- public String getLegalPersonEmail() {
- return legalPersonEmail;
- }
- public void setLegalPersonEmail(String legalPersonEmail) {
- this.legalPersonEmail = legalPersonEmail;
- }
- public Date getRegistrationTime() {
- return registrationTime;
- }
- public void setRegistrationTime(Date registrationTime) {
- this.registrationTime = registrationTime;
- }
- public String getRatepayCode() {
- return ratepayCode;
- }
- public void setRatepayCode(String ratepayCode) {
- this.ratepayCode = ratepayCode;
- }
- public Integer getIndustry() {
- return industry;
- }
- public void setIndustry(Integer industry) {
- this.industry = industry;
- }
- public Integer getEnterpriseScale() {
- return enterpriseScale;
- }
- public void setEnterpriseScale(Integer enterpriseScale) {
- this.enterpriseScale = enterpriseScale;
- }
- public String getRegisterType() {
- return registerType;
- }
- public void setRegisterType(String registerType) {
- this.registerType = registerType;
- }
- public String getForeignInvestment() {
- return foreignInvestment;
- }
- public void setForeignInvestment(String foreignInvestment) {
- this.foreignInvestment = foreignInvestment;
- }
- public String getField() {
- return field;
- }
- public void setField(String field) {
- this.field = field;
- }
- public Integer getTaxAuthority() {
- return taxAuthority;
- }
- public void setTaxAuthority(Integer taxAuthority) {
- this.taxAuthority = taxAuthority;
- }
- public Integer getRatepayMethod() {
- return ratepayMethod;
- }
- public void setRatepayMethod(Integer ratepayMethod) {
- this.ratepayMethod = ratepayMethod;
- }
- public Integer getHighTechZone() {
- return highTechZone;
- }
- public void setHighTechZone(Integer highTechZone) {
- this.highTechZone = highTechZone;
- }
- public Integer getRiskInvestment() {
- return riskInvestment;
- }
- public void setRiskInvestment(Integer riskInvestment) {
- this.riskInvestment = riskInvestment;
- }
- public String getBusinessScope() {
- return businessScope;
- }
- public void setBusinessScope(String businessScope) {
- this.businessScope = businessScope;
- }
-
-
- public String getHighTechName() {
- return highTechName;
- }
- public void setHighTechName(String highTechName) {
- this.highTechName = highTechName;
- }
- //打款日期
- public String getPaymentDateFormattedDate(){
- if (this.paymentDate == null) {
- return null;
- } else {
- return DateFormatUtils.format(this.getPaymentDate(), AFTConstants.YYYYMMDDHHMMSS);
- }
- }
-
- public void setPaymentDateFormattedDate(String paymentDateFormattedDate){
-
- }
-
- //上市时间
- public String getListedDateFormattedDate(){
- if (this.listedDate == null) {
- return null;
- } else {
- return DateFormatUtils.format(this.getListedDate(), AFTConstants.YYYYMMDD);
- }
- }
-
- public void setListedDateFormattedDate(String listedDateFormattedDate){
-
- }
-
- //高企认定时间
- public String getIssuingDateFormattedDate(){
- if (this.issuingDate == null) {
- return null;
- } else {
- return DateFormatUtils.format(this.getIssuingDate(), AFTConstants.YYYYMMDDHHMMSS);
- }
- }
-
- public void setIssuingDateFormattedDate(String issuingDateFormattedDate){
-
- }
-
-
- }
|