Status: {
    auditorItems?: {
        id: string;
        type: AuditorType;
    }[];
    auditorRole: string;
    auditors?: string[];
    content?: string;
    isEnd: boolean;
    modifiedAt: string;
    remark: string;
    statusId: string;
}

工单节点信息

Type declaration

  • Optional auditorItems?: {
        id: string;
        type: AuditorType;
    }[]

    账号/员工审核人信息

  • auditorRole: string

    角色名称

  • Optional auditors?: string[]

    员工id

  • Optional content?: string

    节点名称

  • isEnd: boolean

    是否是结束节点

  • modifiedAt: string
  • remark: string

    节点备注

  • statusId: string

    节点id

    Description

    用于流转

Generated using TypeDoc