| | |
| | | userId?: string; |
| | | } |
| | | |
| | | interface AddParkBountyApplyByEnterpriseInput { |
| | | batchNo?: string; |
| | | enterpriseMonthApplyId?: string; |
| | | } |
| | | |
| | | interface AddParkBountyApplyStepOneInput { |
| | | batchNo?: string; |
| | | parkId?: string; |
| | |
| | | parentId?: string; |
| | | } |
| | | |
| | | interface APIgetAllModuleListParams { |
| | | menuScene?: EnumMenuScene; |
| | | } |
| | | |
| | | interface APIgetAllSubModuleParams { |
| | | moduleId?: string; |
| | | } |
| | |
| | | |
| | | interface APIgetCurrentSubModuleListParams { |
| | | moduleId?: string; |
| | | } |
| | | |
| | | interface APIgetCustomContractParamterSelectParams { |
| | | /** 客户Id */ |
| | | customerId?: string; |
| | | /** 是否默认 */ |
| | | isDefault?: boolean; |
| | | /** 合同模板Id */ |
| | | templateId?: string; |
| | | } |
| | | |
| | | interface APIgetCustomerFileTypeHeadParams { |
| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetRewardStatisticsMonthsParams { |
| | | /** 所属园区Id */ |
| | | industrialParkId?: string; |
| | | } |
| | | |
| | | interface APIgetRolesIdRolesParams { |
| | | id: string; |
| | | } |
| | |
| | | |
| | | interface APIgetUserOrRoleModuleListParams { |
| | | id?: string; |
| | | objectType?: number; |
| | | } |
| | | |
| | | interface APIgetUserOrRoleModuleListParams { |
| | | id?: string; |
| | | menuScene?: EnumMenuScene; |
| | | objectType?: number; |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | interface BatchUpdateContractParamterStatusInput { |
| | | /** 参数Id */ |
| | | ids?: string[]; |
| | | status?: EnumElectronSignContractParameterStatus; |
| | | } |
| | | |
| | | interface BatchUpdateCustomContractParamterStatusInput { |
| | | /** 客户Id */ |
| | | customerId?: string; |
| | | /** 参数Id */ |
| | | ids?: string[]; |
| | | status?: EnumElectronSignContractParameterStatus; |
| | |
| | | password?: string; |
| | | /** 产业园区id */ |
| | | industrialParkId?: string; |
| | | /** 统一社会信用代码 */ |
| | | societyCreditCode?: string; |
| | | } |
| | | |
| | | interface CreateBackClientUserInput { |
| | |
| | | } |
| | | |
| | | interface CreateBaseRoleInput { |
| | | menuScene?: EnumMenuScene; |
| | | /** 名称 */ |
| | | name?: string; |
| | | /** 排序 */ |
| | |
| | | /** 跟进备注 */ |
| | | remark?: string; |
| | | status?: CooperationApplyStatusEnum; |
| | | } |
| | | |
| | | interface CreateGovermentSubAccounts { |
| | | /** 名称 */ |
| | | name?: string; |
| | | /** 用户名 */ |
| | | userName?: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | /** 手机号 */ |
| | | phoneNumber?: string; |
| | | /** 用户端Id */ |
| | | clientId?: string; |
| | | /** 园区Ids */ |
| | | industrialParkIds?: string[]; |
| | | /** 角色 */ |
| | | roleNames?: string[]; |
| | | /** 是否理赔提醒 */ |
| | | sendClaimMessage?: boolean; |
| | | /** 是否保单到期提醒 */ |
| | | sendBillExpireMessage?: boolean; |
| | | /** 是否短信提醒 */ |
| | | isSendMessage?: boolean; |
| | | /** 是否人员变更提醒 */ |
| | | staffChangeMessage?: boolean; |
| | | /** 是否批改提醒 */ |
| | | batchUpdateMessage?: boolean; |
| | | /** 密码 */ |
| | | password?: string; |
| | | /** 主账号用户账号 */ |
| | | subAccountCreator?: string; |
| | | } |
| | | |
| | | interface CreateGoverUserInput { |
| | |
| | | isAutoSign?: boolean; |
| | | /** 自动签授权书 */ |
| | | autoSignPowerAttorneyUrl?: string; |
| | | /** 自定义内容 */ |
| | | customContents?: string[]; |
| | | /** 模板变量 */ |
| | | values: CreateOrUpdateContractTemplateValueInput[]; |
| | | } |
| | |
| | | } |
| | | |
| | | interface CreateOrUpdateRoleInput { |
| | | menuScene?: EnumMenuScene; |
| | | /** 名称 */ |
| | | name?: string; |
| | | /** 排序 */ |
| | |
| | | isSignFreeSet?: boolean; |
| | | /** 注册时间 */ |
| | | registTime?: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | } |
| | | |
| | | interface CustomerManageListOutputPageOutput { |
| | |
| | | /** 申报金额 */ |
| | | applyAmount?: number; |
| | | fileTypes?: CustomerUploadMonthApplyFileType[]; |
| | | enterpriseId?: string; |
| | | /** 是否是运营端代上传 */ |
| | | isAdminFileUpload?: boolean; |
| | | } |
| | | |
| | | interface CustomerUploadMonthApplyFileType { |
| | |
| | | remark?: string; |
| | | /** 文件数量 */ |
| | | fileCount?: number; |
| | | /** 企业申报材料数量 */ |
| | | enterpriseMonthApplyFileCount?: number; |
| | | lastModificationTime?: string; |
| | | lastModifierName?: string; |
| | | lastModifierId?: string; |
| | |
| | | type EnumElectronSignRealStatus = 0 | 10 | 99 | 100; |
| | | |
| | | type EnumElectronSignUserType = 10 | 20; |
| | | |
| | | type EnumMenuScene = 0 | 1; |
| | | |
| | | type EnumPagedListOrder = 0 | 1; |
| | | |
| | |
| | | data?: GetContractParamterListItem[]; |
| | | } |
| | | |
| | | interface GetContractTemplateCustomContentDto { |
| | | /** 合同模板Id */ |
| | | templateId?: string; |
| | | /** 变量名称 */ |
| | | label?: string; |
| | | /** 变量代码 */ |
| | | name?: string; |
| | | /** 值 */ |
| | | value?: string; |
| | | } |
| | | |
| | | interface GetContractTemplateDto { |
| | | /** Id */ |
| | | id?: string; |
| | |
| | | isAutoSign?: boolean; |
| | | /** 自动签授权书 */ |
| | | autoSignPowerAttorneyUrl?: string; |
| | | /** 模板变量 */ |
| | | customContents?: GetContractTemplateCustomContentDto[]; |
| | | /** 模板变量 */ |
| | | values?: GetContractTemplateValueDto[]; |
| | | } |
| | |
| | | startDate?: string; |
| | | /** 截止日期 */ |
| | | endDate?: string; |
| | | } |
| | | |
| | | interface GetCustomContractParamterListInput { |
| | | pageModel?: Pagination; |
| | | /** 客户Id */ |
| | | customerId?: string; |
| | | /** 关键字 */ |
| | | keywords?: string; |
| | | status?: EnumElectronSignContractParameterStatus; |
| | | } |
| | | |
| | | interface GetCustomContractParamterListItem { |
| | | /** 参数Id */ |
| | | id?: string; |
| | | /** 变量名称 */ |
| | | label?: string; |
| | | /** 变量代码 */ |
| | | name?: string; |
| | | /** 是否默认 */ |
| | | isDefault?: boolean; |
| | | status?: EnumElectronSignContractParameterStatus; |
| | | } |
| | | |
| | | interface GetCustomContractParamterListItemPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetCustomContractParamterListItem[]; |
| | | } |
| | | |
| | | interface GetCustomerDto { |
| | |
| | | interface GetCustomerUploadApplyFilesInput { |
| | | id?: string; |
| | | enterpriseId?: string; |
| | | userId?: string; |
| | | withMonth?: string; |
| | | parkBountyApplyId?: string; |
| | | } |
| | |
| | | /** 申报金额 */ |
| | | applyAmount?: number; |
| | | applyStatus?: EnterpriseMonthApplyStatusEnum; |
| | | inCheckStatus?: BountyCheckStatusEnum; |
| | | /** 自主申报的申报Id */ |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | interface GetEnterpriseMonthApplyFileOutputPageOutput { |
| | |
| | | selfAuditOperatorId?: string; |
| | | /** 江祐保上传的保单文件 */ |
| | | insureBillUrl?: string; |
| | | auditType?: EnumParkBountyTradeDetailAuditType; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutputPageOutput { |
| | |
| | | parkTypName?: string; |
| | | /** 营业执照 */ |
| | | licenseUrl?: string; |
| | | /** 合作协议 */ |
| | | cooperationUrl?: string; |
| | | /** 银行总行名称 */ |
| | | bankName?: string; |
| | | /** 银行支行名称 */ |
| | | bankBranchName?: string; |
| | | /** 银行卡号 */ |
| | | bankCardNumber?: string; |
| | | userCertificationStatus?: UserCertificationStatusEnum; |
| | | } |
| | | |
| | | interface GetParkCustomerManageOutput { |
| | |
| | | pageModel?: Pagination; |
| | | /** 月份 */ |
| | | month?: string; |
| | | /** 月份 */ |
| | | months?: string[]; |
| | | /** 所属园区Id */ |
| | | industrialParkId?: string; |
| | | /** 关键字 */ |
| | |
| | | pageModel?: Pagination; |
| | | /** 查询条件:角色名称 */ |
| | | queryCondition?: string; |
| | | menuScene?: EnumMenuScene; |
| | | } |
| | | |
| | | interface GetSearchSettingList { |
| | |
| | | bankBranchName?: string; |
| | | bankCardNumber?: string; |
| | | bankIsVerify?: boolean; |
| | | /** 合作协议 */ |
| | | cooperationUrl?: string; |
| | | } |
| | | |
| | | interface GetUserBaseInfoDataResponse { |
| | |
| | | viewAddress?: string; |
| | | levelNum?: number; |
| | | enCode?: string; |
| | | icon?: string; |
| | | hasCheck?: boolean; |
| | | isMenu?: number; |
| | | parentModuleName?: string; |
| | | } |
| | | |
| | | interface ModuleDtoV2 { |
| | | id?: string; |
| | | description?: string; |
| | | sortCode?: number; |
| | | enabledMark?: number; |
| | | parentId?: string; |
| | | name?: string; |
| | | isCache?: boolean; |
| | | path?: string; |
| | | viewAddress?: string; |
| | | levelNum?: number; |
| | | enCode?: string; |
| | | menuSource?: EnumMenuScene; |
| | | icon?: string; |
| | | hasCheck?: boolean; |
| | | isMenu?: number; |
| | |
| | | interface RoleInfo { |
| | | /** 角色Id */ |
| | | id?: string; |
| | | menuScene?: EnumMenuScene; |
| | | /** 名称 */ |
| | | name?: string; |
| | | /** 排序 */ |
| | |
| | | dataParamDefaultValue?: string; |
| | | /** 是否 不是数值参数,即无需值 */ |
| | | isNotValueParam?: boolean; |
| | | status?: EnumElectronSignContractParameterStatus; |
| | | } |
| | | |
| | | interface SaveCustomContractTemplateParamterInput { |
| | | /** 客户Id */ |
| | | customerId?: string; |
| | | /** 参数Id */ |
| | | id?: string; |
| | | /** 变量名称 */ |
| | | label?: string; |
| | | /** 变量代码 */ |
| | | name?: string; |
| | | status?: EnumElectronSignContractParameterStatus; |
| | | } |
| | | |
| | |
| | | /** 用户Id */ |
| | | userId?: string; |
| | | disabledSyncUser?: boolean; |
| | | /** 合作协议 */ |
| | | cooperationUrl?: string; |
| | | } |
| | | |
| | | interface SetUserEnterpiseCooperationUrlInput { |
| | | /** 用户Id */ |
| | | userId?: string; |
| | | /** 合作协议 */ |
| | | cooperationUrl?: string; |
| | | } |
| | | |
| | | interface SetUserEnterpriseBankInfoInput { |
| | |
| | | monthApplyId?: string; |
| | | fileSearchTypeId?: string; |
| | | listFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | enterpriseId?: string; |
| | | } |
| | | |
| | | interface UploadParkApplyCustomerFilesInput { |