|
@ -1,5 +1,6 @@ |
|
|
package com.ruoyi.system.domain; |
|
|
package com.ruoyi.system.domain; |
|
|
|
|
|
|
|
|
|
|
|
import com.ruoyi.common.annotation.FieldCompare; |
|
|
import org.apache.commons.lang3.builder.ToStringBuilder; |
|
|
import org.apache.commons.lang3.builder.ToStringBuilder; |
|
|
import org.apache.commons.lang3.builder.ToStringStyle; |
|
|
import org.apache.commons.lang3.builder.ToStringStyle; |
|
|
import com.ruoyi.common.annotation.Excel; |
|
|
import com.ruoyi.common.annotation.Excel; |
|
@ -19,106 +20,132 @@ public class SysCompanyInformation extends BaseEntity |
|
|
private Long companyId; |
|
|
private Long companyId; |
|
|
|
|
|
|
|
|
/** 企业名称 */ |
|
|
/** 企业名称 */ |
|
|
|
|
|
@FieldCompare(chineseName = "企业名称") |
|
|
@Excel(name = "企业名称") |
|
|
@Excel(name = "企业名称") |
|
|
private String enterpriseName; |
|
|
private String enterpriseName; |
|
|
|
|
|
|
|
|
/** 英文名称 */ |
|
|
/** 英文名称 */ |
|
|
|
|
|
@FieldCompare(chineseName = "英文名称") |
|
|
@Excel(name = "英文名称") |
|
|
@Excel(name = "英文名称") |
|
|
private String englishName; |
|
|
private String englishName; |
|
|
|
|
|
|
|
|
/** 公司地址 */ |
|
|
/** 公司地址 */ |
|
|
|
|
|
@FieldCompare(chineseName = "公司地址") |
|
|
@Excel(name = "公司地址") |
|
|
@Excel(name = "公司地址") |
|
|
private String companyAddress; |
|
|
private String companyAddress; |
|
|
|
|
|
|
|
|
/** 公司邮编 */ |
|
|
/** 公司邮编 */ |
|
|
|
|
|
@FieldCompare(chineseName = "公司邮编") |
|
|
@Excel(name = "公司邮编") |
|
|
@Excel(name = "公司邮编") |
|
|
private String companyPostalCode; |
|
|
private String companyPostalCode; |
|
|
|
|
|
|
|
|
/** 国家 */ |
|
|
/** 国家 */ |
|
|
|
|
|
@FieldCompare(chineseName = "国家") |
|
|
@Excel(name = "国家") |
|
|
@Excel(name = "国家") |
|
|
private String country; |
|
|
private String country; |
|
|
|
|
|
|
|
|
/** 法人代表 */ |
|
|
/** 法人代表 */ |
|
|
|
|
|
@FieldCompare(chineseName = "法人代表") |
|
|
@Excel(name = "法人代表") |
|
|
@Excel(name = "法人代表") |
|
|
private String legalRepresentative; |
|
|
private String legalRepresentative; |
|
|
|
|
|
|
|
|
/** 联系人 */ |
|
|
/** 联系人 */ |
|
|
|
|
|
@FieldCompare(chineseName = "联系人") |
|
|
@Excel(name = "联系人") |
|
|
@Excel(name = "联系人") |
|
|
private String contacts; |
|
|
private String contacts; |
|
|
|
|
|
|
|
|
/** 联系电话 */ |
|
|
/** 联系电话 */ |
|
|
|
|
|
@FieldCompare(chineseName = "联系电话") |
|
|
@Excel(name = "联系电话") |
|
|
@Excel(name = "联系电话") |
|
|
private String contactNumber; |
|
|
private String contactNumber; |
|
|
|
|
|
|
|
|
/** 传真 */ |
|
|
/** 传真 */ |
|
|
|
|
|
@FieldCompare(chineseName = "传真") |
|
|
@Excel(name = "传真") |
|
|
@Excel(name = "传真") |
|
|
private String companyFax; |
|
|
private String companyFax; |
|
|
|
|
|
|
|
|
/** 企业海关代码 */ |
|
|
/** 企业海关代码 */ |
|
|
|
|
|
@FieldCompare(chineseName = "企业海关代码") |
|
|
@Excel(name = "企业海关代码") |
|
|
@Excel(name = "企业海关代码") |
|
|
private String enterpriseCustomsCode; |
|
|
private String enterpriseCustomsCode; |
|
|
|
|
|
|
|
|
/** 企业组织代码 */ |
|
|
/** 企业组织代码 */ |
|
|
|
|
|
@FieldCompare(chineseName = "企业组织代码") |
|
|
@Excel(name = "企业组织代码") |
|
|
@Excel(name = "企业组织代码") |
|
|
private String enterpriseOrganizationCode; |
|
|
private String enterpriseOrganizationCode; |
|
|
|
|
|
|
|
|
/** 行业代码 */ |
|
|
/** 行业代码 */ |
|
|
|
|
|
@FieldCompare(chineseName = "行业代码") |
|
|
@Excel(name = "行业代码") |
|
|
@Excel(name = "行业代码") |
|
|
private String industryCode; |
|
|
private String industryCode; |
|
|
|
|
|
|
|
|
/** 企业性质 */ |
|
|
/** 企业性质 */ |
|
|
|
|
|
@FieldCompare(chineseName = "企业性质") |
|
|
@Excel(name = "企业性质") |
|
|
@Excel(name = "企业性质") |
|
|
private String enterpriseNature; |
|
|
private String enterpriseNature; |
|
|
|
|
|
|
|
|
/** 成立日期 */ |
|
|
/** 成立日期 */ |
|
|
|
|
|
@FieldCompare(chineseName = "成立日期") |
|
|
@Excel(name = "成立日期") |
|
|
@Excel(name = "成立日期") |
|
|
private String establishedTime; |
|
|
private String establishedTime; |
|
|
|
|
|
|
|
|
/** 结汇银行 */ |
|
|
/** 结汇银行 */ |
|
|
|
|
|
@FieldCompare(chineseName = "结汇银行") |
|
|
@Excel(name = "结汇银行") |
|
|
@Excel(name = "结汇银行") |
|
|
private String settlementBank; |
|
|
private String settlementBank; |
|
|
|
|
|
|
|
|
/** 结汇账号 */ |
|
|
/** 结汇账号 */ |
|
|
|
|
|
@FieldCompare(chineseName = "结汇账号") |
|
|
@Excel(name = "结汇账号") |
|
|
@Excel(name = "结汇账号") |
|
|
private String exchangeSettlementAccount; |
|
|
private String exchangeSettlementAccount; |
|
|
|
|
|
|
|
|
/** 开户银行 */ |
|
|
/** 开户银行 */ |
|
|
|
|
|
@FieldCompare(chineseName = "开户银行") |
|
|
@Excel(name = "开户银行") |
|
|
@Excel(name = "开户银行") |
|
|
private String depositBank; |
|
|
private String depositBank; |
|
|
|
|
|
|
|
|
/** 开户银行账号 */ |
|
|
/** 开户银行账号 */ |
|
|
|
|
|
@FieldCompare(chineseName = "开户银行账号") |
|
|
@Excel(name = "开户银行账号") |
|
|
@Excel(name = "开户银行账号") |
|
|
private String bankAccount; |
|
|
private String bankAccount; |
|
|
|
|
|
|
|
|
/** 邮箱 */ |
|
|
/** 邮箱 */ |
|
|
|
|
|
@FieldCompare(chineseName = "邮箱") |
|
|
@Excel(name = "邮箱") |
|
|
@Excel(name = "邮箱") |
|
|
private String companyEmail; |
|
|
private String companyEmail; |
|
|
|
|
|
|
|
|
/** 网站 */ |
|
|
/** 网站 */ |
|
|
|
|
|
@FieldCompare(chineseName = "网站") |
|
|
@Excel(name = "网站") |
|
|
@Excel(name = "网站") |
|
|
private String website; |
|
|
private String website; |
|
|
|
|
|
|
|
|
/** 进口报关员 */ |
|
|
/** 进口报关员 */ |
|
|
|
|
|
@FieldCompare(chineseName = "进口报关员") |
|
|
@Excel(name = "进口报关员") |
|
|
@Excel(name = "进口报关员") |
|
|
private String importDeclarant; |
|
|
private String importDeclarant; |
|
|
|
|
|
|
|
|
/** 出口报关员 */ |
|
|
/** 出口报关员 */ |
|
|
|
|
|
@FieldCompare(chineseName = "出口报关员") |
|
|
@Excel(name = "出口报关员") |
|
|
@Excel(name = "出口报关员") |
|
|
private String exportDeclarant; |
|
|
private String exportDeclarant; |
|
|
|
|
|
|
|
|
/** 主管外汇局 */ |
|
|
/** 主管外汇局 */ |
|
|
|
|
|
@FieldCompare(chineseName = "主管外汇局") |
|
|
@Excel(name = "主管外汇局") |
|
|
@Excel(name = "主管外汇局") |
|
|
private String exchangeOffice; |
|
|
private String exchangeOffice; |
|
|
|
|
|
|
|
|
/** RMB注册资金 */ |
|
|
/** RMB注册资金 */ |
|
|
|
|
|
@FieldCompare(chineseName = "RMB注册资金") |
|
|
@Excel(name = "RMB注册资金") |
|
|
@Excel(name = "RMB注册资金") |
|
|
private String rmbRegisteredCapital; |
|
|
private String rmbRegisteredCapital; |
|
|
|
|
|
|
|
|
/** 外币注册 */ |
|
|
/** 外币注册 */ |
|
|
|
|
|
@FieldCompare(chineseName = "外币注册") |
|
|
@Excel(name = "外币注册") |
|
|
@Excel(name = "外币注册") |
|
|
private String foreignCurrencyRegistration; |
|
|
private String foreignCurrencyRegistration; |
|
|
|
|
|
|
|
|
/** 外币注册资金 */ |
|
|
/** 外币注册资金 */ |
|
|
|
|
|
@FieldCompare(chineseName = "外币注册资金") |
|
|
@Excel(name = "外币注册资金") |
|
|
@Excel(name = "外币注册资金") |
|
|
private String registeredCapital; |
|
|
private String registeredCapital; |
|
|
|
|
|
|
|
|