增加了会员配置首单优惠价格
This commit is contained in:
@@ -11,6 +11,7 @@ type PutSystemMember struct {
|
||||
Price float64 `json:"price" form:"price" label:"价格(原价)" validate:"required,numeric,min=0"`
|
||||
DiscountPrice *float64 `json:"discount_price" form:"discount_price" label:"优惠价格" validate:"omitempty,numeric,min=0"`
|
||||
DiscountEndTime *string `json:"discount_end_time" form:"discount_end_time" label:"优惠截止时间"`
|
||||
FirstTimePrice *float64 `json:"first_time_price" form:"first_time_price" label:"首次购买价格"`
|
||||
}
|
||||
|
||||
// AddSystemMember 新增会员配置
|
||||
@@ -19,4 +20,5 @@ type AddSystemMember struct {
|
||||
Price float64 `json:"price" form:"price" label:"价格(原价)" validate:"required,numeric,min=0"`
|
||||
DiscountPrice *float64 `json:"discount_price" form:"discount_price" label:"优惠价格" validate:"omitempty,numeric,min=0"`
|
||||
DiscountEndTime *string `json:"discount_end_time" form:"discount_end_time" label:"优惠截止时间"`
|
||||
FirstTimePrice *float64 `json:"first_time_price" form:"first_time_price" label:"首次购买价格"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user