• 获取当前员工的所有相关工单项目

    Parameters

    • staffId: string

    Returns Promise<{
        data: {
            createdAt: string;
            projectId: string;
            remark: string;
            title: string;
        }[];
    }>

Generated using TypeDoc