Merge branch 'feature/mall_product' into test

feature/mall_product
tangqian 2023-06-13 16:40:38 +08:00
commit 6065350605
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class RechargeOrderPageReqVO extends PageParam {
private BigDecimal payPrice;
@Schema(description = "支付状态", example = "17413")
private Integer paid;
private String paid;
@Schema(description = "支付截止时间")
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)