| | |
| | | @Data |
| | | public class ReceiptPaymentDto extends ReceiptPayment { |
| | | |
| | | @ApiModelProperty(value = "true:查询超过十五天的未回款记录") |
| | | private Boolean timeOut; |
| | | |
| | | @ApiModelProperty(value = "客户合同号") |
| | | @Excel(name = "客户合同号") |
| | | private String customerContractNo; |
| | | |
| | | @ApiModelProperty(value = "状态") |
| | | @Excel(name = "状态") |
| | | private String statusName; |
| | | |
| | | |
| | | @ApiModelProperty(value = "客户名称") |
| | | @Excel(name = "客户名称") |
| | |
| | | @Excel(name = "开票日期",width = 30,dateFormat = "yyyy-MM-dd") |
| | | @ApiModelProperty(value = "开票日期") |
| | | private Date invoiceDate; |
| | | |
| | | @TableField(exist = false) |
| | | private String invoiceDateStart; |
| | | @TableField(exist = false) |
| | | private String invoiceDateEnd; |
| | | |
| | | @ApiModelProperty(value = "查询文本") |
| | | private String searchText; |
| | |
| | | @Excel(name = "产品大类") |
| | | private String productCategory; |
| | | |
| | | @ApiModelProperty(value = "规格型号") |
| | | @Excel(name = "规格型号") |
| | | private String specificationModel; |
| | | |
| | | @ApiModelProperty(value = "回款金额") |
| | | @Excel(name = "回款金额") |
| | | private BigDecimal receiptPaymentAmountTotal; |