Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hilo-group
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujiebin
hilo-group
Commits
85b5cb66
Commit
85b5cb66
authored
Mar 31, 2023
by
hujiebin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: swagger update
parent
1b380be0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
enum.go
_const/enum/groupPower_e/enum.go
+5
-7
No files found.
_const/enum/groupPower_e/enum.go
View file @
85b5cb66
package
groupPower_e
package
groupPower_e
import
"git.hilo.cn/hilo-common/resource/mysql"
//国家势力状态
//国家势力状态
type
GroupPowerStatus
=
mysql
.
Type
type
GroupPowerStatus
=
uint8
const
(
const
(
//上架
//上架
...
@@ -15,7 +13,7 @@ const (
...
@@ -15,7 +13,7 @@ const (
)
)
//国家势力用户角色
//国家势力用户角色
type
GroupPowerUserRole
=
mysql
.
Type
type
GroupPowerUserRole
=
uint8
const
(
const
(
//普通用户
//普通用户
...
@@ -27,7 +25,7 @@ const (
...
@@ -27,7 +25,7 @@ const (
)
)
//国家势力排行榜类型
//国家势力排行榜类型
type
GroupPowerRankType
=
mysql
.
Type
type
GroupPowerRankType
=
uint8
const
(
const
(
GroupPowerRankTypeFamous
GroupPowerRankType
=
1
GroupPowerRankTypeFamous
GroupPowerRankType
=
1
...
@@ -36,7 +34,7 @@ const (
...
@@ -36,7 +34,7 @@ const (
)
)
//国家势力日志操作类型
//国家势力日志操作类型
type
GroupPowerUserLogType
=
mysql
.
Type
type
GroupPowerUserLogType
=
uint8
const
(
const
(
//加入
//加入
...
@@ -51,7 +49,7 @@ const (
...
@@ -51,7 +49,7 @@ const (
GroupPowerUserLogDissolve
GroupPowerUserLogType
=
5
GroupPowerUserLogDissolve
GroupPowerUserLogType
=
5
)
)
type
GroupPowerDiamondLogType
=
mysql
.
Type
type
GroupPowerDiamondLogType
=
uint8
const
(
const
(
//群组原因加入
//群组原因加入
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment