From 4324117e156e063cb2a266151724690bd295e180 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期二, 18 七月 2023 19:38:42 +0800
Subject: [PATCH] fix

---
 constvar/const.go |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/constvar/const.go b/constvar/const.go
index 7cdfaa5..c5420da 100644
--- a/constvar/const.go
+++ b/constvar/const.go
@@ -52,3 +52,9 @@
 	CurrencyTypeEUR                         // 娆у厓
 	CurrencyTypeGBP                         // 鑻遍晳
 )
+
+type MenuType string
+
+const (
+	MenuTypeClient MenuType = "client"
+)

--
Gitblit v1.8.0