maven
2026-01-20 eba011c9c3a25e73763eb420e9c3275cc1112bab
src/main/java/com/ruoyi/sales/dto/ReceiptPaymentDto.java
@@ -15,6 +15,9 @@
@Data
public class ReceiptPaymentDto extends ReceiptPayment {
    @ApiModelProperty(value = "true:查询超过十五天的未回款记录")
    private Boolean timeOut;
    @ApiModelProperty(value = "客户合同号")
    @Excel(name = "客户合同号")
    private String customerContractNo;
@@ -70,6 +73,10 @@
    @Excel(name = "产品大类")
    private String productCategory;
    @ApiModelProperty(value = "规格型号")
    @Excel(name = "规格型号")
    private String specificationModel;
    @ApiModelProperty(value = "回款金额")
    @Excel(name = "回款金额")
    private BigDecimal receiptPaymentAmountTotal;