| | |
| | | private BigDecimal invoiceAmount; |
| | | |
| | | /** |
| | | * 来票登记id |
| | | */ |
| | | private Long ticketRegistrationId; |
| | | |
| | | /** |
| | | * 合同金额(产品含税总价) |
| | | */ |
| | | @Excel(name = "合同金额") |
| | | private BigDecimal contractAmount = BigDecimal.ZERO; |
| | | |
| | | |
| | | @TableField(exist = false) |
| | | @Schema(description = "来票金额") |
| | | @Excel(name = "已来票金额(元)") |
| | | private BigDecimal receiptPaymentAmount = BigDecimal.ZERO; |
| | | |
| | | @Schema(description = "未来票金额") |
| | | @TableField(exist = false) |
| | | @Excel(name = "未来票金额(元)") |
| | | private BigDecimal unReceiptPaymentAmount =BigDecimal.ZERO; |
| | | |
| | | @Schema(description = "文件类型 取 4") |
| | | @TableField(exist = false) |