7 天以前 32b7c641415d83ab594f6b904829f5877c293940
src/main/java/com/ruoyi/basic/pojo/Customer.java
@@ -50,7 +50,7 @@
    @TableField(exist = false)
    private Date followUpTime;
    @Excel(name = "客户分类")
//    @Excel(name = "客户分类")
    private String customerType;
    /**
@@ -62,25 +62,25 @@
    /**
     * 公司地址
     */
    @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;
    /**
@@ -106,14 +106,14 @@
    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;
}