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"` // 更新时间 }