ROLE_ADMIN = 1 ROLE_AGENT = 2 ROLE_OEM=3 ROLE_LABELS: dict[int, str] = { 0: "普通用户", ROLE_ADMIN: "管理员", ROLE_AGENT: "代理", ROLE_OEM:"oem", }