Merge branch 'feature/mall_product' into test
commit
6065350605
|
@ -50,7 +50,7 @@ public class RechargeOrderPageReqVO extends PageParam {
|
||||||
private BigDecimal payPrice;
|
private BigDecimal payPrice;
|
||||||
|
|
||||||
@Schema(description = "支付状态", example = "17413")
|
@Schema(description = "支付状态", example = "17413")
|
||||||
private Integer paid;
|
private String paid;
|
||||||
|
|
||||||
@Schema(description = "支付截止时间")
|
@Schema(description = "支付截止时间")
|
||||||
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
|
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
|
||||||
|
|
Loading…
Reference in New Issue