| | |
| | | moduleId?: string; |
| | | } |
| | | |
| | | interface APIgetCustomContractParamterSelectParams { |
| | | /** 客户Id */ |
| | | customerId?: string; |
| | | /** 是否默认 */ |
| | | isDefault?: boolean; |
| | | /** 合同模板Id */ |
| | | templateId?: string; |
| | | } |
| | | |
| | | interface APIgetCustomerFileTypeHeadParams { |
| | | enterpriseId?: string; |
| | | } |
| | |
| | | status?: EnumElectronSignContractParameterStatus; |
| | | } |
| | | |
| | | interface BatchUpdateCustomContractParamterStatusInput { |
| | | /** 客户Id */ |
| | | customerId?: string; |
| | | /** 参数Id */ |
| | | ids?: string[]; |
| | | status?: EnumElectronSignContractParameterStatus; |
| | | } |
| | | |
| | | interface BestSignDownloadImageDataResponse { |
| | | /** 图片文件流 */ |
| | | data?: any[]; |
| | |
| | | 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 { |
| | | /** 名称 */ |
| | | name?: string; |
| | |
| | | isAutoSign?: boolean; |
| | | /** 自动签授权书 */ |
| | | autoSignPowerAttorneyUrl?: string; |
| | | /** 自定义内容 */ |
| | | customContents?: string[]; |
| | | /** 模板变量 */ |
| | | values: CreateOrUpdateContractTemplateValueInput[]; |
| | | } |
| | |
| | | applyAmount?: number; |
| | | fileTypes?: CustomerUploadMonthApplyFileType[]; |
| | | enterpriseId?: string; |
| | | /** 是否是运营端代上传 */ |
| | | isAdminFileUpload?: boolean; |
| | | } |
| | | |
| | | interface CustomerUploadMonthApplyFileType { |
| | |
| | | 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 { |
| | |
| | | bankBranchName?: string; |
| | | /** 银行卡号 */ |
| | | bankCardNumber?: string; |
| | | userCertificationStatus?: UserCertificationStatusEnum; |
| | | } |
| | | |
| | | interface GetParkCustomerManageOutput { |
| | |
| | | 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; |
| | | parentModuleName?: string; |
| | | } |
| | | |
| | | interface ModuleExtensionDto { |
| | | entities?: Record<string, any>; |
| | | configuration?: Record<string, any>; |
| | |
| | | status?: EnumElectronSignContractParameterStatus; |
| | | } |
| | | |
| | | interface SaveCustomContractTemplateParamterInput { |
| | | /** 客户Id */ |
| | | customerId?: string; |
| | | /** 参数Id */ |
| | | id?: string; |
| | | /** 变量名称 */ |
| | | label?: string; |
| | | /** 变量代码 */ |
| | | name?: string; |
| | | status?: EnumElectronSignContractParameterStatus; |
| | | } |
| | | |
| | | interface SaveCustomerTemplateParamInput { |
| | | /** 模板id */ |
| | | lgGigWorkerCustomerTemplateId?: string; |