| | |
| | | @Excel(name = "供应商名称") |
| | | private String supplierName; |
| | | |
| | | @ApiModelProperty(value = "供应商类型") |
| | | @Excel(name = "供应商类型") |
| | | private String supplierType; |
| | | |
| | | @Excel(name = "纳税人识别号") |
| | | private String taxpayerIdentificationNum; |
| | | |
| | |
| | | @Excel(name = "账号") |
| | | private String bankAccountNum; |
| | | |
| | | @ApiModelProperty(value = "供应商类型") |
| | | @Excel(name = "供应商类型") |
| | | private String supplierType; |
| | | |
| | | @ApiModelProperty(value = "联系人") |
| | | @Excel(name = "联系人") |
| | | private String contactUserName; |
| | |
| | | SELECT |
| | | T1.id, |
| | | T1.supplier_name, |
| | | T1.supplier_type, |
| | | T1.taxpayer_identification_num, |
| | | T1.company_address, |
| | | T1.company_phone, |
| | |
| | | SELECT |
| | | T1.id, |
| | | T1.supplier_name, |
| | | T1.supplier_type, |
| | | T1.taxpayer_identification_num, |
| | | T1.company_address, |
| | | T1.company_phone, |