Role: {
    role?: "Staff" | "AccountUser";
    staffId?: string;
    username?: string;
}

角色信息

Description

员工只包含id,具体从GetAvailableAuditor/Project.status获取 role 不存在的情况下为用户身份

Type declaration

  • Optional role?: "Staff" | "AccountUser"
  • Optional staffId?: string
  • Optional username?: string

Generated using TypeDoc