public class InvoiceCategory extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
TYPE_BALANCE
差额票
|
static Integer |
TYPE_COMMON
普票
|
static Integer |
TYPE_SPECIAL
专票
|
| 构造器和说明 |
|---|
InvoiceCategory() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCategory() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getRate() |
String |
getRemarks() |
Long |
getServiceProviderId() |
String |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCategory(String category) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setRate(String rate) |
void |
setRemarks(String remarks) |
void |
setServiceProviderId(Long serviceProviderId) |
void |
setType(String type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer TYPE_COMMON
public static final Integer TYPE_SPECIAL
public static final Integer TYPE_BALANCE
public Long getId()
public void setId(Long id)
public Long getServiceProviderId()
public void setServiceProviderId(Long serviceProviderId)
public String getCategory()
public void setCategory(String category)
public String getType()
public void setType(String type)
public String getRate()
public void setRate(String rate)
public String getRemarks()
public void setRemarks(String remarks)
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)
Copyright © 2021. All rights reserved.