public class InvoiceInfo extends Object implements Serializable
| 构造器和说明 |
|---|
InvoiceInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAddress() |
String |
getBank() |
String |
getBankAccount() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getCustomerId() |
String |
getCustomerName() |
Long |
getId() |
String |
getPhone() |
String |
getTaxpayerNumber() |
Integer |
getTaxpayerType() |
String |
getTitle() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setAddress(String address) |
void |
setBank(String bank) |
void |
setBankAccount(String bankAccount) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setCustomerId(Long customerId) |
void |
setCustomerName(String customerName) |
void |
setId(Long id) |
void |
setPhone(String phone) |
void |
setTaxpayerNumber(String taxpayerNumber) |
void |
setTaxpayerType(Integer taxpayerType) |
void |
setTitle(String title) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getCustomerId()
public void setCustomerId(Long customerId)
public String getBankAccount()
public void setBankAccount(String bankAccount)
public String getPhone()
public void setPhone(String phone)
public String getAddress()
public void setAddress(String address)
public String getBank()
public void setBank(String bank)
public Integer getTaxpayerType()
public void setTaxpayerType(Integer taxpayerType)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public String getTitle()
public void setTitle(String title)
public String getTaxpayerNumber()
public void setTaxpayerNumber(String taxpayerNumber)
public String getCustomerName()
public void setCustomerName(String customerName)
Copyright © 2021. All rights reserved.