maven
2025-12-08 981d05f97e9eaf273ee82f847a365b63ed6eaed1
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;