类 InvoiceApplyDetailRespDTO.InvoiceApplyLineRespDTO
java.lang.Object
com.elitesland.ystdms.fin.api.dto.resp.InvoiceApplyDetailRespDTO.InvoiceApplyLineRespDTO
开票申请明细行响应DTO
-
构造器概要
构造器构造器说明InvoiceApplyLineRespDTO(Integer lineNo, String productCode, String productName, String unitName, BigDecimal quantity, BigDecimal unitPriceExclTax, BigDecimal taxRate, BigDecimal taxAmount, BigDecimal amountExclTax, BigDecimal amountInclTax) -
方法概要
-
构造器详细资料
-
InvoiceApplyLineRespDTO
public InvoiceApplyLineRespDTO(Integer lineNo, String productCode, String productName, String unitName, BigDecimal quantity, BigDecimal unitPriceExclTax, BigDecimal taxRate, BigDecimal taxAmount, BigDecimal amountExclTax, BigDecimal amountInclTax)
-
-
方法详细资料
-
getLineNo
-
getProductCode
-
getProductName
-
getUnitName
-
getQuantity
-
getUnitPriceExclTax
-
getTaxRate
-
getTaxAmount
-
getAmountExclTax
-
getAmountInclTax
-