src/main/java/com/ruoyi/basic/pojo/SupplierManage.java
@@ -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; @@ -79,8 +83,4 @@ @ApiModelProperty(value = "租户ID") @TableField(fill = FieldFill.INSERT) private Long tenantId; @ApiModelProperty(value = "供应商类型") @TableField(value = "supplier_type") private String supplierType; }