public class InvoiceOrder extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
EXPRESS_FALSE |
static Integer |
EXPRESS_TURE |
static Integer |
IS_AGENCY_FALSE |
static Integer |
IS_AGENCY_TRUE
代申请
|
static Integer |
STATUS_CHECK_PENDING
待审核
|
static Integer |
STATUS_COMPLETE
已开具
|
static Integer |
STATUS_IN_PROCESS
开具中
|
static Integer |
TYPE_BALANCE
差额票
|
static Integer |
TYPE_COMMON
普票
|
static Integer |
TYPE_SPECIAL
专票
|
| 构造器和说明 |
|---|
InvoiceOrder() |
public static final Integer TYPE_COMMON
public static final Integer TYPE_SPECIAL
public static final Integer TYPE_BALANCE
public static final Integer STATUS_CHECK_PENDING
public static final Integer STATUS_IN_PROCESS
public static final Integer STATUS_COMPLETE
public static final Integer IS_AGENCY_TRUE
public static final Integer IS_AGENCY_FALSE
public static final Integer EXPRESS_FALSE
public static final Integer EXPRESS_TURE
public Long getId()
public void setId(Long id)
public String getOrderNumber()
public void setOrderNumber(String orderNumber)
public Long getCustomerId()
public void setCustomerId(Long customerId)
public String getInvoiceTitle()
public void setInvoiceTitle(String invoiceTitle)
public Long getProjectId()
public void setProjectId(Long projectId)
public Long getServiceProviderId()
public void setServiceProviderId(Long serviceProviderId)
public String getServiceProviderName()
public void setServiceProviderName(String serviceProviderName)
public BigDecimal getExpectedAmount()
public void setExpectedAmount(BigDecimal expectedAmount)
public BigDecimal getActualAmount()
public void setActualAmount(BigDecimal actualAmount)
public String getInvoiceCategory()
public void setInvoiceCategory(String invoiceCategory)
public Integer getType()
public void setType(Integer type)
public String getInvoiceDesc()
public void setInvoiceDesc(String invoiceDesc)
public String getInvoiceCondition()
public void setInvoiceCondition(String condition)
public String getInvoiceInfo()
public void setInvoiceInfo(String invoiceInfo)
public String getAddress()
public void setAddress(String address)
public Integer getStatus()
public void setStatus(Integer status)
public Long getApplyTime()
public void setApplyTime(Long applyTime)
public Long getCheckTime()
public void setCheckTime(Long checkTime)
public String getRejectDesc()
public void setRejectDesc(String rejectDesc)
public String getExpressName()
public void setExpressName(String expressName)
public Integer getExpressStatus()
public void setExpressStatus(Integer expressStatus)
public String getExpressNumber()
public void setExpressNumber(String expressNumber)
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 Integer getIsAgency()
public void setIsAgency(Integer isAgency)
public Long getAddressId()
public void setAddressId(Long addressId)
public String getServiceProviderTaxpayerNumber()
public void setServiceProviderTaxpayerNumber(String serviceProviderTaxpayerNumber)
public String getCustomerTaxpayerNumber()
public void setCustomerTaxpayerNumber(String customerTaxpayerNumber)
Copyright © 2021. All rights reserved.