From a63566fef15a499c82a5198578d5cb99fca299d4 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期四, 20 七月 2023 14:20:58 +0800
Subject: [PATCH] add

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

diff --git a/constvar/const.go b/constvar/const.go
index c5420da..dbb8fbb 100644
--- a/constvar/const.go
+++ b/constvar/const.go
@@ -58,3 +58,12 @@
 const (
 	MenuTypeClient MenuType = "client"
 )
+
+type VettingType int
+
+const (
+	VettingTypeClient VettingType = iota + 1
+	VettingTypeSales
+	VettingTypeSalesChance
+	VettingTypeSalesChanceFollow
+)

--
Gitblit v1.8.0