From afee014b0f7bec7cff1645f0a99700bbd1b47582 Mon Sep 17 00:00:00 2001 From: "996472796@qq.com" <996472796@qq.com> Date: Mon, 8 Apr 2024 13:58:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Evpi=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dam/api/query/order/user/response/UserOrderRecordVo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;