public class CustomerRate extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
BILLING_MODEL_IN
内扣
|
static Integer |
BILLING_MODEL_OUT
外扣
|
| 构造器和说明 |
|---|
CustomerRate() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getBillingMode() |
List<Long> |
getCategoryIdList() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getCustomerId() |
List<CustomerRateItem> |
getCustomerRateItemList() |
Long |
getId() |
String |
getInvoiceCategory() |
String |
getInvoiceCategoryJson() |
Long |
getServiceProviderId() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setBillingMode(Integer billingMode) |
void |
setCategoryIdList(List<Long> categoryIdList) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setCustomerId(Long customerId) |
void |
setCustomerRateItemList(List<CustomerRateItem> customerRateItemList) |
void |
setId(Long id) |
void |
setInvoiceCategory(String invoiceCategory) |
void |
setInvoiceCategoryJson(String invoiceCategoryJson) |
void |
setServiceProviderId(Long serviceProviderId) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer BILLING_MODEL_IN
public static final Integer BILLING_MODEL_OUT
public Long getId()
public void setId(Long id)
public Long getCustomerId()
public void setCustomerId(Long customerId)
public Long getServiceProviderId()
public void setServiceProviderId(Long serviceProviderId)
public Integer getBillingMode()
public void setBillingMode(Integer billingMode)
public String getInvoiceCategory()
public void setInvoiceCategory(String invoiceCategory)
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 List<CustomerRateItem> getCustomerRateItemList()
public void setCustomerRateItemList(List<CustomerRateItem> customerRateItemList)
public String getInvoiceCategoryJson()
public void setInvoiceCategoryJson(String invoiceCategoryJson)
Copyright © 2021. All rights reserved.