Files
mayfly-go/server/internal/sys/consts/consts.go
2023-12-18 22:39:32 +08:00

9 lines
149 B
Go

package consts
type AccountRoleRelateType int
const (
AccountRoleBind AccountRoleRelateType = 1
AccountRoleUnbind AccountRoleRelateType = -1
)