zhengyiming
22 小时以前 6fc60fcdccd4c99e43be482ecf3757108e833c34
src/services/api/typings.d.ts
@@ -453,6 +453,11 @@
    userId?: string;
  }
  interface AddParkBountyApplyByEnterpriseInput {
    batchNo?: string;
    enterpriseMonthApplyId?: string;
  }
  interface AddParkBountyApplyStepOneInput {
    batchNo?: string;
    parkId?: string;
@@ -1290,6 +1295,10 @@
    parentId?: string;
  }
  interface APIgetAllModuleListParams {
    menuScene?: EnumMenuScene;
  }
  interface APIgetAllSubModuleParams {
    moduleId?: string;
  }
@@ -1750,6 +1759,11 @@
    id?: string;
  }
  interface APIgetRewardStatisticsMonthsParams {
    /** 所属园区Id */
    industrialParkId?: string;
  }
  interface APIgetRolesIdRolesParams {
    id: string;
  }
@@ -1842,6 +1856,12 @@
  interface APIgetUserOrRoleModuleListParams {
    id?: string;
    objectType?: number;
  }
  interface APIgetUserOrRoleModuleListParams {
    id?: string;
    menuScene?: EnumMenuScene;
    objectType?: number;
  }
@@ -4081,6 +4101,8 @@
    password?: string;
    /** 产业园区id */
    industrialParkId?: string;
    /** 统一社会信用代码 */
    societyCreditCode?: string;
  }
  interface CreateBackClientUserInput {
@@ -4101,6 +4123,7 @@
  }
  interface CreateBaseRoleInput {
    menuScene?: EnumMenuScene;
    /** 名称 */
    name?: string;
    /** 排序 */
@@ -5192,6 +5215,7 @@
  }
  interface CreateOrUpdateRoleInput {
    menuScene?: EnumMenuScene;
    /** 名称 */
    name?: string;
    /** 排序 */
@@ -5698,6 +5722,8 @@
    isSignFreeSet?: boolean;
    /** 注册时间 */
    registTime?: string;
    /** 备注 */
    remark?: string;
  }
  interface CustomerManageListOutputPageOutput {
@@ -5754,6 +5780,7 @@
    /** 申报金额 */
    applyAmount?: number;
    fileTypes?: CustomerUploadMonthApplyFileType[];
    enterpriseId?: string;
  }
  interface CustomerUploadMonthApplyFileType {
@@ -6153,6 +6180,8 @@
    remark?: string;
    /** 文件数量 */
    fileCount?: number;
    /** 企业申报材料数量 */
    enterpriseMonthApplyFileCount?: number;
    lastModificationTime?: string;
    lastModifierName?: string;
    lastModifierId?: string;
@@ -6294,6 +6323,8 @@
  type EnumElectronSignRealStatus = 0 | 10 | 99 | 100;
  type EnumElectronSignUserType = 10 | 20;
  type EnumMenuScene = 0 | 1;
  type EnumPagedListOrder = 0 | 1;
@@ -7548,6 +7579,7 @@
  interface GetCustomerUploadApplyFilesInput {
    id?: string;
    enterpriseId?: string;
    userId?: string;
    withMonth?: string;
    parkBountyApplyId?: string;
  }
@@ -7694,6 +7726,9 @@
    /** 申报金额 */
    applyAmount?: number;
    applyStatus?: EnterpriseMonthApplyStatusEnum;
    inCheckStatus?: BountyCheckStatusEnum;
    /** 自主申报的申报Id */
    parkBountyApplyId?: string;
  }
  interface GetEnterpriseMonthApplyFileOutputPageOutput {
@@ -9315,6 +9350,7 @@
    selfAuditOperatorId?: string;
    /** 江祐保上传的保单文件 */
    insureBillUrl?: string;
    auditType?: EnumParkBountyTradeDetailAuditType;
  }
  interface GetParkBountyTradeDetailOutputPageOutput {
@@ -9536,6 +9572,8 @@
    parkTypName?: string;
    /** 营业执照 */
    licenseUrl?: string;
    /** 合作协议 */
    cooperationUrl?: string;
    /** 银行总行名称 */
    bankName?: string;
    /** 银行支行名称 */
@@ -9885,6 +9923,7 @@
    pageModel?: Pagination;
    /** 查询条件:角色名称 */
    queryCondition?: string;
    menuScene?: EnumMenuScene;
  }
  interface GetSearchSettingList {
@@ -10297,6 +10336,8 @@
    bankBranchName?: string;
    bankCardNumber?: string;
    bankIsVerify?: boolean;
    /** 合作协议 */
    cooperationUrl?: string;
  }
  interface GetUserBaseInfoDataResponse {
@@ -20212,6 +20253,7 @@
  interface RoleInfo {
    /** 角色Id */
    id?: string;
    menuScene?: EnumMenuScene;
    /** 名称 */
    name?: string;
    /** 排序 */
@@ -20922,6 +20964,15 @@
    /** 用户Id */
    userId?: string;
    disabledSyncUser?: boolean;
    /** 合作协议 */
    cooperationUrl?: string;
  }
  interface SetUserEnterpiseCooperationUrlInput {
    /** 用户Id */
    userId?: string;
    /** 合作协议 */
    cooperationUrl?: string;
  }
  interface SetUserEnterpriseBankInfoInput {
@@ -23183,6 +23234,7 @@
    monthApplyId?: string;
    fileSearchTypeId?: string;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
    enterpriseId?: string;
  }
  interface UploadParkApplyCustomerFilesInput {