hsy
8 天以前 0b2c40437bee95ecca2168fb154e675bb9f0d404
src/api/srm/supplierCertificate/index.ts
@@ -1,5 +1,6 @@
import type { PageParam, PageResult } from '@vben/request';
import type { SystemStorageApi } from '#/api/system/storage';
import { requestClient } from '#/api/request';
export namespace SrmSupplierCertificateApi {
@@ -11,11 +12,13 @@
    certificateNo?: string;
    certificateType: number;
    issuingAuthority?: string;
    issueDate: string;
    expireDate: string;
    expireStatus?: number;
    validStartDate: string;
    validEndDate: string;
    status?: number;
    remark?: string;
    createTime?: string;
    blobIds?: number[];
    attachmentList?: SystemStorageApi.StorageBlob[];
  }
}