yudao-module-erp/src/main/java/cn/iocoder/yudao/module/erp/controller/admin/finance/vo/payment/ErpFinancePaymentPageReqVO.java
@@ -33,8 +33,8 @@ @Schema(description = "财务人员编号", example = "888") private String financeUserId; @Schema(description = "结算账户编号", example = "31189") private Long accountId; @Schema(description = "付款账户", example = "农行") private String accountName; @Schema(description = "付款状态", example = "2") private Integer status;