add
wangpengfei
2023-07-18 5fac03fb857cf9a160e1736a25de2c5f95f5e44f
constvar/const.go
@@ -52,3 +52,9 @@
   CurrencyTypeEUR                         // 欧元
   CurrencyTypeGBP                         // 英镑
)
type MenuType string
const (
   MenuTypeClient MenuType = "client"
)