新增了立减金额1
This commit is contained in:
parent
9965d8a742
commit
83c0362ff7
@ -14,7 +14,7 @@ type SystemMemberDto struct {
|
|||||||
DiscountPrice *float64 `json:"discount_price"` // 优惠价格
|
DiscountPrice *float64 `json:"discount_price"` // 优惠价格
|
||||||
DiscountEndTime *model.LocalTime `json:"discount_end_time"` // 优惠截止时间
|
DiscountEndTime *model.LocalTime `json:"discount_end_time"` // 优惠截止时间
|
||||||
FirstTimePrice *float64 `json:"first_time_price"` // 首次购买价格
|
FirstTimePrice *float64 `json:"first_time_price"` // 首次购买价格
|
||||||
ReductionAmount *float64 `json:"Reduction amount"` // 立减金额
|
ReductionAmount *float64 `json:"reduction_amount"` // 立减金额
|
||||||
CreatedAt model.LocalTime `json:"created_at"` // 创建时间
|
CreatedAt model.LocalTime `json:"created_at"` // 创建时间
|
||||||
UpdatedAt model.LocalTime `json:"updated_at"` // 更新时间
|
UpdatedAt model.LocalTime `json:"updated_at"` // 更新时间
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user