| | |
| | | |
| | | @ApiModelProperty(value = "已付款总金额") |
| | | @TableField(exist = false) |
| | | @Excel(name = "已付款总金额") |
| | | private BigDecimal paymentAmountTotal; |
| | | |
| | | @ApiModelProperty(value = "未付款总金额") |
| | | @TableField(exist = false) |
| | | @Excel(name = "未付款总金额") |
| | | private BigDecimal unPaymentAmountTotal; |
| | | |
| | | @TableField(exist = false) |
| | | private Boolean status; |
| | | |
| | | @TableField(exist = false) |
| | | private String issueDateStart; |
| | | @TableField(exist = false) |
| | | private String issueDateEnd; |
| | | |
| | | @TableField(exist = false) |
| | | private String supplierNameOrContractNo; |
| | | |
| | | @ApiModelProperty(value = "录入时间") |
| | | private LocalDate enterDate; |
| | | } |