| | |
| | | @TableField("invoice_operating_license_address") |
| | | private String invoiceOperatingLicenseAddress; |
| | | |
| | | @Excel(name = "销售方地址") |
| | | @TableField("invoice_seller_address") |
| | | private String invoiceSellerAddress; |
| | | |
| | | |
| | | /** 注册固定电话 */ |
| | | @Excel(name = "注册固定电话") |
| | | |
| | | @TableField("invoice_operating_license_phone") |
| | | private String invoiceOperatingLicensePhone; |
| | | |
| | | @Excel(name = "销售方固定电话") |
| | | @TableField("invoice_seller_phone") |
| | | private String invoiceSellerPhone; |
| | | |
| | | |
| | | /** 邮箱 */ |
| | |
| | | private java.math.BigDecimal invoiceAmount; |
| | | |
| | | |
| | | /** 关联账单已开票金额 */ |
| | | @Excel(name = "关联账单已开票金额") |
| | | |
| | | @TableField("related_bill_billed_amount") |
| | | private java.math.BigDecimal relatedBillBilledAmount; |
| | | |
| | | |
| | | /** 创建人 */ |
| | | @TableField("create_by") |
| | | private String createBy; |