update seed & version

Signed-off-by: pakintada@gmail.com <Pakin>
This commit is contained in:
pakintada@gmail.com 2026-01-29 14:59:10 +07:00
parent 136eacfacf
commit bd09b189f1
3 changed files with 44 additions and 8 deletions

View file

@ -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{} {