| | |
| | | @TableField(exist = false) |
| | | private Date followUpTime; |
| | | |
| | | @Excel(name = "客户分类") |
| | | // @Excel(name = "客户分类") |
| | | private String customerType; |
| | | |
| | | /** |
| | |
| | | /** |
| | | * 公司地址 |
| | | */ |
| | | @Excel(name = "公司地址") |
| | | // @Excel(name = "公司地址") |
| | | private String companyAddress; |
| | | |
| | | /** |
| | | * 公司电话 |
| | | */ |
| | | @Excel(name = "公司电话") |
| | | // @Excel(name = "公司电话") |
| | | private String companyPhone; |
| | | |
| | | /** |
| | | * 联系人 |
| | | */ |
| | | @Excel(name = "联系人") |
| | | // @Excel(name = "联系人") |
| | | private String contactPerson; |
| | | |
| | | /** |
| | | * 联系电话 |
| | | */ |
| | | @Excel(name = "联系电话",cellType = Excel.ColumnType.STRING) |
| | | // @Excel(name = "联系电话",cellType = Excel.ColumnType.STRING) |
| | | private String contactPhone; |
| | | |
| | | /** |
| | |
| | | private String addressPhone; |
| | | |
| | | @ApiModelProperty(value = "银行基本户") |
| | | @Excel(name = "银行基本户") |
| | | // @Excel(name = "银行基本户") |
| | | private String basicBankAccount; |
| | | |
| | | @ApiModelProperty(value = "银行账号") |
| | | @Excel(name = "银行账号") |
| | | // @Excel(name = "银行账号") |
| | | private String bankAccount; |
| | | |
| | | @ApiModelProperty(value = "开户行号") |
| | | @Excel(name = "开户行号") |
| | | // @Excel(name = "开户行号") |
| | | private String bankCode; |
| | | } |