Files
mayfly-go/server/internal/sys/consts/consts.go

9 lines
149 B
Go
Raw Normal View History

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