From 83c0362ff7f6d1e5801b6656df4845e4b29990f4 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Mon, 9 Sep 2024 08:52:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BA=86=E7=AB=8B=E5=87=8F?= =?UTF-8?q?=E9=87=91=E9=A2=9D1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/dto/SystemMember.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/dto/SystemMember.go b/api/dto/SystemMember.go index a664495..afb4333 100644 --- a/api/dto/SystemMember.go +++ b/api/dto/SystemMember.go @@ -14,7 +14,7 @@ type SystemMemberDto struct { DiscountPrice *float64 `json:"discount_price"` // 优惠价格 DiscountEndTime *model.LocalTime `json:"discount_end_time"` // 优惠截止时间 FirstTimePrice *float64 `json:"first_time_price"` // 首次购买价格 - ReductionAmount *float64 `json:"Reduction amount"` // 立减金额 + ReductionAmount *float64 `json:"reduction_amount"` // 立减金额 CreatedAt model.LocalTime `json:"created_at"` // 创建时间 UpdatedAt model.LocalTime `json:"updated_at"` // 更新时间 }