diff --git a/dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/order/user/response/UserOrderRecordVo.java b/dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/order/user/response/UserOrderRecordVo.java index b8f5067..1b563fd 100644 --- a/dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/order/user/response/UserOrderRecordVo.java +++ b/dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/order/user/response/UserOrderRecordVo.java @@ -23,7 +23,7 @@ public class UserOrderRecordVo { @ApiModelProperty("订单时间") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") - private LocalDateTime paid_time; + private LocalDateTime paidTime; @ApiModelProperty("结算金额") private BigDecimal settlementAmount;