parent
136eacfacf
commit
bd09b189f1
3 changed files with 44 additions and 8 deletions
|
|
@ -78,7 +78,7 @@ type Recipe01 struct {
|
|||
MenuStatus int `json:"MenuStatus"`
|
||||
StringParam string `json:"StringParam"`
|
||||
TextForWarningBeforePay []string `json:"TextForWarningBeforePay"`
|
||||
CashPrice int `json:"cashPrice"`
|
||||
CashPrice float64 `json:"cashPrice"`
|
||||
Changerecipe string `json:"changerecipe"`
|
||||
Disable bool `json:"disable"`
|
||||
Disable_by_cup bool `json:"disable_by_cup"`
|
||||
|
|
@ -88,7 +88,7 @@ type Recipe01 struct {
|
|||
IsUse bool `json:"isUse"`
|
||||
IsShow bool `json:"isShow"`
|
||||
Name string `json:"name"`
|
||||
NonCashPrice int `json:"nonCashPrice"`
|
||||
NonCashPrice float64 `json:"nonCashPrice"`
|
||||
OtherDescription string `json:"otherDescription"`
|
||||
OtherName string `json:"otherName"`
|
||||
ProductCode string `json:"productCode"`
|
||||
|
|
@ -99,7 +99,7 @@ type Recipe01 struct {
|
|||
Total_weight int `json:"total_weight"`
|
||||
UriData string `json:"uriData"`
|
||||
UseGram bool `json:"useGram"`
|
||||
Weight_float int `json:"weight_float"`
|
||||
Weight_float float64 `json:"weight_float"`
|
||||
}
|
||||
|
||||
func (r *Recipe01) ToMap() map[string]interface{} {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue