• 查询审核工单

    Description

    staffId:通过员工拉取时的员工id;通过账号拉取不需要传递该参数

    Export

    Parameters

    • params: ListPagination & {
          beginAt?: string;
          endAt?: string;
          projectId: string;
          q?: string;
          statusId?: string;
          statusIds?: string[];
          ticketNumber?: string;
      } & CountRequest & {
          all?: boolean;
          staffId?: string;
      }

    Returns ListResponse<ListItem[], Auditors & {
        count?: Count;
    }>

Generated using TypeDoc