maven
2025-12-09 c53f14eb5f6af3bcf9324dd16ea2d4cb6e123e00
src/main/java/com/ruoyi/sales/dto/ReceiptPaymentDto.java
@@ -19,6 +19,11 @@
    @Excel(name = "客户合同号")
    private String customerContractNo;
    @ApiModelProperty(value = "状态")
    @Excel(name = "状态")
    private String statusName;
    @ApiModelProperty(value = "客户名称")
    @Excel(name = "客户名称")
    private String customerName;