liyong
2026-01-20 ca0565e53494417b3779759f8d3898e07bfd5929
src/main/java/com/ruoyi/sales/dto/ReceiptPaymentRecordDto.java
@@ -56,7 +56,7 @@
    @ApiModelProperty(value = "来款日期")
    @JsonFormat(pattern = "yyyy-MM-dd")
    @DateTimeFormat(pattern = "yyyy-MM-dd")
    @Excel(name = "来款日期",width = 30,dateFormat = "yyyy-MM-dd")
    @Excel(name = "回款日期",width = 30,dateFormat = "yyyy-MM-dd")
    private LocalDate receiptPaymentDate;
}