From f7d159d0c2d4cb731b2f1def5b1ac1b8a363c2c0 Mon Sep 17 00:00:00 2001 From: hujiebin Date: Thu, 9 Mar 2023 11:59:03 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E8=B0=83=E6=95=B4swag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _const/enum/country_e/enum.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_const/enum/country_e/enum.go b/_const/enum/country_e/enum.go index 1f09c39..b7ed2b9 100644 --- a/_const/enum/country_e/enum.go +++ b/_const/enum/country_e/enum.go @@ -3,7 +3,7 @@ package country_e import "git.hilo.cn/hilo-common/resource/mysql" // 国家角色 -type CountryMgrRole mysql.Type +type CountryMgrRole uint8 const ( // 国家管理员 -- 2.22.0