1
This commit is contained in:
7
common/const/enum/showhide/showhide.go
Normal file
7
common/const/enum/showhide/showhide.go
Normal file
@ -0,0 +1,7 @@
|
||||
package showhide
|
||||
|
||||
// 是否隐藏账号(通用)
|
||||
const (
|
||||
Hide = 1 // 隐藏
|
||||
Show = 3 // 显示
|
||||
)
|
||||
Reference in New Issue
Block a user