zhengyiming
5 天以前 3d65c4337d144d9d83e37bc52cd2bf59ceab3e85
src/services/api/typings.d.ts
@@ -3638,25 +3638,6 @@
    timestamp?: number;
  }
  interface FriendlyResultListSelectOptionGuidGetEnterpriseInsuranceProductSelectQueryOption {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    /** 数据 */
    data?: SelectOptionGuidGetEnterpriseInsuranceProductSelectQueryOption[];
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultListSelectOptionGuidGetEnterpriseWalletAccessSelectQueryOption {
    /** 跟踪Id */
    traceId?: string;
@@ -3714,6 +3695,25 @@
    timestamp?: number;
  }
  interface FriendlyResultListSelectOptionNullableGuidGetEnterpriseInsuranceProductSelectQueryOption {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    /** 数据 */
    data?: SelectOptionNullableGuidGetEnterpriseInsuranceProductSelectQueryOption[];
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultListSelectOptionStringGetDictionaryDataSelectQueryResultOption {
    /** 跟踪Id */
    traceId?: string;
@@ -6541,6 +6541,8 @@
    code?: string;
    /** 任务名称 */
    taskName?: string;
    /** 任务单号 */
    taskCode?: string;
    /** 企业名称 */
    enterpriseName?: string;
    /** 结算日期 */
@@ -7205,6 +7207,8 @@
    /** 供应商Id */
    supplierEnterpriseId?: string;
    supplierEnterprise?: GetSupplierEnterpriseSelectQueryOptionEnterprise;
    /** 是否已配置保险 */
    isConfiguredInsurance?: boolean;
  }
  interface GetSupplierEnterpriseSelectQueryOptionEnterprise {
@@ -7306,6 +7310,10 @@
    timeoutServiceFee?: number;
    /** 总件数 */
    totalPieceQuantity?: number;
    /** 保险产品Id */
    insuranceProductId?: string;
    /** 保险产品名称 */
    insuranceProductName?: string;
    settlementCycle?: EnumSettlementCycle;
    /** 结算日期 */
    settlementDate?: number;
@@ -9038,14 +9046,6 @@
    data?: GetEnterpriseContractTemplateSelectQueryOption;
  }
  interface SelectOptionGuidGetEnterpriseInsuranceProductSelectQueryOption {
    /** 值 */
    value?: string;
    /** 标签 */
    label?: string;
    data?: GetEnterpriseInsuranceProductSelectQueryOption;
  }
  interface SelectOptionGuidGetEnterpriseWalletAccessSelectQueryOption {
    /** 值 */
    value?: string;
@@ -9070,6 +9070,14 @@
    data?: GetTaskSelectQueryOption;
  }
  interface SelectOptionNullableGuidGetEnterpriseInsuranceProductSelectQueryOption {
    /** 值 */
    value?: string;
    /** 标签 */
    label?: string;
    data?: GetEnterpriseInsuranceProductSelectQueryOption;
  }
  interface SelectOptionStringGetDictionaryDataSelectQueryResultOption {
    /** 值 */
    value?: string;