2026-06-05 d1fac30e634e33edd29e3440de1f91da84c150c1
src/main/java/com/ruoyi/account/bean/dto/purchase/AccountPaymentApplicationDto.java
@@ -19,6 +19,9 @@
    @Schema(description = "审核状态:0待审核1审核通过2审核不通过")
    private Integer status;
    @Schema(description = "付款状态:0未付款 1部分付款 2已付款")
    private Integer paymentStatus;
    @Schema(description = "开始日期")
    @JsonFormat(pattern = "yyyy-MM-dd")