Skip to content

super_admin超级管理员 是如何创建的 #60

Description

@ListenQ

super_admin超级管理员 是如何创建的? 是哪个端的 管理员?

class UserType(str, Enum):
    """
    用户类型
    """

    # 管理员
    SUPER_ADMIN = "super_admin"
    # 运营
    ADMIN = "admin"
    # 普通用户
    USER = "user"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions