mitao
2025-04-03 77341e66cc97bb5ed30ea581d07d7fa22593f2c5
ruoyi-system/src/main/java/com/ruoyi/system/dto/OfflinePayCheckDto.java
@@ -38,7 +38,11 @@
    @ApiModelProperty("支付凭证")
    private String voucher;
    @ApiModelProperty("银行流水ID")
    @NotEmpty(message = "银行流水ID不能为空")
    private String flowId;
    @ApiModelProperty("支付类型")
    @NotNull(message = "支付类型不能为空")
    private Integer payType;
}