From 0873199876ca5289125d8356d6a5bbc05f37dc5e Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期四, 29 二月 2024 11:42:59 +0800
Subject: [PATCH] 删除无用代码

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

diff --git a/constvar/const.go b/constvar/const.go
index c2ae672..16cb4da 100644
--- a/constvar/const.go
+++ b/constvar/const.go
@@ -1 +1,10 @@
 package constvar
+
+type DictType int
+
+const (
+	DictTypeMarket   DictType = iota //搴勫彛
+	DictTypeWorkshop                 //杞﹂棿
+	DictTypeColor                    //棰滆壊
+	DictTypeSpec                     //瑙勬牸
+)

--
Gitblit v1.8.0