16 小时以前 b8f3dc696c6907da579bc281e0682a0236c2e8d9
src/api/crm/followup/index.ts
@@ -1,6 +1,7 @@
import type { PageParam, PageResult } from '@vben/request';
import { requestClient } from '#/api/request';
import type { SystemStorageApi } from '#/api/system/storage';
export namespace CrmFollowUpApi {
  /** 跟进记录信息 */
@@ -11,7 +12,8 @@
    type: number; // 跟进类型
    content: string; // 跟进内容
    picUrls: string[]; // 图片
    fileUrls: string[]; // 附件
    blobIds?: number[]; // 附件 blobId 列表
    attachmentList?: SystemStorageApi.StorageBlob[]; // 附件列表
    nextTime: Date; // 下次联系时间
    businessIds: number[]; // 关联的商机编号数组
    businesses: Business[]; // 关联的商机数组