src/main/java/com/ruoyi/basic/pojo/SupplierManage.java
@@ -14,7 +14,7 @@
public class SupplierManage {
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    private Long id;
    @ApiModelProperty(value = "供应商名称")
    @Excel(name = "供应商名称")
@@ -28,6 +28,10 @@
    @Excel(name = "公司地址")
    private String companyAddress;
    @ApiModelProperty(value = "供应商类型")
    @Excel(name = "供应商类型(1-对公/2-对私)")
    private Integer supplierType;
    @ApiModelProperty(value = "公司电话")
    @Excel(name = "公司电话")
    private String companyPhone;