新增了立减金额1

This commit is contained in:
wucongxing8150 2024-09-09 08:52:27 +08:00
parent 9965d8a742
commit 83c0362ff7

View File

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