constvar/const.go @@ -52,3 +52,9 @@ CurrencyTypeEUR // 欧元 CurrencyTypeGBP // 英镑 ) type MenuType string const ( MenuTypeClient MenuType = "client" )