From 1e7ef4a6705d59f7f3308638d44cc3b0cf340211 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期四, 29 二月 2024 17:48:10 +0800
Subject: [PATCH] 登录与生丝定价

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

diff --git a/constvar/const.go b/constvar/const.go
index 16cb4da..34d9dc1 100644
--- a/constvar/const.go
+++ b/constvar/const.go
@@ -8,3 +8,11 @@
 	DictTypeColor                    //棰滆壊
 	DictTypeSpec                     //瑙勬牸
 )
+
+type UserType int
+
+const (
+	UserTypeSuper   UserType = iota + 1 // 瓒呯骇绠$悊鍛�
+	UserTypePrimary                     // 涓昏处鎴�
+	UserTypeSub                         // 瀛愯处鎴�
+)

--
Gitblit v1.8.0