2026-08-12 302e8457c8d34a35d7eabbd474d98ebc16120ed2
src/api/crm/saleQuotation/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 CrmSaleQuotationApi {
  /** 报价单信息 */
@@ -20,7 +21,8 @@
    discountPercent: number;
    totalPrice: number;
    taxRate?: number;
    fileUrl?: string;
    blobIds?: number[];
    attachmentList?: SystemStorageApi.StorageBlob[];
    remark?: string;
    status: number;
    contractId?: number;