✨ init user created with avatar
This commit is contained in:
6
common/enum/gender.go
Normal file
6
common/enum/gender.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package enum
|
||||
|
||||
var (
|
||||
Male = "男"
|
||||
Female = "女"
|
||||
)
|
Reference in New Issue
Block a user