初始化项目框架,完成部分接口开发
This commit is contained in:
6
internal/consts/user.go
Normal file
6
internal/consts/user.go
Normal file
@ -0,0 +1,6 @@
|
||||
package consts
|
||||
|
||||
const (
|
||||
UserEnable = iota + 1
|
||||
UserDisable
|
||||
)
|
||||
Reference in New Issue
Block a user