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