| | |
| | | private BigDecimal futureTicketsAmount; |
| | | |
| | | @ApiModelProperty(value = "开票数") |
| | | private Integer invoiceNum; |
| | | private BigDecimal invoiceNum; |
| | | |
| | | @ApiModelProperty(value = "未开票数") |
| | | private Integer noInvoiceNum; |
| | | private BigDecimal noInvoiceNum; |
| | | |
| | | @ApiModelProperty(value = "开票金额") |
| | | private BigDecimal invoiceAmount; |
| | |
| | | |
| | | @ApiModelProperty(value = "本次开票数") |
| | | @TableField(exist = false) |
| | | private Integer currentInvoiceNum; |
| | | private BigDecimal currentInvoiceNum; |
| | | |
| | | @TableField(exist = false) |
| | | @ApiModelProperty(value = "本次开票金额") |
| | |
| | | |
| | | @ApiModelProperty(value = "初始未开票数") |
| | | @TableField(exist = false) |
| | | private Integer originalNoInvoiceNum; |
| | | private BigDecimal originalNoInvoiceNum; |
| | | |
| | | @ApiModelProperty(value = "临时未开票数") |
| | | @TableField(exist = false) |
| | | private BigDecimal tempNoInvoiceNum; |
| | | |
| | | @ApiModelProperty(value = "临时未开票金额") |
| | | @TableField(exist = false) |
| | | private BigDecimal tempnoInvoiceAmount; |
| | | } |