✨ add casbin ent adapter & code migration
This commit is contained in:
6
app/core/api/common/constant/gender.go
Normal file
6
app/core/api/common/constant/gender.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
Female int8 = iota
|
||||
Male
|
||||
)
|
Reference in New Issue
Block a user