From baef28d8e65bced2a682ce68134c9eab0d2d8394 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 25 八月 2023 14:06:13 +0800
Subject: [PATCH] fix

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

diff --git a/constvar/const.go b/constvar/const.go
index 878c215..b70189e 100644
--- a/constvar/const.go
+++ b/constvar/const.go
@@ -32,6 +32,13 @@
 	UserTypeSub                         // 瀛愯处鎴�
 )
 
+type NotAdmin int
+
+const (
+	NotAdminAll NotAdmin = iota // 鍏捣
+	NotAdminYes                 // 鎴戠殑瀹㈡埛
+)
+
 type SalesStatus int
 
 const (

--
Gitblit v1.8.0