|  |  | 
 |  |  |     scope?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AcquisitionInformationListOutput { | 
 |  |  |     /** 资讯Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 作者 */ | 
 |  |  |     author?: string; | 
 |  |  |     /** 采集来源地址 仅来源为采集时有效 */ | 
 |  |  |     acquisitionSourceLink?: string; | 
 |  |  |     adoptStatus?: InformationAdoptStatusEnum; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AcquisitionInformationListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: AcquisitionInformationListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ActionApiDescriptionModel { | 
 |  |  |     uniqueName?: string; | 
 |  |  |     name?: string; | 
 |  |  | 
 |  |  |     implementFrom?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddCertifiedUserInput { | 
 |  |  |     /** 用户Id */ | 
 |  |  |   interface AddUpdateUserAccountInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     checkChannelId?: string; | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户编号 */ | 
 |  |  |     userId?: string; | 
 |  |  |     enterpriseType?: EnterpriseTypeEnum; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName: string; | 
 |  |  |     /** 营业执照文件地址 */ | 
 |  |  |     licenseUrl: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode: string; | 
 |  |  |     certificationMode?: UserCertificationModeEnum; | 
 |  |  |     /** 法人姓名 */ | 
 |  |  |     legalPersonName?: string; | 
 |  |  |     /** 法人身份证号 */ | 
 |  |  |     legalPersonIdNumber?: string; | 
 |  |  |     /** 法人手持身份证照 */ | 
 |  |  |     legalPersonIdImgUrl?: string; | 
 |  |  |     /** 法人身份证照反面 */ | 
 |  |  |     legalPersonIdBackImgUrl?: string; | 
 |  |  |     /** 是否付费 */ | 
 |  |  |     isPay?: boolean; | 
 |  |  |     /** 付费金额 */ | 
 |  |  |     payAmount?: number; | 
 |  |  |     /** 所属园区 */ | 
 |  |  |     belongPark?: string; | 
 |  |  |     /** 银行卡号 */ | 
 |  |  |     bankCardNumber?: string; | 
 |  |  |     certificationChannel?: UserCertificationChannelEnum; | 
 |  |  |     /** 用户名 */ | 
 |  |  |     userName: string; | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phoneNumber: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddEnterpriseMaterialFileInput { | 
 |  |  |     fileBusinessType?: EnterpriseMaterialFileBusinessTypeEnum; | 
 |  |  |     /** 文件url */ | 
 |  |  |     fileUrl?: string; | 
 |  |  |     /** 文件大小 */ | 
 |  |  |     fileSize?: number; | 
 |  |  |     /** 文件扩展名 */ | 
 |  |  |     fileExtension?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddEnterpriseMaterialInput { | 
 |  |  |     /** 年 */ | 
 |  |  |     year?: number; | 
 |  |  |     /** 月 */ | 
 |  |  |     month?: number; | 
 |  |  |     /** 用户id */ | 
 |  |  |     userId?: string; | 
 |  |  |     materialType?: EnterpriseMaterialTypeEnum; | 
 |  |  |     lifePayType?: LifePayOrderTypeEnum; | 
 |  |  |     /** 运营商 */ | 
 |  |  |     operators: string; | 
 |  |  |     /** 手机号/户号 */ | 
 |  |  |     content?: string; | 
 |  |  |     /** 省 */ | 
 |  |  |     province?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     city?: string; | 
 |  |  |     /** 拓展字段(电费类型) */ | 
 |  |  |     extraProperties?: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 文件列表 */ | 
 |  |  |     addEnterpriseMaterialFileList?: AddEnterpriseMaterialFileInput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddFirstPartyCompanyAuditInput { | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     /** 所属行业Id */ | 
 |  |  |     industryTypeId: string; | 
 |  |  |     firstPartyCompanyId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddFirstPartyCompanyInput { | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     /** 所属行业Id */ | 
 |  |  |     industryTypeId: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddFollowMessageInfo { | 
 |  |  |     /** 消息Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 消息内容 */ | 
 |  |  |     messageContent?: string; | 
 |  |  |     /** 消息发送时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 是否已读 */ | 
 |  |  |     isRead?: boolean; | 
 |  |  |     /** 消息类型 */ | 
 |  |  |     type?: number; | 
 |  |  |     businessBehaviorType?: MessageBusinessBehaviorTypeEnum; | 
 |  |  |     /** 业务数据 */ | 
 |  |  |     businessData?: string; | 
 |  |  |     sourceType?: MessageSourceTypeEnum; | 
 |  |  |     /** 消息发送者的用户id,来源为系统时为空 */ | 
 |  |  |     sourceId?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 名称 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 头像 */ | 
 |  |  |     avatarUrl?: string; | 
 |  |  |     userFollowStatus?: UserFollowStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddFollowMessageInfoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: AddFollowMessageInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddIncentivePaymentsInput { | 
 |  |  |     userId?: string; | 
 |  |  |     /** 奖励金金额 */ | 
 |  |  |     incentivePaymentsAmount?: number; | 
 |  |  |     /** 发放凭证 */ | 
 |  |  |     issueVouchersUrl: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddIndustrialParkInput { | 
 |  |  |     /** 园区名称 */ | 
 |  |  |     parkName: string; | 
 |  |  |     /** 负责人名称 */ | 
 |  |  |     leaderName?: string; | 
 |  |  |     /** 负责人电话 */ | 
 |  |  |     leaderMobile?: string; | 
 |  |  |     /** 园区类型 */ | 
 |  |  |     parkTypeId?: string; | 
 |  |  |     /** 注册地址 */ | 
 |  |  |     registerAddress: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddIndustryBodyAuditInput { | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     /** 机构类型Id */ | 
 |  |  |     institutionTypeId: string; | 
 |  |  |     industryBodyId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddIndustryBodyInput { | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     /** 机构类型Id */ | 
 |  |  |     institutionTypeId: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddIndustryMatingAuditInput { | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     /** 服务类型Id */ | 
 |  |  |     serviceTypeId?: string; | 
 |  |  |     /** 服务资质 */ | 
 |  |  |     serviceQualificationsUrl?: string; | 
 |  |  |     industryMatingId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddIndustryMatingInput { | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     /** 服务类型Id */ | 
 |  |  |     serviceTypeId?: string; | 
 |  |  |     /** 服务资质 */ | 
 |  |  |     serviceQualificationsUrl?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddInsurePlanInput { | 
 |  |  |     /** 保险场景码: FLEXIBLE_EMPLOYMENT-日单(实时生效);INITIATIVE_EMPLOYMENT-长期(次日0点生效) */ | 
 |  |  |     bizCode?: string; | 
 |  |  |     /** 公司Id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 险种类型: ACCIDENT: 意外险; EMPLOYER_LIABILITY: 雇主险 */ | 
 |  |  |     insuranceTypeCode?: string; | 
 |  |  |     /** 投保周期 1D  30D  360D */ | 
 |  |  |     period?: string; | 
 |  |  |     /** 保额 (分) */ | 
 |  |  |     sumInsured?: number; | 
 |  |  |     /** 投保版本 */ | 
 |  |  |     insureWay?: number; | 
 |  |  |     /** 保险机构名称 */ | 
 |  |  |     insureOrganization?: string; | 
 |  |  |     /** 设置投保起始时间 */ | 
 |  |  |     insureStartTime?: string; | 
 |  |  |     /** 预估投保截止时间 */ | 
 |  |  |     insureEndTime?: string; | 
 |  |  |     /** 投保期数 */ | 
 |  |  |     periodCount?: number; | 
 |  |  |     /** 人员类别 */ | 
 |  |  |     jobCode?: string; | 
 |  |  |     /** 产品Id */ | 
 |  |  |     productId?: string; | 
 |  |  |     /** 工作地点 */ | 
 |  |  |     companyInsureAddress?: string; | 
 |  |  |     /** 投保人数 */ | 
 |  |  |     employCount?: number; | 
 |  |  |     insStaffList?: InsureInsStaffList[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddInsureProjectInput { | 
 |  |  |     companyId?: string; | 
 |  |  |     type?: number; | 
 |  |  |     insuranceTypeCode?: string; | 
 |  |  |     /** 职业编码: default-1-一类职业; default-2-二类职业;default-3-三类职业;default-4-四类职业; */ | 
 |  |  |     jobCode?: string; | 
 |  |  |     productId?: string; | 
 |  |  |     /** 产品单价 */ | 
 |  |  |     unitPrice?: number; | 
 |  |  |     /** 保额(分) */ | 
 |  |  |     sumInsured?: number; | 
 |  |  |     /** 投保方式 10含津贴 20含猝死 30津贴+猝死 40基础全天版 50含三者全天版 */ | 
 |  |  |     insureWay?: number; | 
 |  |  |     /** 工作地点 */ | 
 |  |  |     address?: string; | 
 |  |  |     /** 场地码类型 10长期码  20时效码 */ | 
 |  |  |     qrType?: number; | 
 |  |  |     /** 状态 1启用  0禁用 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 场地码起始有效期 */ | 
 |  |  |     effectStartDateTime?: string; | 
 |  |  |     /** 场地码截止有效期 */ | 
 |  |  |     effectEndDateTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddNoticeInput { | 
 |  |  |     /** 公告标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 公告详情 */ | 
 |  |  |     content: string; | 
 |  |  |     /** 公告链接 */ | 
 |  |  |     link?: string; | 
 |  |  |     /** 公告开始时间 */ | 
 |  |  |     startTime: string; | 
 |  |  |     /** 公告到期时间 */ | 
 |  |  |     expirationTime: string; | 
 |  |  |     /** 公告排序 */ | 
 |  |  |     sort: number; | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddSysOrgInput { | 
 |  |  |     /** 组织名称 */ | 
 |  |  |     orgName: string; | 
 |  |  |     sysOrgType?: SysOrgTypeEnum; | 
 |  |  |     /** 组织地址 */ | 
 |  |  |     orgAddress?: string; | 
 |  |  |     /** 开户行 */ | 
 |  |  |     openBank?: string; | 
 |  |  |     /** 银行卡号 */ | 
 |  |  |     bankCardNo?: string; | 
 |  |  |     /** 上级组织 */ | 
 |  |  |     parentId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddSystemTemplateDataParamSettingInput { | 
 |  |  |     /** 数据参数名称 */ | 
 |  |  |     dataParamName?: string; | 
 |  |  |     /** 数据参数字段名称 */ | 
 |  |  |     dataParamNameFieldName?: string; | 
 |  |  |     /** 数据参数默认值 */ | 
 |  |  |     dataParamDefaultValue?: string; | 
 |  |  |     /** 是否 不是数值参数,即无需值 */ | 
 |  |  |     isNotValueParam?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddTradeChatRecordInput { | 
 |  |  |     /** 用户id */ | 
 |  |  |     applyUserId?: string; | 
 |  |  |     /** 关联id */ | 
 |  |  |     relationalId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddUpdateContractTemplateInput { | 
 |  |  |     /** 合同模板Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 甲方Id */ | 
 |  |  |     customerId?: string; | 
 |  |  |     /** 合同模板编号 */ | 
 |  |  |     templateId?: string; | 
 |  |  |     /** 合同模板路径 */ | 
 |  |  |     templateFileUrl?: string; | 
 |  |  |     /** 业务代码 */ | 
 |  |  |     bussinessCode?: string; | 
 |  |  |     /** 模板名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     signChannel?: SignChannelEnum; | 
 |  |  |     /** 模板编辑数据 */ | 
 |  |  |     templateEditData?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddUpdateCustomerInput { | 
 |  |  |     /** 甲方id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 企业用户Id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 甲方名称 */ | 
 |  |  |     customerName?: string; | 
 |  |  |     /** 甲方社会统一信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 甲方联系 */ | 
 |  |  |     contactMan?: string; | 
 |  |  |     /** 甲方联系电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddUpdateInsureCommonInfoInput { | 
 |  |  |     id?: string; | 
 |  |  |     commonInfoType?: CommonInfoType; | 
 |  |  |     /** 名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 联系电话或手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     /** 法人 */ | 
 |  |  |     legalPerson?: string; | 
 |  |  |     certificateType?: CertificateType; | 
 |  |  |     /** 证件号码 */ | 
 |  |  |     certificateNum?: string; | 
 |  |  |     /** 证件路径 */ | 
 |  |  |     certificateUrl?: string; | 
 |  |  |     /** 地址 */ | 
 |  |  |     address?: string; | 
 |  |  |     /** 用工企业Id */ | 
 |  |  |     useEmploerId?: string; | 
 |  |  |     /** 职业名称 */ | 
 |  |  |     jobName?: string; | 
 |  |  |     /** 职业类别 */ | 
 |  |  |     jobType?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddUserCertificationAuditDto { | 
 |  |  |     id?: string; | 
 |  |  |     auditNo?: string; | 
 |  |  |     platformServicePayId?: string; | 
 |  |  |     /** 人脸认证url */ | 
 |  |  |     faceCertificationUrl?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddUserCertificationAuditInput { | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     enterpriseType?: EnterpriseTypeEnum; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName: string; | 
 |  |  |     /** 营业执照文件地址 */ | 
 |  |  |     licenseUrl: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode: string; | 
 |  |  |     certificationMode?: UserCertificationModeEnum; | 
 |  |  |     /** 法人姓名 */ | 
 |  |  |     legalPersonName?: string; | 
 |  |  |     /** 法人身份证号 */ | 
 |  |  |     legalPersonIdNumber?: string; | 
 |  |  |     /** 法人手持身份证照 */ | 
 |  |  |     legalPersonIdImgUrl?: string; | 
 |  |  |     /** 认证联系人 */ | 
 |  |  |     certificationContact: string; | 
 |  |  |     /** 认证联系人电话 */ | 
 |  |  |     certificationContactPhone: string; | 
 |  |  |     /** 代理人姓名 */ | 
 |  |  |     proxyPersonName?: string; | 
 |  |  |     /** 代理人身份证号 */ | 
 |  |  |     proxyPersonIdNumber?: string; | 
 |  |  |     /** 代理人手持身份证照 */ | 
 |  |  |     proxyPersonIdImgUrl?: string; | 
 |  |  |     /** 企业授权书 */ | 
 |  |  |     proxyPowerAttorneyUrl?: string; | 
 |  |  |     invoicingType?: InvoicingTypeEnum; | 
 |  |  |     /** 汇款银行账号,当前仅线下支付时,用户的汇款银行账号 */ | 
 |  |  |     offlineBankCardNumber?: string; | 
 |  |  |     payType?: PayTypeEnum; | 
 |  |  |     certificationChannel?: UserCertificationChannelEnum; | 
 |  |  |     certificationElement?: UserCertificationElementEnum; | 
 |  |  |     /** 验证码 */ | 
 |  |  |     vCode?: string; | 
 |  |  |     /** 银行卡号 */ | 
 |  |  |     bankCardNumber?: string; | 
 |  |  |     /** 法人身份证照反面 */ | 
 |  |  |     legalPersonIdBackImgUrl?: string; | 
 |  |  |     /** 代理人身份证照反面 */ | 
 |  |  |     proxyPersonIdBackImgUrl?: string; | 
 |  |  |     /** 法人银行卡照片 */ | 
 |  |  |     legalPersonBankCardImgUrl?: string; | 
 |  |  |     /** 代理人银行卡照片 */ | 
 |  |  |     proxyPersonBankCardImgUrl?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddUserCertificationBaseInput { | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     enterpriseType?: EnterpriseTypeEnum; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName: string; | 
 |  |  |     /** 营业执照文件地址 */ | 
 |  |  |     licenseUrl: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode: string; | 
 |  |  |     certificationMode?: UserCertificationModeEnum; | 
 |  |  |     /** 法人姓名 */ | 
 |  |  |     legalPersonName?: string; | 
 |  |  |     /** 法人身份证号 */ | 
 |  |  |     legalPersonIdNumber?: string; | 
 |  |  |     /** 法人手持身份证照 */ | 
 |  |  |     legalPersonIdImgUrl?: string; | 
 |  |  |     /** 法人身份证照反面 */ | 
 |  |  |     legalPersonIdBackImgUrl?: string; | 
 |  |  |     /** 是否付费 */ | 
 |  |  |     isPay?: boolean; | 
 |  |  |     /** 付费金额 */ | 
 |  |  |     payAmount?: number; | 
 |  |  |     /** 所属园区 */ | 
 |  |  |     belongPark?: string; | 
 |  |  |     /** 银行卡号 */ | 
 |  |  |     bankCardNumber?: string; | 
 |  |  |     certificationChannel?: UserCertificationChannelEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddWalletAccountOpenFollowInput { | 
 |  |  |     /** 开户信息Id */ | 
 |  |  |     walletAccountOpenId?: string; | 
 |  |  |     /** 回访记录 */ | 
 |  |  |     followLog: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddWalletBatchImportTempInput { | 
 |  |  |     /** 对方证件号码 */ | 
 |  |  |     idNo: string; | 
 |  |  |     /** 对方开户行名 */ | 
 |  |  |     oppBankName: string; | 
 |  |  |     /** 对方帐号 */ | 
 |  |  |     oppAccNo: string; | 
 |  |  |     /** 对方户名 */ | 
 |  |  |     oppAccName: string; | 
 |  |  |     /** 金额 */ | 
 |  |  |     amount: number; | 
 |  |  |     /** 资金用途 */ | 
 |  |  |     useEx?: string; | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     /** 手续费 */ | 
 |  |  |     fee?: number; | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AdvertiseBoardDto { | 
 |  |  |     /** Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 广告页面 */ | 
 |  |  |     boardName?: string; | 
 |  |  |     /** 10 人资页面 20 行业资讯列表 30 我有人 */ | 
 |  |  |     pageType?: number; | 
 |  |  |     /** 广告页面X轴尺寸 */ | 
 |  |  |     pageSizeX?: number; | 
 |  |  |     /** 广告页面Y轴尺寸 */ | 
 |  |  |     pageSizeY?: number; | 
 |  |  |     /** 展示方式 1,单张展示 2,轮播 */ | 
 |  |  |     showType?: number; | 
 |  |  |     /** 0,禁用 1 启用 */ | 
 |  |  |     status?: boolean; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AdvertiseBoardDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: AdvertiseBoardDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AdvertiseBoardListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 0,禁用 1 启用 */ | 
 |  |  |     status?: boolean; | 
 |  |  |     /** 创建的开始时间 */ | 
 |  |  |     startDate?: string; | 
 |  |  |     /** 创建的结束时间 */ | 
 |  |  |     endDate?: string; | 
 |  |  |     /** 10 人资页面 20 行业资讯列表 30 我有人 */ | 
 |  |  |     pageType?: number; | 
 |  |  |     /** 广告板块名称 */ | 
 |  |  |     boardName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AdvertiseBoardStatusInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 0 禁用 1启用 */ | 
 |  |  |     status?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AdvertiseInfo { | 
 |  |  |     /** 产品广告Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 开始时间 */ | 
 |  |  |     startTime?: string; | 
 |  |  |     /** 到期时间 */ | 
 |  |  |     endTime?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     /** 广告位置:0首页一级,1首页二级,2详情页推荐 */ | 
 |  |  |     position?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AdvertiseOnShowClickInput { | 
 |  |  |     /** 广告Id */ | 
 |  |  |     advertiseOnShowId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AdvertiseOnShowDto { | 
 |  |  |     /** Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 广告位Id */ | 
 |  |  |     pageBoardId?: string; | 
 |  |  |     /** 广告名称 */ | 
 |  |  |     advertiseName?: string; | 
 |  |  |     /** 广告链接 */ | 
 |  |  |     advertiseLink?: string; | 
 |  |  |     /** 人资企业Id */ | 
 |  |  |     parkOrHrId?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contacter?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contacterPhone?: string; | 
 |  |  |     /** 广告开始时间 */ | 
 |  |  |     advertiseBeginDate?: string; | 
 |  |  |     /** 广告结束时间 */ | 
 |  |  |     advertiseEndDate?: string; | 
 |  |  |     /** 广告收费类型 0 免费 1 收费 */ | 
 |  |  |     advertiseType?: number; | 
 |  |  |     /** 广告页面 */ | 
 |  |  |     boardName?: string; | 
 |  |  |     /** 10 人资页面 20 行业资讯列表 30 我有人 */ | 
 |  |  |     pageType?: number; | 
 |  |  |     /** 广告页面X轴尺寸 */ | 
 |  |  |     pageSizeX?: number; | 
 |  |  |     /** 广告页面Y轴尺寸 */ | 
 |  |  |     pageSizeY?: number; | 
 |  |  |     /** 展示方式 1,单张展示 2,轮播 */ | 
 |  |  |     showType?: number; | 
 |  |  |     /** 0,禁用 1 启用 */ | 
 |  |  |     status?: boolean; | 
 |  |  |     /** 0,禁用 1 启用 */ | 
 |  |  |     boardStatus?: boolean; | 
 |  |  |     /** 广告排序 */ | 
 |  |  |     sort?: number; | 
 |  |  |     /** 广告创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 付费金额 */ | 
 |  |  |     payAmount?: number; | 
 |  |  |     /** 图片信息 */ | 
 |  |  |     imgInfo?: AdvertiseOnShowImgDto[]; | 
 |  |  |     /** 点击次数 */ | 
 |  |  |     clickCount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AdvertiseOnShowDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: AdvertiseOnShowDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AdvertiseOnShowImgDto { | 
 |  |  |     /** 图片信息 */ | 
 |  |  |     imgUrl?: string; | 
 |  |  |     /** 图片信息 */ | 
 |  |  |     sort?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AdvertiseOnShowListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 0,禁用 1 启用 */ | 
 |  |  |     status?: boolean; | 
 |  |  |     /** 广告开始时间的起始日期 */ | 
 |  |  |     beginStartDate?: string; | 
 |  |  |     /** 广告开始时间的结束日期 */ | 
 |  |  |     beginToDate?: string; | 
 |  |  |     /** 广告到期时间的起始日期 */ | 
 |  |  |     endStartDate?: string; | 
 |  |  |     /** 广告到期时间的结束日期 */ | 
 |  |  |     endToDate?: string; | 
 |  |  |     /** 10 人资页面 20 行业资讯列表 30 我有人 */ | 
 |  |  |     pageType?: number; | 
 |  |  |     /** 搜索关键词 */ | 
 |  |  |     searchKey?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AdvertiseOnShowStatusInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 0 禁用 1启用 */ | 
 |  |  |     status?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AdvertisePriceInfo { | 
 |  |  |     /** 广告价位配置Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 广告类型:0产品服务,1行业资讯 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 广告位置:0首页一级,1首页二级,2详情页推荐 */ | 
 |  |  |     position?: number; | 
 |  |  |     /** 状态:-10已下架,10上架/显示中 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 价格信息 */ | 
 |  |  |     prices?: PeriodPriceInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AlipayEcsignNotifyInput { | 
 |  |  |     /** 签约订单号 */ | 
 |  |  |     signOrderNo?: string; | 
 |  |  |     /** 发起签约的业务流水号 */ | 
 |  |  |     outOrderNo?: string; | 
 |  |  |     /** 订单状态:INIT-初始化,FAIL-签约失败,SUCCESS-签约成功 */ | 
 |  |  |     orderStatus?: string; | 
 |  |  |     /** 签约方案码 */ | 
 |  |  |     solutionCode?: string; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     gmtCreate?: string; | 
 |  |  |     /** 更新时间 */ | 
 |  |  |     gmtModified?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AlipayFundTransPagePayResponse { | 
 |  |  |     body?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AlipayRechargeInput { | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 转账金额 */ | 
 |  |  |     transAmount?: number; | 
 |  |  |     /** 充值备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AliRechargeInfo { | 
 |  |  |     /** 充值单号 */ | 
 |  |  |     rechargeNo?: string; | 
 |  |  |     /** 充值码地址 */ | 
 |  |  |     rechargeCodeUrl?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AliRechargeInfoAjaxResponse { | 
 |  |  |     success?: boolean; | 
 |  |  |     msg?: string; | 
 |  |  |     error?: RemoteServiceErrorInfo; | 
 |  |  |     unAuthorizedRequest?: boolean; | 
 |  |  |     result?: AliRechargeInfo; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AliRechargeInput { | 
 |  |  |     /** 充值金额,单位为元。 */ | 
 |  |  |     amount?: number; | 
 |  |  |     /** 商品描述 */ | 
 |  |  |     description?: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AllBankListOutput { | 
 |  |  |     id?: number; | 
 |  |  |     mark?: string; | 
 |  |  |     name?: string; | 
 |  |  |     isHot?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AllSubModule { | 
 |  |  |     pageButton?: ModuleButtonDto[]; | 
 |  |  |     dataButton?: ModuleButtonDto[]; | 
 |  |  |     column?: ModuleColumnDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AnyUserByBindEmailInput { | 
 |  |  |     /** 邮箱 */ | 
 |  |  |     bindEmailAddress: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AnyUserByPhoneNumberInput { | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phoneNumber: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIaccountBookQueryParams { | 
 |  |  |     walletMainId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIaddOrEditModuleStatusParams { | 
 |  |  | 
 |  |  |     isCache?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIadvertiseOffShelfParams { | 
 |  |  |     /** 资讯广告Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIadvertiseOffShelfParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIadvertiseOffShelfParams { | 
 |  |  |     /** 产品广告Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIadvertiseOnShelfParams { | 
 |  |  |     /** 资讯广告Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIadvertiseOnShelfParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIadvertiseOnShelfParams { | 
 |  |  |     /** 产品广告Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIadvertisePriceOffShelfParams { | 
 |  |  |     /** 广告价位配置Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIadvertisePriceOnShelfParams { | 
 |  |  |     /** 广告价位配置Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIapiDefinitionParams { | 
 |  |  |     includeTypes?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIattentOrNotParams { | 
 |  |  |     /** 资讯Id */ | 
 |  |  |     informationId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIattentOrNotParams { | 
 |  |  |     parkOrhrId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIattentOrNotParams { | 
 |  |  |     /** 产品Id */ | 
 |  |  |     productId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIcalculationWalletBatchImportTempPayFeeParams { | 
 |  |  |     walletAccountType?: WalletAccountTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIcheckUserCertificationRepeatParams { | 
 |  |  |     userId?: string; | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIcheckUserWalletBalanceInfoForTransferParams { | 
 |  |  |     walletAccountType?: WalletAccountTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIcreateBusinessPayDataParams { | 
 |  |  |     orderSignId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIcreateParams { | 
 |  |  | 
 |  |  |     extraProperties?: Record<string, any>; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteAdvertiseBoardParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteAdvertiseOnShowParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteAdvertisePriceParams { | 
 |  |  |     /** 广告价位配置Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteBackClientUserParams { | 
 |  |  |     /** 用户Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteCommonInfoParams { | 
 |  |  |     guid?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteConsultParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteCustomerTemplateParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteDefaultConnectionStringParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeletedInsurePlanDetailParams { | 
 |  |  |     /** 单个明细Id */ | 
 |  |  |     guid?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteHeadHunterParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteHelpQuestionParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteInformationParams { | 
 |  |  |     /** 资讯Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteInsurancePolicyParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteInsureBatchBillParams { | 
 |  |  |     guid?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteInsureConsultParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteInsureOrganizationParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteInsureProductParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteInsureProductParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteInsureProjectParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteInsureSupplierParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteLgGigWorkerSignChannelSettingParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteLgGigWorkerSignFreeSettingParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteLgGigWorkerSignSettingParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteLgGigWorkerUserParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteMatchMakingApplyParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteModuleParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteMyPurchaseParams { | 
 |  |  |     /** 产品购买Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteOrderParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteParkRewardApplyParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeletePlatUserAccountSettingParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteProductParams { | 
 |  |  |     /** 产品Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteResourceParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteTencentUserParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteTrainingParams { | 
 |  |  |   interface APIdeleteUserAccountParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteWalletBatchImportTempParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdetailParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeteleCircleFriendParams { | 
 |  |  |     /** 朋友圈消息Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeteleCircleFriendReplyParams { | 
 |  |  |     /** 评论Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIexportInsureBatchStaffParams { | 
 |  |  |     batchBillId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIexportInsureStaffParams { | 
 |  |  |     policyId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIfindByEmailParams { | 
 |  |  | 
 |  |  |     permissionName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgenTencentSigParams { | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetAdvertiseBoardInfoParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetAdvertiseOnShowInfoParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetAdvertiseOnShowListByPageTypeParams { | 
 |  |  |     pageType?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetAdvertisePriceParams { | 
 |  |  |     /** 广告类型:0产品服务,1行业资讯 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 广告位置:0首页一级,1首页二级,2详情页推荐 */ | 
 |  |  |     position?: number; | 
 |  |  |     /** 投放周期类型:1天,7周,30月,90季,365年 */ | 
 |  |  |     periodType?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetAlipayAccountParams { | 
 |  |  |     companyId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetAliRechargeStatusParams { | 
 |  |  |     /** 充值单号 */ | 
 |  |  |     rechargeNo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetAllDepartmentDropDownListParams { | 
 |  |  |     parentId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetAllSubModuleParams { | 
 |  |  |     moduleId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetBatchBillStaffListParams { | 
 |  |  |     insurancePolicyId?: string; | 
 |  |  |     batchBillId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetBusinessSettingByTypeParams { | 
 |  |  |     type?: BusinessSettingTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetCategoryMenuParams { | 
 |  |  |     catotryType?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetCategoryParams { | 
 |  |  |     /** 类别Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetCircleFriendDetailParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetCircleFriendParams { | 
 |  |  |     /** 朋友圈消息Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetCircleFriendReplyParams { | 
 |  |  |     /** 评论Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetCompanyAttestationParams { | 
 |  |  |     /** 用户认证Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetCompanyInsureAddressListParams { | 
 |  |  |     companyId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetCompanyInsureByIdParams { | 
 |  |  |     /** 入住客户Id */ | 
 |  |  |     companyId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetCompanyUserByUserIdParams { | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetCompanyUserParams { | 
 |  |  |     /** 用户Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetConsultInfoParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetCooperationApplyByIdParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetCountParams { | 
 |  |  | 
 |  |  |     moduleId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetCustomerTemplateDetailParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetCustomerTemplateListParams { | 
 |  |  |     customerId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetCustomerTemplateParamListByTemplateIdParams { | 
 |  |  |     templateId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetDefaultConnectionStringParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetElecBillInfoParams { | 
 |  |  |     transactionDetailId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetEnterpriseMaterialIdByUserIdParams { | 
 |  |  |     userId?: string; | 
 |  |  |     materialType?: EnterpriseMaterialTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetFirstCurrentUserModuleListCacheByModuleIdParams { | 
 |  |  |     moduleId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetFirstPartyCompanyAuditDatilByIdParams { | 
 |  |  |   interface APIgetIntroInfoParams { | 
 |  |  |     type?: LifePayOrderTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetLifePayChannlesDtoParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetFirstPartyCompanyDetailParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetFronConsultInfoParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetFronHeadHunterInfoParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetFronTrainingInfoParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetFrontResourceInfoByUserIdParams { | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetFrontResourceInfoParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetGigWorkerRechargeFeeDetailParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetHeadHunterInfoParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetHeadSumInfoParams { | 
 |  |  |     companyId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetHelpQuestionInfoParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetIndustryBodyAuditDatilByIdParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetIndustryBodyDetailParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetIndustryMatingAuditDatilByIdParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetIndustryMatingDetailParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetInformationAdvertiseParams { | 
 |  |  |     /** 资讯广告Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetInformationForDetailParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetInformationParams { | 
 |  |  |     /** 资讯Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetInsurancePolicyDetailPagedListHeadParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetInsureBatchBillDetailParams { | 
 |  |  |     guid?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetInsureBatchStaffParams { | 
 |  |  |     insurePolicyOperateHistoryId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetInsureCommonInfoDetailParams { | 
 |  |  |     guid?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetInsureConsultInfoByIdParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetInsureInfoParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetInsureMarketProductSettingListParams { | 
 |  |  |     insureMarketProductId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetInsureNewEffectDateTimeParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetInsureOfflineBillInfoByIdParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetInsureOrganizationInfoByIdParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetInsurePlanHeadParams { | 
 |  |  |     guid?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetInsureProductInfoByIdParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetInsureProjectByShortIdParams { | 
 |  |  |     shortId?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetInsureStatusInfoParams { | 
 |  |  |     companyId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetInsureSupplierInfoByIdParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetInsureSupplierListForSelectParams { | 
 |  |  |     suppierType?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetLgGigWorkUserDetailParams { | 
 |  |  |     id?: string; | 
 |  |  |   interface APIgetLifePayWxIndentityParams { | 
 |  |  |     /** 用户登录凭证 */ | 
 |  |  |     code?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetListParams { | 
 |  |  | 
 |  |  |     maxResultCount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetMyMessageCountParams { | 
 |  |  |     messageChatType?: MessageChatTypeEnum; | 
 |  |  |     isContainLikeFavoriteAddFollowMessageCount?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetNewestInsureConsultInfoParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetNewestParkRewardApplyInfoParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetOfflineInsureBatchBillNoPageListParams { | 
 |  |  |     insurePolicyId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetOfflineInsureBatchRefundHeadParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetOrdeForDetailByUserIdParams { | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetOrdeForDetailParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetOrderBusinessPayListParams { | 
 |  |  |     orderSignId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetOrderListForRecommendParams { | 
 |  |  |     categoryId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetParams { | 
 |  |  |     providerName?: string; | 
 |  |  |     providerKey?: string; | 
 |  |  | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetParkOrHRAdvertiseParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetParkOrHRAuditInfoByIdParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetParkOrHRInfoParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetParkRewardApplyInfoByIdParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetParkRewardDetailParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetPersonalAttestationParams { | 
 |  |  |     /** 用户认证Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetPersonalUserParams { | 
 |  |  |     /** 用户Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetPhoneNumberParams { | 
 |  |  |     code: string; | 
 |  |  |     idNum?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetPlatformContactByCategoryIdParams { | 
 |  |  |     categoryId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetPlatformServicePayStatusParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetPlatUserAccountSettingInfoParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetPlatUserAttestationInfoParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetPreViewCacheParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetProductAdvertiseParams { | 
 |  |  |     /** 产品广告Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetProductForDetailParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetProductParams { | 
 |  |  |     /** 产品Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetQrCodeByUrlParams { | 
 |  |  |     /** 地址 */ | 
 |  |  |     url?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetQrCodeLoginResultParams { | 
 |  |  |     /** 扫码登录Id */ | 
 |  |  |     uId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetResourceInfoParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  | 
 |  |  |     id: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetServeUserParams { | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetSignChannelByBussinessCodeParams { | 
 |  |  |     bussinessCode?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetSignChannelBySignIdParams { | 
 |  |  |     signId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetSignContractToOrderDtoParams { | 
 |  |  |     /** 订单签约Id */ | 
 |  |  |     orderSignId?: string; | 
 |  |  |     /** 查询类型 10甲方 20乙方 */ | 
 |  |  |     searchType?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetSignSettingByChannleParams { | 
 |  |  |     signChannel?: SignChannelEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetStaffByIdNumParams { | 
 |  |  |     code: string; | 
 |  |  |     idNum?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetStatsWalletBatchTransferDataParams { | 
 |  |  |     batchId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetSysOrgDropDownListParams { | 
 |  |  |     isCliqueOrCompany?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetTagMenuParams { | 
 |  |  |     /** 类型:0产品标签,1资讯标签,2自定义标签,3快捷评论标签 */ | 
 |  |  |     type?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetTencentUserByUserIdParams { | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetTrainingInfoParams { | 
 |  |  |   interface APIgetUserAccountDetailParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetUserCanAuthProductListParams { | 
 |  |  |     companyId?: string; | 
 |  |  |   interface APIgetUserLifePayOrderDetailParams { | 
 |  |  |     orderNo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetUserCardByIdParams { | 
 |  |  |   interface APIgetUserLifePayOrderRefundParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetUserCertApplyStatusParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetUserCertificationAuditDetailByIdParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetUserCertificationAuditStatusParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetUserCustomerAllListParams { | 
 |  |  |     companyId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetUserFollowInfoParams { | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetUserListByPhoneNumberParams { | 
 |  |  | 
 |  |  |     objectType?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetUserSimpleInfoParams { | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetUserTotalInfoParams { | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetUserWalletAccountTypeOpenInfoDropdownParams { | 
 |  |  |     isFreezeCan?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetVersionModuleListParams { | 
 |  |  |     versionId?: string; | 
 |  |  |   } | 
 |  |  | 
 |  |  |     versionId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetWalletBatchImportTempPageParams { | 
 |  |  |     batchId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetWalletBatchTransferDetailInfoParams { | 
 |  |  |     id?: string; | 
 |  |  |     isBatch?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetWalletDetailParams { | 
 |  |  |     walletMainId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetWalletPayChannelFeeSettingsParams { | 
 |  |  |     walletPayChannelId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetWalletRechargeDetailParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetWorkPlatSumInfoParams { | 
 |  |  |     companyId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetWxIndentityParams { | 
 |  |  |     /** 用户登录凭证 */ | 
 |  |  |     code?: string; | 
 |  |  |     wxMiniApp?: WxMiniAppEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetWxRechargeStatusParams { | 
 |  |  |     /** 充值单号 */ | 
 |  |  |     rechargeNo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIimportBatchTransferExcelParams { | 
 |  |  |     url?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIinsureRefundParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIisRepeatByBindEmailParams { | 
 |  |  |     bindEmail?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIisRepeatByIsRepeatByEnterpriseNameParams { | 
 |  |  |     enterpriseName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIisRepeatByPhoneNumberParams { | 
 |  |  |     phoneNumber?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APImyInformationPlaceTopParams { | 
 |  |  |     /** 资讯Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APImyPurchaseCheckParams { | 
 |  |  |     /** 产品购买Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIoffShelfParams { | 
 |  |  |     /** 资讯Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIoffShelfParams { | 
 |  |  |     /** 产品Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIonShelfParams { | 
 |  |  |     /** 资讯Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIonShelfParams { | 
 |  |  |     /** 产品Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIorderTakenNotReadCountParams { | 
 |  |  |     orderId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIqueryRechargeParams { | 
 |  |  |     bussSeqNo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIsearchParams { | 
 |  |  |     filter?: string; | 
 |  |  |     sorting?: string; | 
 |  |  |     skipCount?: number; | 
 |  |  |     maxResultCount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIsendMessageParams { | 
 |  |  |     type?: MessageBusinessTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIsetAllMessageIsReadParams { | 
 |  |  |     sourceId?: string; | 
 |  |  |     businessType?: MessageBusinessTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIsetForRoleParams { | 
 |  |  | 
 |  |  |     permissionName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIsetMessageIsReadParams { | 
 |  |  |   interface APIsetLifePayChannelsStatusParams { | 
 |  |  |     id?: string; | 
 |  |  |     status?: LifePayChannelsStatsEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APItakeOrderParams { | 
 |  |  |     orderId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APItemplateSaveParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APItencentIMCallbackHandlerParams { | 
 |  |  |     callbackCommand?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APItencentUserEnableOrForbidParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APItestCallBackParams { | 
 |  |  |     type?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APItestEventBusSendPhoneMessgeParams { | 
 |  |  |     phoneNumber?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APItestGetPlatformServicePayParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APItestPayNotifyParams { | 
 |  |  |     payType?: PayTypeEnum; | 
 |  |  |   interface APItestAliRechargeNotifyParams { | 
 |  |  |     outTradeNo?: string; | 
 |  |  |     transactionId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APItestQRCodePayParams { | 
 |  |  |     payType?: PayTypeEnum; | 
 |  |  |     outTradeNo?: string; | 
 |  |  |     description?: string; | 
 |  |  |     amount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APItestRetturnResultParams { | 
 |  |  |     phoneNumber?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APItestSendPhoneMessgeParams { | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     tradeNo?: string; | 
 |  |  |     success?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIupdateDefaultConnectionStringParams { | 
 |  |  |     id?: string; | 
 |  |  |     defaultConnectionString?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIupdateInsureBillSetFailtureParams { | 
 |  |  |     guid?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIupdateInsureEffectDateTimeParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIupdateInsureProductStatusParams { | 
 |  |  |     id?: string; | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIupdateInsureProjectStatusParams { | 
 |  |  |     id?: string; | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIupdateParams { | 
 |  |  | 
 |  |  |  | 
 |  |  |   interface APIupdateRolesParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIuploadBatchInsureFailureParams { | 
 |  |  |     batchBillId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIuserEnableOrForbidParams { | 
 |  |  |     /** 用户Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIvatLicenseParams { | 
 |  |  |     url?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIwxMiniAppUserLoginParams { | 
 |  |  |     /** 用户登录凭证 */ | 
 |  |  |     code?: string; | 
 |  |  |     wxMiniApp?: WxMiniAppEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ApplicationApiDescriptionModel { | 
 |  |  | 
 |  |  |     values?: Record<string, any>; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ApplyBankWalletAccountOpenInput { | 
 |  |  |     userId?: string; | 
 |  |  |     /** 注册地址省code */ | 
 |  |  |     registerAddressProvinceCode: number; | 
 |  |  |     /** 注册地址市code */ | 
 |  |  |     registerAddressCityCode?: number; | 
 |  |  |     /** 注册地址区县code */ | 
 |  |  |     registerAddressCountyCode?: number; | 
 |  |  |     /** 注册地址省 */ | 
 |  |  |     registerAddressProvinceName?: string; | 
 |  |  |     /** 注册地址市 */ | 
 |  |  |     registerAddressCityName?: string; | 
 |  |  |     /** 注册地址区县 */ | 
 |  |  |     registerAddressCountyName?: string; | 
 |  |  |     /** 注册详细地址 */ | 
 |  |  |     registerAddressDetail: string; | 
 |  |  |     /** 实际经营地址省code */ | 
 |  |  |     actualAddressProvinceCode: number; | 
 |  |  |     /** 实际经营地址市code */ | 
 |  |  |     actualAddressCityCode?: number; | 
 |  |  |     /** 实际经营地址区县code */ | 
 |  |  |     actualAddressCountyCode?: number; | 
 |  |  |     /** 实际经营地址省 */ | 
 |  |  |     actualAddressProvinceName?: string; | 
 |  |  |     /** 实际经营地址市 */ | 
 |  |  |     actualAddressCityName?: string; | 
 |  |  |     /** 实际经营地址区县 */ | 
 |  |  |     actualAddressCountyName?: string; | 
 |  |  |     /** 实际经营详细地址 */ | 
 |  |  |     actualAddressDetail: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contacter: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contacterPhone: string; | 
 |  |  |     /** 营业执照文件地址 */ | 
 |  |  |     licenseUrl: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ApplyGigWorkerRechargeFeeInput { | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 汇款日期 */ | 
 |  |  |     transferDate?: string; | 
 |  |  |     /** 汇款金额 */ | 
 |  |  |     amount?: number; | 
 |  |  |     /** 电子回单文件 */ | 
 |  |  |     eleBillUrl?: string; | 
 |  |  |     status?: LgGigWorkerRechargeStatusEnum; | 
 |  |  |     /** 收款账户名称 */ | 
 |  |  |     receiveName?: string; | 
 |  |  |     /** 收款账户所属银行 */ | 
 |  |  |     receiveBankName?: string; | 
 |  |  |     /** 收款账户号 */ | 
 |  |  |     receiveAccount?: string; | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ApplyMatchMakingInput { | 
 |  |  |     /** 订单ID */ | 
 |  |  |     orderId?: string; | 
 |  |  |     /** 申请用户id */ | 
 |  |  |     applyUserId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ApplyUserCertificateInput { | 
 |  |  |     userId?: string; | 
 |  |  |     /** 手机号 */ | 
 |  |  |     mobile?: string; | 
 |  |  |     /** 验证码 */ | 
 |  |  |     verificationCode?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ApplyWalletBatchTransferForOrderSettleInput { | 
 |  |  |     walletAccountType?: WalletAccountTypeEnum; | 
 |  |  |     payType?: WalletPayTypeEnum; | 
 |  |  |     /** 资金用途 */ | 
 |  |  |     useEx: string; | 
 |  |  |     /** 合同、协议 */ | 
 |  |  |     contractUrl: string; | 
 |  |  |     /** 工资明细 */ | 
 |  |  |     salaryExcelUrl: string; | 
 |  |  |     /** 发起操作的用户id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 批量id */ | 
 |  |  |     batchId?: string; | 
 |  |  |     /** 付款方详细数据 */ | 
 |  |  |     walletBatchDetailDataList?: AddWalletBatchImportTempInput[]; | 
 |  |  |     orderSettleId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ApplyWalletBatchTransferInput { | 
 |  |  |     walletAccountType?: WalletAccountTypeEnum; | 
 |  |  |     payType?: WalletPayTypeEnum; | 
 |  |  |     /** 资金用途 */ | 
 |  |  |     useEx: string; | 
 |  |  |     /** 合同、协议 */ | 
 |  |  |     contractUrl: string; | 
 |  |  |     /** 工资明细 */ | 
 |  |  |     salaryExcelUrl: string; | 
 |  |  |     /** 发起操作的用户id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 批量id */ | 
 |  |  |     batchId?: string; | 
 |  |  |     /** 付款方详细数据 */ | 
 |  |  |     walletBatchDetailDataList?: AddWalletBatchImportTempInput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ApplyWalletSingleTransferForOrderSettleInput { | 
 |  |  |     userId?: string; | 
 |  |  |     walletAccountType: WalletAccountTypeEnum; | 
 |  |  |     payType?: WalletPayTypeEnum; | 
 |  |  |     /** 收款人账户 */ | 
 |  |  |     inAcctNo: string; | 
 |  |  |     /** 收款人账户户名 */ | 
 |  |  |     inAcctName: string; | 
 |  |  |     inAccountType?: TransAccountTypeEnum; | 
 |  |  |     outAccountType?: TransAccountTypeEnum; | 
 |  |  |     /** 收款方行名 */ | 
 |  |  |     inBankName?: string; | 
 |  |  |     /** 转出金额 */ | 
 |  |  |     tranAmount?: number; | 
 |  |  |     /** 资金用途 */ | 
 |  |  |     useEx: string; | 
 |  |  |     /** 合同、协议 */ | 
 |  |  |     contractUrl: string; | 
 |  |  |     /** 支付凭证 */ | 
 |  |  |     payVoucherUrl?: string; | 
 |  |  |     /** 支付凭证 */ | 
 |  |  |     payVoucherName?: string; | 
 |  |  |     /** 合同/协议名称 */ | 
 |  |  |     contractName: string; | 
 |  |  |     /** 附言 */ | 
 |  |  |     postscript?: string; | 
 |  |  |     orderSettleId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ApplyWalletSingleTransferInput { | 
 |  |  |     userId?: string; | 
 |  |  |     walletAccountType: WalletAccountTypeEnum; | 
 |  |  |     payType?: WalletPayTypeEnum; | 
 |  |  |     /** 收款人账户 */ | 
 |  |  |     inAcctNo: string; | 
 |  |  |     /** 收款人账户户名 */ | 
 |  |  |     inAcctName: string; | 
 |  |  |     inAccountType?: TransAccountTypeEnum; | 
 |  |  |     outAccountType?: TransAccountTypeEnum; | 
 |  |  |     /** 收款方行名 */ | 
 |  |  |     inBankName?: string; | 
 |  |  |     /** 转出金额 */ | 
 |  |  |     tranAmount?: number; | 
 |  |  |     /** 资金用途 */ | 
 |  |  |     useEx: string; | 
 |  |  |     /** 合同、协议 */ | 
 |  |  |     contractUrl: string; | 
 |  |  |     /** 支付凭证 */ | 
 |  |  |     payVoucherUrl?: string; | 
 |  |  |     /** 支付凭证 */ | 
 |  |  |     payVoucherName?: string; | 
 |  |  |     /** 合同/协议名称 */ | 
 |  |  |     contractName: string; | 
 |  |  |     /** 附言 */ | 
 |  |  |     postscript?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AreaDto { | 
 |  |  |     /** 编码 */ | 
 |  |  |     areaCode?: number; | 
 |  |  | 
 |  |  |     quickQuery?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AttestationV2Info { | 
 |  |  |     /** 用户认证Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 联系人:类型为个人时联系人为申请时姓名 */ | 
 |  |  |     contacter?: string; | 
 |  |  |     /** 用户手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     /** 注册类型:1为企业,2为个人 */ | 
 |  |  |     registType?: number; | 
 |  |  |     authType?: EnterpriseTypeEnum; | 
 |  |  |     /** 企业名称/个人姓名 */ | 
 |  |  |     customerName?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 营业执照文件地址 */ | 
 |  |  |     licenseUrl?: string; | 
 |  |  |     status?: UserCertificationStatusEnum; | 
 |  |  |     /** 注册日期 */ | 
 |  |  |     registDate?: string; | 
 |  |  |     /** 是否付费 */ | 
 |  |  |     isPay?: boolean; | 
 |  |  |     /** 付费金额 */ | 
 |  |  |     payAmount?: number; | 
 |  |  |     belongPark?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contacterPhone?: string; | 
 |  |  |     /** 认证时间 */ | 
 |  |  |     certificationDate?: string; | 
 |  |  |     /** 名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 登录用户名 */ | 
 |  |  |     userName?: string; | 
 |  |  |     lastLoginTime?: string; | 
 |  |  |     /** 产品数量(审核通过的数量) */ | 
 |  |  |     productCount?: number; | 
 |  |  |     /** 资讯数量(审核通过的数量) */ | 
 |  |  |     informationCount?: number; | 
 |  |  |     /** 账户是否锁住(是否禁用) */ | 
 |  |  |     isLocked?: boolean; | 
 |  |  |     /** 绑定邮箱地址 */ | 
 |  |  |     bindEmailAddress?: string; | 
 |  |  |     canLoginUserSign?: CanLoginUserSignEnum; | 
 |  |  |     bussinessCode?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AuditGigWorkerRechargeFeeInput { | 
 |  |  |     id?: string; | 
 |  |  |     auditStatus?: LgGigWorkerRechargeStatusEnum; | 
 |  |  |     /** 审核理由 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |     /** 审核人 */ | 
 |  |  |     checkUserId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AuditWalletBatchTransferDetailInput { | 
 |  |  |     id?: string; | 
 |  |  |     opStatus?: BatchIssuanceRegulatorsStatusEnum; | 
 |  |  |     /** 审核理由 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AuditWalletBatchTransferInput { | 
 |  |  |     id?: string; | 
 |  |  |     opStatus?: WalletTransferStatusEnum; | 
 |  |  |     /** 审核理由 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AuditWalletSingleTransferInput { | 
 |  |  |     id?: string; | 
 |  |  |     auditStatus?: WalletTransferStatusEnum; | 
 |  |  |     /** 审核理由 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |     /** 审核人 */ | 
 |  |  |     checkUserId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AuthInsureMarkProductDto { | 
 |  |  |     productId?: string; | 
 |  |  |     productName?: string; | 
 |  |  |     schemeTypeCount?: number; | 
 |  |  |     schemeName?: string[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface BankNoQueryItemOutput { | 
 |  |  |     nodeName?: string; | 
 |  |  |     nodeCode?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface BankNoQueryOutput { | 
 |  |  |     bankNo?: string; | 
 |  |  |     bankName?: string; | 
 |  |  |     size?: string; | 
 |  |  |     list?: BankNoQueryItemOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface BaseAuthorizeDto { | 
 |  |  |     moduleType?: number; | 
 |  |  |     moduleId?: string; | 
 |  |  | 
 |  |  |     objectId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface BaseIdInput { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type BatchBillCheckStatus = 4 | 6 | 10 | 15 | 20 | 30 | -20 | -10; | 
 |  |  |  | 
 |  |  |   interface BatchInquiriesItem { | 
 |  |  |     sThirdVoucher?: string; | 
 |  |  |     cstInnerFlowNo?: string; | 
 |  |  |     idType?: string; | 
 |  |  |     idNo?: string; | 
 |  |  |     oppAccNo?: string; | 
 |  |  |     oppAccName?: string; | 
 |  |  |     amount?: string; | 
 |  |  |     postScript?: string; | 
 |  |  |     fee?: string; | 
 |  |  |     stt?: string; | 
 |  |  |     sttInfo?: string; | 
 |  |  |     remarkFCR?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface BatchInquiriesRegulatorsInput { | 
 |  |  |     mrchCode: string; | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     thirdVoucher: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface BatchInquiriesRegulatorsOutput { | 
 |  |  |     thirdVoucher?: string; | 
 |  |  |     bStt?: string; | 
 |  |  |     busiType?: string; | 
 |  |  |     payType?: string; | 
 |  |  |     currency?: string; | 
 |  |  |     srcAccNo?: string; | 
 |  |  |     totalNum?: string; | 
 |  |  |     totalAmount?: string; | 
 |  |  |     settleType?: string; | 
 |  |  |     bussFlowNo?: string; | 
 |  |  |     hostFlowNo?: string; | 
 |  |  |     hostBusinessNo?: string; | 
 |  |  |     list?: BatchInquiriesItem[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface BatchIssuanceItem { | 
 |  |  |     sThirdVoucher?: string; | 
 |  |  |     oppAccNo?: string; | 
 |  |  |     oppAccName?: string; | 
 |  |  |     amount?: string; | 
 |  |  |     postScript?: string; | 
 |  |  |     fee?: string; | 
 |  |  |     stt?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface BatchIssuanceRegulatorsInput { | 
 |  |  |     mrchCode: string; | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     thirdVoucher: string; | 
 |  |  |     agreE_NO?: string; | 
 |  |  |     busiType: string; | 
 |  |  |     payType: string; | 
 |  |  |     currency: string; | 
 |  |  |     srcAccNo: string; | 
 |  |  |     totalNum: string; | 
 |  |  |     totalAmount: string; | 
 |  |  |     settleType: string; | 
 |  |  |     freezeNo: string; | 
 |  |  |     batchOrdRemark?: string; | 
 |  |  |     hoResultSet4047R?: HOResultSet4047RItem[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface BatchIssuanceRegulatorsOutput { | 
 |  |  |     thirdVoucher?: string; | 
 |  |  |     payType?: string; | 
 |  |  |     srcAccNo?: string; | 
 |  |  |     totalNum?: string; | 
 |  |  |     totalAmount?: string; | 
 |  |  |     bussFlowNo?: string; | 
 |  |  |     freezeNo?: string; | 
 |  |  |     list?: BatchIssuanceItem[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type BatchIssuanceRegulatorsStatusEnum = 3 | 4 | 10; | 
 |  |  |  | 
 |  |  |   interface BatchRefundInfoDetailInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     insurePolicyOperateHistoryId?: string; | 
 |  |  |     status?: InsureRefundStatusEnum; | 
 |  |  |     keyWord?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface BatchRefundInfoDetailOutput { | 
 |  |  |     insurancePolicyDetailId?: string; | 
 |  |  |     /** 姓名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 身份证号 */ | 
 |  |  |     idNumber?: string; | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     status?: InsureRefundStatusEnum; | 
 |  |  |     effectStartTime?: string; | 
 |  |  |     effectEndTime?: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface BatchRefundInfoDetailOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: BatchRefundInfoDetailOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface BatchRefundInfoOutput { | 
 |  |  |     insurancePolicyId?: string; | 
 |  |  |     /** 投保方式 10线上投保  20线下投保 */ | 
 |  |  |     insureOnlineType?: number; | 
 |  |  |     /** 保险编号 */ | 
 |  |  |     serialNum?: string; | 
 |  |  |     /** 人资机构Id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 人资机构名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 退保申请日期 */ | 
 |  |  |     applyTime?: string; | 
 |  |  |     /** 费用 */ | 
 |  |  |     amountPremium?: number; | 
 |  |  |     /** 起始日期 */ | 
 |  |  |     insureStartDate?: string; | 
 |  |  |     /** 截止日期 */ | 
 |  |  |     insureEndDate?: string; | 
 |  |  |     /** 投保类型(投保的险种编码: ACCIDENT: 意外险, EMPLOYER_LIABILITY: 雇主险) */ | 
 |  |  |     insuranceTypeCode?: string; | 
 |  |  |     /** 线下投保方案 */ | 
 |  |  |     schemeType?: string; | 
 |  |  |     /** 投保方案 */ | 
 |  |  |     sumInsured?: number; | 
 |  |  |     /** 退保申请人数 */ | 
 |  |  |     numberOfInsured?: number; | 
 |  |  |     /** 退保成功人数 */ | 
 |  |  |     numberOfSuccess?: number; | 
 |  |  |     /** 退保失败人数 */ | 
 |  |  |     numberOfFailed?: number; | 
 |  |  |     /** 投保方式(保障周期:1D,30D,360D) */ | 
 |  |  |     period?: string; | 
 |  |  |     /** 投保方式 10含津贴 20含猝死 30津贴+猝死 40基础全天版 50含三者全天版 */ | 
 |  |  |     insureWay?: number; | 
 |  |  |     /** 人员分类 */ | 
 |  |  |     jobCode?: string; | 
 |  |  |     status?: InsureRefundStatusEnum; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 保险名称 */ | 
 |  |  |     productName?: string; | 
 |  |  |     effectStartTime?: string; | 
 |  |  |     effectEndTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface BatchRefundInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 投保方式 10线上投保  20线下投保 */ | 
 |  |  |     insureOnlineType?: number; | 
 |  |  |     /** 投保方式(保障周期:1D,30D,360D) */ | 
 |  |  |     period?: string; | 
 |  |  |     /** 投保类型(投保的险种编码: ACCIDENT: 意外险, EMPLOYER_LIABILITY: 雇主险) */ | 
 |  |  |     insuranceTypeCode?: string; | 
 |  |  |     /** 退保申请开始日期 */ | 
 |  |  |     insureApplyStartDate?: string; | 
 |  |  |     /** 退保申请结束日期 */ | 
 |  |  |     insureApplyEndDate?: string; | 
 |  |  |     isBack?: boolean; | 
 |  |  |     status?: InsureRefundStatusEnum; | 
 |  |  |     /** 公司名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 保险到期天数 */ | 
 |  |  |     insureEndDays?: number; | 
 |  |  |     /** 数据类型 1退保 2批增 */ | 
 |  |  |     operateType?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface BatchRefundOutput { | 
 |  |  |     userId?: string; | 
 |  |  |     insurancePolicyId?: string; | 
 |  |  |     insurePolicyOperateHistoryId?: string; | 
 |  |  |     /** 投保编号 */ | 
 |  |  |     serialNum?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 投保类型 */ | 
 |  |  |     insuranceTypeCode?: string; | 
 |  |  |     /** 保险名称 投保方式 10含津贴 20含猝死 30津贴+猝死 40基础全天版 50含三者全天版 */ | 
 |  |  |     insureWay?: number; | 
 |  |  |     /** 投保方案 */ | 
 |  |  |     schemeType?: string; | 
 |  |  |     /** 退保申请人数 */ | 
 |  |  |     numberOfInsured?: number; | 
 |  |  |     /** 退保成功人数 */ | 
 |  |  |     numberOfSuccess?: number; | 
 |  |  |     /** 退保失败人数 */ | 
 |  |  |     numberOfFailed?: number; | 
 |  |  |     /** 投保金额 */ | 
 |  |  |     amountPremium?: number; | 
 |  |  |     /** 退保金额 */ | 
 |  |  |     refundPremium?: number; | 
 |  |  |     /** 退保/批投保金额 */ | 
 |  |  |     premium?: number; | 
 |  |  |     /** 人员分类 */ | 
 |  |  |     jobCode?: string; | 
 |  |  |     status?: InsureRefundStatusEnum; | 
 |  |  |     /** 审核人Id */ | 
 |  |  |     checkUserId?: string; | 
 |  |  |     /** 审核人名称 */ | 
 |  |  |     checkUserName?: string; | 
 |  |  |     /** 审核时间 */ | 
 |  |  |     checkTime?: string; | 
 |  |  |     effectStartTime?: string; | 
 |  |  |     effectEndTime?: string; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     createionTime?: string; | 
 |  |  |     /** 创建人 */ | 
 |  |  |     creater?: string; | 
 |  |  |     /** 申请时间 */ | 
 |  |  |     applyTime?: string; | 
 |  |  |     /** 投保方式(保障周期:1D,30D,360D) */ | 
 |  |  |     period?: string; | 
 |  |  |     /** 起始日期 */ | 
 |  |  |     insureStartDate?: string; | 
 |  |  |     /** 截止日期 */ | 
 |  |  |     insureEndDate?: string; | 
 |  |  |     /** 投保方式 10线上投保  20线下投保 */ | 
 |  |  |     insureOnlineType?: number; | 
 |  |  |     operateType?: number; | 
 |  |  |     /** 投保方案 */ | 
 |  |  |     sumInsured?: number; | 
 |  |  |     /** 退保批单 */ | 
 |  |  |     batchBillUrl?: string; | 
 |  |  |     /** 保险名称 */ | 
 |  |  |     productName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface BatchRefundOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: BatchRefundOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface BatchRefundStaffOutput { | 
 |  |  |     name?: string; | 
 |  |  |     insurancePolicyDetailId?: string; | 
 |  |  |     idNumber?: string; | 
 |  |  |     phoneNum?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface BatchSetUserServiceStaffInput { | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userIds?: string[]; | 
 |  |  |     /** 服务人员Id */ | 
 |  |  |     serviceStaffId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface BestSignDownloadImageDataResponse { | 
 |  |  |     /** 图片文件流 */ | 
 |  |  |     data?: any[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface BestSignDownloadImageDataResponseBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: BestSignDownloadImageDataResponse; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface BestSignEnterBankInfoDto { | 
 |  |  |     /** 户名 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 银行名称 */ | 
 |  |  |     bankName?: string; | 
 |  |  |     /** 开户支行名称 */ | 
 |  |  |     bankRemusName?: string; | 
 |  |  |     /** 银行账户 */ | 
 |  |  |     bankAccountNo?: string; | 
 |  |  |     /** 联行号 */ | 
 |  |  |     bankRemusNo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface BestSignOutputDynamic { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: any; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface BestSignRegDataResponse { | 
 |  |  |     /** 任务Id */ | 
 |  |  |     taskId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface BestSignRegDataResponseBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: BestSignRegDataResponse; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface BestSignRequestResultDto { | 
 |  |  |     success?: boolean; | 
 |  |  |     msg?: string; | 
 |  |  |     data?: string; | 
 |  |  |     data2?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface BestSignStorageUploadDataResponse { | 
 |  |  |     /** 文件ID 上上签产生的文件唯一ID */ | 
 |  |  |     fid?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface BestSignStorageUploadDataResponseBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: BestSignStorageUploadDataResponse; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type BestSignUserSignStatusEunm = 1 | 5 | 10 | 20 | 30 | 40 | 50 | 90; | 
 |  |  |  | 
 |  |  |   interface BindUserEmailInput { | 
 |  |  |     /** 邮箱 */ | 
 |  |  |     bindEmailAddress: string; | 
 |  |  |     /** 验证码 */ | 
 |  |  |     verificationCode: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type BusinessSettingTypeEnum = 10; | 
 |  |  |  | 
 |  |  |   interface CalculationWalletPayFeeInput { | 
 |  |  |     amount?: number; | 
 |  |  |     walletAccountType?: WalletAccountTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type CanLoginUserSignEnum = 1 | 2 | -1; | 
 |  |  |  | 
 |  |  |   interface CategoryAllDto { | 
 |  |  |     /** 类别Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     /** 序号Id */ | 
 |  |  |     categoryIntId?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CategoryDto { | 
 |  |  |     /** 类别Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     /** 简述 */ | 
 |  |  |     sketch?: string; | 
 |  |  |     /** 图标地址 */ | 
 |  |  |     icon?: string; | 
 |  |  |     /** 头部图标地址 */ | 
 |  |  |     headIcon?: string; | 
 |  |  |     /** 是否显示,true显示,false隐藏 */ | 
 |  |  |     isVisable?: boolean; | 
 |  |  |     /** 是否支持广告 */ | 
 |  |  |     isSupportAdvertise?: boolean; | 
 |  |  |     /** 序号Id */ | 
 |  |  |     categoryIntId?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CategoryInfo { | 
 |  |  |     /** 类别Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     /** 简述 */ | 
 |  |  |     sketch?: string; | 
 |  |  |     /** 图标地址 */ | 
 |  |  |     icon?: string; | 
 |  |  |     /** 头部图标地址 */ | 
 |  |  |     headIcon?: string; | 
 |  |  |     /** 是否显示,true显示,false隐藏 */ | 
 |  |  |     isVisable?: boolean; | 
 |  |  |     /** 是否支持广告 */ | 
 |  |  |     isSupportAdvertise?: boolean; | 
 |  |  |     /** 序号Id */ | 
 |  |  |     categoryIntId?: number; | 
 |  |  |     /** 类型:0产品类别,1资讯类别 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 封面信息 */ | 
 |  |  |     covers?: CoverMsg[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CategoryMenu { | 
 |  |  |     /** 类别Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 头部图标地址 */ | 
 |  |  |     headIcon?: string; | 
 |  |  |     /** 图标地址 */ | 
 |  |  |     icon?: string; | 
 |  |  |     /** 封面信息 */ | 
 |  |  |     covers?: CoverMsg[]; | 
 |  |  |     /** 简述 */ | 
 |  |  |     sketch?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type CertificateType = 10 | 20 | 30 | 40; | 
 |  |  |  | 
 |  |  |   interface CertifiedUserDetailDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     enterpriseType?: EnterpriseTypeEnum; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 认证时间 */ | 
 |  |  |     certificationTime?: string; | 
 |  |  |     /** 认证过期时间 */ | 
 |  |  |     expirationTime?: string; | 
 |  |  |     status?: UserCertificationStatusEnum; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 是否付费 */ | 
 |  |  |     isPay?: boolean; | 
 |  |  |     /** 所属园区 */ | 
 |  |  |     belongPark?: string; | 
 |  |  |     /** 注册时间 */ | 
 |  |  |     registTime?: string; | 
 |  |  |     /** 账户是否锁住(是否禁用) */ | 
 |  |  |     isLocked?: boolean; | 
 |  |  |     /** 用户手机号 */ | 
 |  |  |     userPhoneNumber?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 营业执照文件地址 */ | 
 |  |  |     licenseUrl?: string; | 
 |  |  |     /** 法人姓名 */ | 
 |  |  |     legalPersonName?: string; | 
 |  |  |     /** 法人身份证号 */ | 
 |  |  |     legalPersonIdNumber?: string; | 
 |  |  |     /** 法人手持身份证照 */ | 
 |  |  |     legalPersonIdImgUrl?: string; | 
 |  |  |     /** 付费金额 */ | 
 |  |  |     payAmount?: number; | 
 |  |  |     /** 登录用户名 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 用户手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     certificationMode?: UserCertificationModeEnum; | 
 |  |  |     /** 代理人姓名 */ | 
 |  |  |     proxyPersonName?: string; | 
 |  |  |     /** 代理人身份证号 */ | 
 |  |  |     proxyPersonIdNumber?: string; | 
 |  |  |     /** 代理人手持身份证照 */ | 
 |  |  |     proxyPersonIdImgUrl?: string; | 
 |  |  |     /** 企业授权书 */ | 
 |  |  |     proxyPowerAttorneyUrl?: string; | 
 |  |  |     certificationChannel?: UserCertificationChannelEnum; | 
 |  |  |     certificationElement?: UserCertificationElementEnum; | 
 |  |  |     /** 银行卡号 */ | 
 |  |  |     bankCardNumber?: string; | 
 |  |  |     /** 法人身份证照反面 */ | 
 |  |  |     legalPersonIdBackImgUrl?: string; | 
 |  |  |     /** 代理人身份证照反面 */ | 
 |  |  |     proxyPersonIdBackImgUrl?: string; | 
 |  |  |     /** 法人银行卡照片 */ | 
 |  |  |     legalPersonBankCardImgUrl?: string; | 
 |  |  |     /** 代理人银行卡照片 */ | 
 |  |  |     proxyPersonBankCardImgUrl?: string; | 
 |  |  |     /** 认证联系人 */ | 
 |  |  |     certificationContact?: string; | 
 |  |  |     /** 认证联系人电话 */ | 
 |  |  |     certificationContactPhone?: string; | 
 |  |  |     /** 企业3要素验证状态 0未通过 1已通过 */ | 
 |  |  |     enterVerifyStatus?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CertifiedUserListDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     enterpriseType?: EnterpriseTypeEnum; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 认证时间 */ | 
 |  |  |     certificationTime?: string; | 
 |  |  |     /** 认证过期时间 */ | 
 |  |  |     expirationTime?: string; | 
 |  |  |     status?: UserCertificationStatusEnum; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 是否付费 */ | 
 |  |  |     isPay?: boolean; | 
 |  |  |     /** 所属园区 */ | 
 |  |  |     belongPark?: string; | 
 |  |  |     /** 注册时间 */ | 
 |  |  |     registTime?: string; | 
 |  |  |     /** 账户是否锁住(是否禁用) */ | 
 |  |  |     isLocked?: boolean; | 
 |  |  |     certificationChannel?: UserCertificationChannelEnum; | 
 |  |  |     certificationElement?: UserCertificationElementEnum; | 
 |  |  |     /** 银行卡号 */ | 
 |  |  |     bankCardNumber?: string; | 
 |  |  |     /** 营业执照文件地址 */ | 
 |  |  |     licenseUrl?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 用户手机号 */ | 
 |  |  |     userPhoneNumber?: string; | 
 |  |  |     certificationMode?: UserCertificationModeEnum; | 
 |  |  |     /** 认证联系人 */ | 
 |  |  |     certificationContact?: string; | 
 |  |  |     /** 认证联系人电话 */ | 
 |  |  |     certificationContactPhone?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CertifiedUserListDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: CertifiedUserListDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ChangePasswordFromCurrentPwdInput { | 
 |  |  |     /** 新密码 */ | 
 |  |  |     newPassword?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 当前密码 */ | 
 |  |  |     currentPassword: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ChangePasswordFromPhoneNumberInput { | 
 |  |  |     /** 新密码 */ | 
 |  |  |     newPassword?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 短信验证码 */ | 
 |  |  |     verificationCode: string; | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phoneNumber: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ChangePasswordInput { | 
 |  |  |     currentPassword?: string; | 
 |  |  |     newPassword: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ChangePhoneNumberInput { | 
 |  |  |     userId?: string; | 
 |  |  |     /** 新手机号 */ | 
 |  |  |     newPhoneNumber: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ChangeSortInput { | 
 |  |  | 
 |  |  |     type?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ChangeUserNameInput { | 
 |  |  |     /** 新账号 */ | 
 |  |  |     newUserName?: string; | 
 |  |  |     /** 用户id */ | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ChangeUserPhoneNumberForUserInput { | 
 |  |  |     userId?: string; | 
 |  |  |     /** 新手机号 */ | 
 |  |  |     newPhoneNumber: string; | 
 |  |  |     /** 当前密码 */ | 
 |  |  |     currentPassword: string; | 
 |  |  |     /** 短信验证码 */ | 
 |  |  |     verificationCode: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type ChargeTypeEnum = 1 | 2; | 
 |  |  |  | 
 |  |  |   interface CheckBatchCreateCompanyUserInput { | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CheckBatchCreateCompanyUserResult { | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     msg?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CheckCircleFriendInput { | 
 |  |  |     /** 朋友圈消息Id */ | 
 |  |  |     circleFriendId?: string; | 
 |  |  |     /** 审核状态 通过:10 驳回/关闭:-10 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CheckCircleFriendReplyInput { | 
 |  |  |     /** 朋友圈评论Id */ | 
 |  |  |     circleFriendReplyId?: string; | 
 |  |  |     /** 审核状态 通过:10 驳回:-10 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CheckInsureCityIsAllowInput { | 
 |  |  |     insureOnlineType?: number; | 
 |  |  |     marketProductId?: string; | 
 |  |  |     insureCityCode?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CheckJobTypeIsAllowInsureInput { | 
 |  |  |     insureMarketProductId?: string; | 
 |  |  |     productSchemeTypeId?: string; | 
 |  |  |     /** 保障周期:1D、30D、360D(bizCode为长期时必传) */ | 
 |  |  |     period?: string; | 
 |  |  |     jobType?: number; | 
 |  |  |   interface ChannelsBaseInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     checkChannelId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CheckLoginVerificationCodeInput { | 
 |  |  | 
 |  |  |     verificationCode?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CheckOfflineInsureBatchBillInput { | 
 |  |  |     /** 投保批次编号 */ | 
 |  |  |     insurePolicyId?: string; | 
 |  |  |     /** 批单编号 */ | 
 |  |  |     batchBillId?: string; | 
 |  |  |     /** 审核理由 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |     checkStatus?: BatchBillCheckStatus; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CheckOfflineInsureBillInput { | 
 |  |  |     /** 投保批次编号 */ | 
 |  |  |     insurePolicyId?: string; | 
 |  |  |     /** 审核理由 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |     policyStatus?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CheckOrderSignInput { | 
 |  |  |     orderId?: string; | 
 |  |  |     fromUserId?: string; | 
 |  |  |     toUserId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CheckPhoneVerificationCodeInput { | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phoneNumber: string; | 
 |  |  |     /** 验证码 */ | 
 |  |  |     verificationCode?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CheckUserWalletBalanceInfoOutput { | 
 |  |  |     acctNo?: string; | 
 |  |  |     acctName?: string; | 
 |  |  |     canUseMoneyTotal?: number; | 
 |  |  |     directMoneyTotal?: number; | 
 |  |  |     salaryMoneyTotal?: number; | 
 |  |  |     canNotUseMoneyTotal?: number; | 
 |  |  |     freezeMoneyTotal?: number; | 
 |  |  |     allMoneyTotal?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CheckWalletRechargeInput { | 
 |  |  |     id?: string; | 
 |  |  |     status?: WalletRechargeStatusEnum; | 
 |  |  |     checkRemark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CircleFriendDto { | 
 |  |  |     /** 朋友圈消息Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 编号 */ | 
 |  |  |     identityId?: number; | 
 |  |  |     /** 用户编号 */ | 
 |  |  |     userIdentityId?: number; | 
 |  |  |     /** 名片ShortId */ | 
 |  |  |     shortId?: number; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 名片二维码 */ | 
 |  |  |     qrCode?: string; | 
 |  |  |     /** 名片名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 账号 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 公司名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 名片头像 */ | 
 |  |  |     headPhoto?: string; | 
 |  |  |     /** 审核状态 通过:10 驳回/关闭:-10 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 朋友圈消息内容 */ | 
 |  |  |     content?: string; | 
 |  |  |     /** 创建人Id */ | 
 |  |  |     creatorId?: string; | 
 |  |  |     /** 发布时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 是否自赞 */ | 
 |  |  |     isSelfThumbsUp?: boolean; | 
 |  |  |     /** 是否点赞 */ | 
 |  |  |     isYourSelfThumbsUp?: boolean; | 
 |  |  |     /** 关联id */ | 
 |  |  |     relationalId?: string; | 
 |  |  |     relationalType?: RelationalTypeEnum; | 
 |  |  |     /** 图片信息 */ | 
 |  |  |     files?: CircleFriendFileDto[]; | 
 |  |  |     /** 点赞信息 */ | 
 |  |  |     thumbsUps?: ThumbsUpDto[]; | 
 |  |  |     /** 回复信息 */ | 
 |  |  |     replies?: CircleFriendReplyDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CircleFriendDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: CircleFriendDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CircleFriendFileDto { | 
 |  |  |     /** 文件地址 */ | 
 |  |  |     fileUrl?: string; | 
 |  |  |     /** 类型:1:图片 2:视频 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 顺序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CircleFriendReplyDto { | 
 |  |  |     /** 评论Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 回复人名片ShortId */ | 
 |  |  |     shortId?: number; | 
 |  |  |     /** 评论人/回复人Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 回复人名片名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 名片头像 */ | 
 |  |  |     headPhoto?: string; | 
 |  |  |     /** 被回复人/被评论人名片ShortId */ | 
 |  |  |     beRepliedShortId?: number; | 
 |  |  |     /** 被回复人/被评论人Id */ | 
 |  |  |     beRepliedUserId?: string; | 
 |  |  |     /** 被回复人/被评论人名片名 */ | 
 |  |  |     beRepliedName?: string; | 
 |  |  |     /** 被回复人/被评论人名片头像 */ | 
 |  |  |     beRepliedHeadPhoto?: string; | 
 |  |  |     /** 评论内容 */ | 
 |  |  |     content?: string; | 
 |  |  |     /** 审核状态 通过:10 驳回:-10 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 评论时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 父级Id */ | 
 |  |  |     parentId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CircleFriendReplyInfo { | 
 |  |  |     /** 评论Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 回复人名片ShortId */ | 
 |  |  |     shortId?: number; | 
 |  |  |     /** 评论人/回复人Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 回复人名片名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 名片头像 */ | 
 |  |  |     headPhoto?: string; | 
 |  |  |     /** 被回复人/被评论人名片ShortId */ | 
 |  |  |     beRepliedShortId?: number; | 
 |  |  |     /** 被回复人/被评论人Id */ | 
 |  |  |     beRepliedUserId?: string; | 
 |  |  |     /** 被回复人/被评论人名片名 */ | 
 |  |  |     beRepliedName?: string; | 
 |  |  |     /** 被回复人/被评论人名片头像 */ | 
 |  |  |     beRepliedHeadPhoto?: string; | 
 |  |  |     /** 评论内容 */ | 
 |  |  |     content?: string; | 
 |  |  |     /** 审核状态 通过:10 驳回:-10 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 评论时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 评论编号 */ | 
 |  |  |     identityId?: number; | 
 |  |  |     /** 朋友圈信息Id */ | 
 |  |  |     circleFriendId?: string; | 
 |  |  |     /** 用户编号 */ | 
 |  |  |     userIdentityId?: number; | 
 |  |  |     /** 父级Id */ | 
 |  |  |     parentId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CircleFriendUserReply { | 
 |  |  |     /** 评论Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 评论编号 */ | 
 |  |  |     identityId?: number; | 
 |  |  |     /** 回复人名片ShortId */ | 
 |  |  |     shortId?: number; | 
 |  |  |     /** 评论人/回复人Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 用户编号 */ | 
 |  |  |     userIdentityId?: number; | 
 |  |  |     /** 回复人名片名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 评论内容 */ | 
 |  |  |     content?: string; | 
 |  |  |     /** 审核状态 通过:10 驳回:-10 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 评论时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CircleFriendUserReplyPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: CircleFriendUserReply[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CityInfo { | 
 |  |  |     provinceCode?: number; | 
 |  |  |     areaCode?: number; | 
 |  |  |     areaName?: string; | 
 |  |  |     /** 顺序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ClockDto { | 
 |  |  |     kind?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CommentCheckInput { | 
 |  |  |     /** 评论Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 审核状态:10通过,-10驳回 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CommentForManage { | 
 |  |  |     /** 评论Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 类别名称 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 产品名称 */ | 
 |  |  |     productName?: string; | 
 |  |  |     /** 服务商 */ | 
 |  |  |     serveName?: string; | 
 |  |  |     /** 评论内容 */ | 
 |  |  |     content?: string; | 
 |  |  |     /** 评论人 */ | 
 |  |  |     commentator?: string; | 
 |  |  |     /** 评论时间 */ | 
 |  |  |     commentTime?: string; | 
 |  |  |     /** 审核时间 */ | 
 |  |  |     checkTime?: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 状态:0提交待审核,10通过,-10驳回 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 验收时间 */ | 
 |  |  |     fixtureDate?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CommentForManagePageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: CommentForManage[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CommentForProduct { | 
 |  |  |     /** 评论Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 产品名称 */ | 
 |  |  |     productName?: string; | 
 |  |  |     /** 评论内容 */ | 
 |  |  |     content?: string; | 
 |  |  |     /** 评论人 */ | 
 |  |  |     commentator?: string; | 
 |  |  |     /** 评论时间 */ | 
 |  |  |     commentTime?: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 状态:0提交待审核,10通过,-10驳回 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 评星数 */ | 
 |  |  |     starCount?: number; | 
 |  |  |     /** 点赞数 */ | 
 |  |  |     thumbsUpCount?: number; | 
 |  |  |     /** 是否是我的点赞 */ | 
 |  |  |     isMyCommentThumbsUp?: boolean; | 
 |  |  |     /** 点赞的ID */ | 
 |  |  |     commentThumbsUpId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CommentForProductPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: CommentForProduct[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type CommonInfoType = 10 | 20 | 30 | 40 | 50; | 
 |  |  |  | 
 |  |  |   interface CompanyAttestationDto { | 
 |  |  |     /** 用户认证Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 认证类型:1为企业,2为个人 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 10 人资公司 20 园区经营 30 用工单位 40 民营企业 */ | 
 |  |  |     authType?: number; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     customerName?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 营业执照文件地址 */ | 
 |  |  |     licenseUrl?: string; | 
 |  |  |     /** 区域Code */ | 
 |  |  |     areaCode?: number; | 
 |  |  |     /** 所属区域 */ | 
 |  |  |     address?: string; | 
 |  |  |     /** 省Code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市Code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区域 */ | 
 |  |  |     areaName?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contacter?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contacterPhone?: string; | 
 |  |  |     /** 名片联系人 */ | 
 |  |  |     cardName?: string; | 
 |  |  |     /** 名片联系电话 */ | 
 |  |  |     cardPhone?: string; | 
 |  |  |     /** 名片的Email */ | 
 |  |  |     cardEmail?: string; | 
 |  |  |     /** 名片的地址 */ | 
 |  |  |     cardAddress?: string; | 
 |  |  |     /** 名片的微信二维码 */ | 
 |  |  |     cardWxUrl?: string; | 
 |  |  |     /** 头像 */ | 
 |  |  |     cardHeadUrl?: string; | 
 |  |  |     /** 名片的职称 */ | 
 |  |  |     cardPostion?: string; | 
 |  |  |     /** 公司名称 */ | 
 |  |  |     cardCompanyName?: string; | 
 |  |  |     /** 用户手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     /** 企业规模 */ | 
 |  |  |     firmSize?: number; | 
 |  |  |     /** 所在职位 */ | 
 |  |  |     jobPosition?: number; | 
 |  |  |     /** 注册日期 */ | 
 |  |  |     registDate?: string; | 
 |  |  |     /** 提交认证时间 */ | 
 |  |  |     attestateDate?: string; | 
 |  |  |     /** 冠名:0其他,1省级,2市级,3区县级 */ | 
 |  |  |     namingType?: number; | 
 |  |  |     /** 服务商星级:1~5 */ | 
 |  |  |     serveStarLevel?: number; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 状态:0提交待审核,1,完善中 2, 已完善 9, 提交审核  10通过,-10驳回 -20 禁用 -30 未认证 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CompanyAttestationSubmitInput { | 
 |  |  |     /** 营业执照文件地址 */ | 
 |  |  |     licenseUrl?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     customerName: string; | 
 |  |  |     /** 是否付费 */ | 
 |  |  |     isPay?: boolean; | 
 |  |  |     /** 付费金额 */ | 
 |  |  |     payAmount?: number; | 
 |  |  |     belongPark?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 区域Code */ | 
 |  |  |     areaCode?: number; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contacter: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contacterPhone?: string; | 
 |  |  |     /** 企业规模 */ | 
 |  |  |     firmSize?: number; | 
 |  |  |     /** 所在职位 */ | 
 |  |  |     jobPosition?: number; | 
 |  |  |     /** 10 人资公司 20 园区经营 30 用工单位 40 民营企业 */ | 
 |  |  |     authType?: number; | 
 |  |  |     /** 名片联系人 */ | 
 |  |  |     cardName?: string; | 
 |  |  |     /** 名片联系电话 */ | 
 |  |  |     cardPhone?: string; | 
 |  |  |     /** 名片的Email */ | 
 |  |  |     cardEmail?: string; | 
 |  |  |     /** 名片的地址 */ | 
 |  |  |     cardAddress?: string; | 
 |  |  |     /** 名片的微信二维码 */ | 
 |  |  |     cardWxUrl?: string; | 
 |  |  |     /** 头像 */ | 
 |  |  |     cardHeadUrl?: string; | 
 |  |  |     /** 名片的职称 */ | 
 |  |  |     cardPostion?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CompanyInsureDto { | 
 |  |  |     /** 客户类型 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 客户简称 */ | 
 |  |  |     shortName?: string; | 
 |  |  |     /** 客服电话 */ | 
 |  |  |     serviceTel?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contactPerson: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone: string; | 
 |  |  |     /** 协议文件 */ | 
 |  |  |     protocolFileUrl?: string; | 
 |  |  |     /** 协议起始日期 */ | 
 |  |  |     protocolStartDate?: string; | 
 |  |  |     /** 协议截止日期 */ | 
 |  |  |     protocolEndDate?: string; | 
 |  |  |     /** 客户来源 */ | 
 |  |  |     fromType?: number; | 
 |  |  |     /** 招商人员Id */ | 
 |  |  |     merchantsId?: string; | 
 |  |  |     /** 招商人员 */ | 
 |  |  |     merchantsName?: string; | 
 |  |  |     /** 默认人员分类 */ | 
 |  |  |     jobCode: string; | 
 |  |  |     /** 渠道佣金比例 */ | 
 |  |  |     channelRate?: number; | 
 |  |  |     /** 渠道客户Id */ | 
 |  |  |     channelCustomerId?: string; | 
 |  |  |     /** Logo地址 */ | 
 |  |  |     logoUrl: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 入职合同模板 */ | 
 |  |  |     inductionContractTemplateUrl?: string; | 
 |  |  |     /** 有效月份范围 */ | 
 |  |  |     validMonth?: number; | 
 |  |  |     /** 合同有无有效起止日期 */ | 
 |  |  |     hasValidDuration?: boolean; | 
 |  |  |     /** 合同有无家庭地址 */ | 
 |  |  |     hasFamilyAddress?: boolean; | 
 |  |  |     /** 合同有无紧急联系人 */ | 
 |  |  |     hasUrgencyPerson?: boolean; | 
 |  |  |     /** 离职合同模板 */ | 
 |  |  |     separationContractTemplateUrl?: string; | 
 |  |  |     /** 状态 */ | 
 |  |  |     status?: number; | 
 |  |  |     id?: string; | 
 |  |  |     /** 名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 统一信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 投保合约开始日期 */ | 
 |  |  |     effectStartTime?: string; | 
 |  |  |     /** 投保合约结束日期 */ | 
 |  |  |     effectEndTime?: string; | 
 |  |  |     /** 签约日期 */ | 
 |  |  |     insureSignTime?: string; | 
 |  |  |     /** 入职二维码 */ | 
 |  |  |     inductionQrCode?: string; | 
 |  |  |     /** 离职二维码 */ | 
 |  |  |     separationQrCode?: string; | 
 |  |  |     /** 投保签约二维码 */ | 
 |  |  |     insureQrCode?: string; | 
 |  |  |     /** 法大大实名状态 */ | 
 |  |  |     faddRealNameStatus?: number; | 
 |  |  |     /** 法大大自动签授权状态 */ | 
 |  |  |     faddTradeAuthSignStatus?: number; | 
 |  |  |     /** 公司Id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     success?: boolean; | 
 |  |  |     msg?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CompanyInsureInfo { | 
 |  |  |     id?: string; | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 客户名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 入职二维码 */ | 
 |  |  |     inductionQrCode?: string; | 
 |  |  |     /** 离职二维码 */ | 
 |  |  |     separationQrCode?: string; | 
 |  |  |     /** 保险签约二维码 */ | 
 |  |  |     insureQrCode?: string; | 
 |  |  |     /** 保险签约状态 */ | 
 |  |  |     insureSignStatus?: number; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contactPerson?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 默认分类 */ | 
 |  |  |     jobCode?: string; | 
 |  |  |     /** 客户来源 */ | 
 |  |  |     fromType?: number; | 
 |  |  |     /** 招商人员 */ | 
 |  |  |     merchantsName?: string; | 
 |  |  |     merchantsId?: string; | 
 |  |  |     /** 渠道商Id */ | 
 |  |  |     channelCustomerId?: string; | 
 |  |  |     /** 渠道商 */ | 
 |  |  |     channelCustomerName?: string; | 
 |  |  |     /** 渠道佣金比例 */ | 
 |  |  |     channelRate?: number; | 
 |  |  |     /** 协议合同地址 */ | 
 |  |  |     protocolFileUrl?: string; | 
 |  |  |     /** 协议起始日期 */ | 
 |  |  |     protocolStartDate?: string; | 
 |  |  |     /** 协议截止日期 */ | 
 |  |  |     protocolEndDate?: string; | 
 |  |  |     /** 是否上传入职合同模板 */ | 
 |  |  |     hasInductionTemplate?: boolean; | 
 |  |  |     /** 是否上传离职合同模板 */ | 
 |  |  |     hasSeparationTemplate?: boolean; | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CompanyInsureInfoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: CompanyInsureInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CompanyUserDto { | 
 |  |  |     /** 用户认证Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     customerName?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contacter?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contacterPhone?: string; | 
 |  |  |     /** 所在地 */ | 
 |  |  |     address?: string; | 
 |  |  |     /** 冠名:0其他,1省级,2市级,3区县级 */ | 
 |  |  |     namingType?: number; | 
 |  |  |     /** 产品数量(审核通过的数量) */ | 
 |  |  |     productCount?: number; | 
 |  |  |     /** 资讯数量(审核通过的数量) */ | 
 |  |  |     informationCount?: number; | 
 |  |  |     /** 注册日期 */ | 
 |  |  |     registDate?: string; | 
 |  |  |     /** 提交认证时间 */ | 
 |  |  |     attestateDate?: string; | 
 |  |  |     /** 账户是否锁住(是否禁用) */ | 
 |  |  |     isLocked?: boolean; | 
 |  |  |     authType?: number; | 
 |  |  |     /** 是否付费 */ | 
 |  |  |     isPay?: boolean; | 
 |  |  |     /** 所属园区 */ | 
 |  |  |     belongPark?: string; | 
 |  |  |     /** 付费金额 */ | 
 |  |  |     payAmount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ConditionInfo { | 
 |  |  |     id?: string; | 
 |  |  |     name?: string; | 
 |  |  |     sort?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ConfirmToAccountBatchInput { | 
 |  |  |     /** 投保批次编号 */ | 
 |  |  |     insurePolicyId?: string; | 
 |  |  |     /** 批单编号 */ | 
 |  |  |     batchBillId?: string; | 
 |  |  |     /** 审核理由 */ | 
 |  |  |     confirmToAccountRemark?: string; | 
 |  |  |     checkStatus?: BatchBillCheckStatus; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ConfirmToAccountInput { | 
 |  |  |     /** 投保批次编号 */ | 
 |  |  |     insurePolicyId?: string; | 
 |  |  |     /** 审核理由 */ | 
 |  |  |     confirmToAccountRemark?: string; | 
 |  |  |     policyStatus?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ConsultDto { | 
 |  |  |     id?: string; | 
 |  |  |     categoryId?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     userStatus?: UserCertificationStatusEnum; | 
 |  |  |     /** 10未提交 20待审核 30 进行中 40 下架 50 系统下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     creationTime?: string; | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 是否推荐 1是 */ | 
 |  |  |     isRecommend?: boolean; | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactNumber?: string; | 
 |  |  |     /** 职位名称Id */ | 
 |  |  |     consultSettingId?: string; | 
 |  |  |     /** 职位名称Id */ | 
 |  |  |     consultSettingName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     address?: string; | 
 |  |  |     /** 最后上架时间 */ | 
 |  |  |     lastShelfTime?: string; | 
 |  |  |     /** 所属行业ID */ | 
 |  |  |     industrySettingId?: string; | 
 |  |  |     /** 所属行业名称 */ | 
 |  |  |     industrySettingName?: string; | 
 |  |  |     /** 员工薪酬 */ | 
 |  |  |     salary?: number; | 
 |  |  |     /** 起始薪资 */ | 
 |  |  |     startMonthlySalary?: number; | 
 |  |  |     /** 截止起始薪资 */ | 
 |  |  |     endMonthlySalary?: number; | 
 |  |  |     /** 工作介绍 */ | 
 |  |  |     consultIntroduction?: string; | 
 |  |  |     /** 10 固定 20 面议 */ | 
 |  |  |     salaryType?: number; | 
 |  |  |     provinceCode?: number; | 
 |  |  |     cityCode?: number; | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     viewCount?: number; | 
 |  |  |     attentionCount?: number; | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 用户是否锁定 */ | 
 |  |  |     userIsLocked?: boolean; | 
 |  |  |     userAuthTye?: EnterpriseTypeEnum; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     checkRemark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ConsultDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: ConsultDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ConsultListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 昵称 */ | 
 |  |  |     consultName?: string; | 
 |  |  |     status?: number; | 
 |  |  |     startDate?: string; | 
 |  |  |     endDate?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ConsultRecommendInput { | 
 |  |  |     id?: string; | 
 |  |  |     isRecommend?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ConsultViewInput { | 
 |  |  |     /** 订单浏览Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 订单Id */ | 
 |  |  |     consultId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ContractEvidenceReportDownloadInput { | 
 |  |  |     /** 接口账号 */ | 
 |  |  |     contractId?: string; | 
 |  |  |     /** 是否体现实名 否 0或者1,0为不体现,1为需要。仅使用过上上签的“个人手机号认证(带短信校验)“、”个人银行卡多要素校验(带短信校验)”、“腾讯云H5刷脸认证”、“支付宝刷脸认证”、“企业银行打款(关联用户)”支持体现,请按需使用。 */ | 
 |  |  |     isSupportRealName?: string; | 
 |  |  |     /** 报告是否附带合同原文 否,字符串参数 ,在报告中是否附带合同原文,默认不附带,填写为"true"则附带原文 */ | 
 |  |  |     includeContractFile?: string; | 
 |  |  |     /** 申请人名称 否,报告中第二章节(电子签约数据存证清单内容(一)合同基本信息)中体现的申请人的姓名,如为空则不体现 */ | 
 |  |  |     requestPerson?: string; | 
 |  |  |     /** 申请人证件号码 否 报告中第二章节(电子签约数据存证清单内容(一)合同基本信息)体现的申请人的证件号码,如为空则不体现 */ | 
 |  |  |     requestPersonId?: string; | 
 |  |  |     /** 合同原文Base64字符串 否 混合云场景下出具证据报告,该参数为必填参数,需上传合同原文,这里合同原文文件需要转为Base64字符串进行传参。公有云场景下,该参数可为空。 */ | 
 |  |  |     contractFile?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ContractGetFaceAuthOrderNoInput { | 
 |  |  |     /** 合同编号 */ | 
 |  |  |     contractId?: string; | 
 |  |  |     /** 签署人账号 */ | 
 |  |  |     account?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ContractSendByTemplateInput { | 
 |  |  |     orderSignId?: string; | 
 |  |  |     /** 校验手机号 */ | 
 |  |  |     mobile?: string; | 
 |  |  |     /** 订单Id */ | 
 |  |  |     orderId?: string; | 
 |  |  |     /** 合同编号 */ | 
 |  |  |     contractId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ContractTemplateDownInput { | 
 |  |  |     /** 当前企业ID */ | 
 |  |  |     companyId?: string; | 
 |  |  |     companyName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ContractUploadInput { | 
 |  |  |     /** 当前企业ID */ | 
 |  |  |     companyId?: string; | 
 |  |  |     companyName?: string; | 
 |  |  |     filePath?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ControllerApiDescriptionModel { | 
 |  |  | 
 |  |  |  | 
 |  |  |   interface ControllerInterfaceApiDescriptionModel { | 
 |  |  |     type?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CooperationApplyDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 合作的类别 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 企业规模 */ | 
 |  |  |     companyScale?: number; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 省市 */ | 
 |  |  |     provinceCity?: string; | 
 |  |  |     /** 申请描述 */ | 
 |  |  |     applyDescription?: string; | 
 |  |  |     status?: CooperationApplyStatusEnum; | 
 |  |  |     userAttestationStatus?: UserCertificationStatusEnum; | 
 |  |  |     creationTime?: string; | 
 |  |  |     creatorId?: string; | 
 |  |  |     customerName?: string; | 
 |  |  |     applyType?: CooperationApplyTypeEnum; | 
 |  |  |     companyName?: string; | 
 |  |  |     insurePeopleNumber?: InsurePeopleNumberEnum; | 
 |  |  |     /** 投保需求 */ | 
 |  |  |     requirement?: string; | 
 |  |  |     cooperationApplyFllowDtos?: CooperationApplyFllowDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CooperationApplyDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: CooperationApplyDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CooperationApplyFllowDto { | 
 |  |  |     cooperationApplyId?: string; | 
 |  |  |     /** 跟进备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     status?: CooperationApplyStatusEnum; | 
 |  |  |     creationTime?: string; | 
 |  |  |     creationName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type CooperationApplyStatusEnum = 10 | 20 | 30 | 40 | -10; | 
 |  |  |  | 
 |  |  |   type CooperationApplyTypeEnum = 10 | 20 | 30 | 40 | 50; | 
 |  |  |  | 
 |  |  |   interface CoverInfo { | 
 |  |  |     /** 封面地址 */ | 
 |  |  |     url?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     /** 是否设为封面 */ | 
 |  |  |     isMain?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CoverMsg { | 
 |  |  |     /** 封面地址 */ | 
 |  |  |     url?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateAccountInput { | 
 |  |  |     /** 名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 用户名 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     /** 用户端Id */ | 
 |  |  |     clientId?: string; | 
 |  |  |     /** 角色 */ | 
 |  |  |     roleNames?: string[]; | 
 |  |  |     /** 小程序OpenId */ | 
 |  |  |     openId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     authType?: EnterpriseTypeEnum; | 
 |  |  |     /** MatchMaking小程序OpenId */ | 
 |  |  |     matchMakingOpenId?: string; | 
 |  |  |     /** 组织架构公司id */ | 
 |  |  |     companyOrgId?: string; | 
 |  |  |     /** 组织架构部门id */ | 
 |  |  |     departmentOrgId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateBackClientUserInput { | 
 |  |  | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateCompanyInsureInput { | 
 |  |  |     /** 入驻客户Id */ | 
 |  |  |     companyId: string; | 
 |  |  |     /** 客户类型 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 客户简称 */ | 
 |  |  |     shortName?: string; | 
 |  |  |     /** 客服电话 */ | 
 |  |  |     serviceTel?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contactPerson: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone: string; | 
 |  |  |     /** 协议文件 */ | 
 |  |  |     protocolFileUrl?: string; | 
 |  |  |     /** 协议起始日期 */ | 
 |  |  |     protocolStartDate?: string; | 
 |  |  |     /** 协议截止日期 */ | 
 |  |  |     protocolEndDate?: string; | 
 |  |  |     /** 客户来源 */ | 
 |  |  |     fromType?: number; | 
 |  |  |     /** 招商人员Id */ | 
 |  |  |     merchantsId?: string; | 
 |  |  |     /** 招商人员 */ | 
 |  |  |     merchantsName?: string; | 
 |  |  |     /** 默认人员分类 */ | 
 |  |  |     jobCode: string; | 
 |  |  |     /** 渠道佣金比例 */ | 
 |  |  |     channelRate?: number; | 
 |  |  |     /** 渠道客户Id */ | 
 |  |  |     channelCustomerId?: string; | 
 |  |  |     /** Logo地址 */ | 
 |  |  |     logoUrl: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 入职合同模板 */ | 
 |  |  |     inductionContractTemplateUrl?: string; | 
 |  |  |     /** 有效月份范围 */ | 
 |  |  |     validMonth?: number; | 
 |  |  |     /** 合同有无有效起止日期 */ | 
 |  |  |     hasValidDuration?: boolean; | 
 |  |  |     /** 合同有无家庭地址 */ | 
 |  |  |     hasFamilyAddress?: boolean; | 
 |  |  |     /** 合同有无紧急联系人 */ | 
 |  |  |     hasUrgencyPerson?: boolean; | 
 |  |  |     /** 离职合同模板 */ | 
 |  |  |     separationContractTemplateUrl?: string; | 
 |  |  |     /** 状态 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateCooperationApplyFllowInput { | 
 |  |  |     cooperationApplyId?: string; | 
 |  |  |     /** 跟进备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     status?: CooperationApplyStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateInformationAdvertiseInput { | 
 |  |  |     /** 对外联系人 */ | 
 |  |  |     outerContacter?: string; | 
 |  |  |     /** 对外联系电话是否平台电话 */ | 
 |  |  |     isOuterPhonePlatform?: boolean; | 
 |  |  |     /** 对外联系人号码 */ | 
 |  |  |     outerContacterPhone?: string; | 
 |  |  |     /** 广告起始时间 */ | 
 |  |  |     startTime?: string; | 
 |  |  |     /** 广告到期时间 */ | 
 |  |  |     endTime?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     /** 广告位置:0首页一级,1首页二级,2详情页推荐 */ | 
 |  |  |     position?: number; | 
 |  |  |     /** 广告类型:0付费,1免费 */ | 
 |  |  |     payType?: number; | 
 |  |  |     /** 付费额 */ | 
 |  |  |     fee?: number; | 
 |  |  |     /** 状态:0(客户端)提交,-10下架,10上架 */ | 
 |  |  |     status?: number; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 资讯Id */ | 
 |  |  |     informationId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateInformationInput { | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 运营类别:1平台自营,2客户自营,3采集 */ | 
 |  |  |     operateType?: number; | 
 |  |  |     /** 客户Id */ | 
 |  |  |     customerId?: string; | 
 |  |  |     /** 状态:-1保存,0提交待审核(发布),1接受待采用 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 标题 */ | 
 |  |  |     title: string; | 
 |  |  |     /** 是否原创 */ | 
 |  |  |     isOriginal?: boolean; | 
 |  |  |     /** 转载链接 */ | 
 |  |  |     repostLink?: string; | 
 |  |  |     /** 是否需要报名 */ | 
 |  |  |     needApply?: boolean; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 报名链接 */ | 
 |  |  |     applyLink?: string; | 
 |  |  |     /** 举办起始日期 */ | 
 |  |  |     toHoldStartTime?: string; | 
 |  |  |     /** 举办截止日期 */ | 
 |  |  |     toHoldEndTime?: string; | 
 |  |  |     /** 举办地址区域Code */ | 
 |  |  |     areaCode?: number; | 
 |  |  |     /** 详细举办地址 */ | 
 |  |  |     address?: string; | 
 |  |  |     /** 经度 */ | 
 |  |  |     longitude?: number; | 
 |  |  |     /** 纬度 */ | 
 |  |  |     latitude?: number; | 
 |  |  |     /** 举办/发布单位 */ | 
 |  |  |     unit?: string; | 
 |  |  |     fromType?: InformationFormTypeEnum; | 
 |  |  |     /** 资讯来源说明 */ | 
 |  |  |     fromMessage?: string; | 
 |  |  |     /** 实行区域:0全国,1省份 */ | 
 |  |  |     implementAreaType?: number; | 
 |  |  |     /** 封面信息 */ | 
 |  |  |     coverInfo?: CoverInfo[]; | 
 |  |  |     /** 标签信息 */ | 
 |  |  |     tagInfo?: TagMsg[]; | 
 |  |  |     /** 详情信息 */ | 
 |  |  |     introInfo?: IntroInfo[]; | 
 |  |  |     /** 实行省份信息 */ | 
 |  |  |     provinceInfo?: ProvinceMsg[]; | 
 |  |  |     /** 初始浏览量 */ | 
 |  |  |     initViewCount?: number; | 
 |  |  |     /** 初始关注量 */ | 
 |  |  |     initAttendedCount?: number; | 
 |  |  |     /** 初始点赞量 */ | 
 |  |  |     initThumbsUpCount?: number; | 
 |  |  |     /** 作者 */ | 
 |  |  |     author?: string; | 
 |  |  |     acquisitionpPlatformType?: InformationAcquisitionPlatformTypeEnum; | 
 |  |  |     /** 采集来源地址 仅来源为采集时有效 */ | 
 |  |  |     acquisitionSourceLink?: string; | 
 |  |  |     adoptStatus?: InformationAdoptStatusEnum; | 
 |  |  |     /** 有效截止时间 */ | 
 |  |  |     expirationDateTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateInsureConsultFollowInput { | 
 |  |  |     /** 公司名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 投保人数 1:1~49 2:20~99 3: 100以上 */ | 
 |  |  |     insureNumberType?: number; | 
 |  |  |     /** 起保时间 */ | 
 |  |  |     insureStartDate?: string; | 
 |  |  |     /** 保险产品Id */ | 
 |  |  |     insureMarketProductId?: string; | 
 |  |  |     /** 客户需求 */ | 
 |  |  |     customerNeed?: string; | 
 |  |  |     /** 跟踪需求 */ | 
 |  |  |     followNeed?: string; | 
 |  |  |     /** 保险咨询的ID */ | 
 |  |  |     insureConsultId?: string; | 
 |  |  |     /** 跟进状态 1 :待处理 -1:暂停 -2 :作废 10:对接中 20 确认合作 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateInsureSettingInput { | 
 |  |  |     /** 类型 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 配置名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 状态 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     /** 说明 */ | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrEditAdvertiseBoardInput { | 
 |  |  |     /** Id */ | 
 |  |  |   interface CreateEditPayChannelsInput { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 广告页面 */ | 
 |  |  |     boardName?: string; | 
 |  |  |     /** 10 人资页面 20 行业资讯列表 30 我有人 */ | 
 |  |  |     pageType?: number; | 
 |  |  |     /** 广告页面X轴尺寸 */ | 
 |  |  |     pageSizeX?: number; | 
 |  |  |     /** 广告页面Y轴尺寸 */ | 
 |  |  |     pageSizeY?: number; | 
 |  |  |     /** 展示方式 1,单张展示 2,轮播 */ | 
 |  |  |     showType?: number; | 
 |  |  |     /** 0,禁用 1 启用 */ | 
 |  |  |     status?: boolean; | 
 |  |  |     channlesName?: string; | 
 |  |  |     channlesNum?: string; | 
 |  |  |     channlesRate?: number; | 
 |  |  |     channlesRakeRate?: number; | 
 |  |  |     switchType?: LifePaySwitchTypeEnum; | 
 |  |  |     status?: LifePayChannelsStatsEnum; | 
 |  |  |     channlesType?: LifePayChannlesTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrEditAdvertiseOnShowInput { | 
 |  |  |     /** Id */ | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 广告位Id */ | 
 |  |  |     pageBoardId?: string; | 
 |  |  |     imgInfo?: AdvertiseOnShowImgDto[]; | 
 |  |  |     /** 广告名称 */ | 
 |  |  |     advertiseName?: string; | 
 |  |  |     /** 广告链接 */ | 
 |  |  |     advertiseLink?: string; | 
 |  |  |     /** 公司名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contacter?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contacterPhone?: string; | 
 |  |  |     /** 广告开始时间 */ | 
 |  |  |     advertiseBeginDate?: string; | 
 |  |  |     /** 广告结束时间 */ | 
 |  |  |     advertiseEndDate?: string; | 
 |  |  |     /** 广告收费类型 0 免费 1 收费 */ | 
 |  |  |     advertiseType?: number; | 
 |  |  |     /** 付费金额 */ | 
 |  |  |     payAmount?: number; | 
 |  |  |     /** 0,禁用 1 启用 */ | 
 |  |  |     status?: boolean; | 
 |  |  |     sort?: number; | 
 |  |  |   interface CreateEditPayChannelsInputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: CreateEditPayChannelsInput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrEditConsultInput { | 
 |  |  |     id?: string; | 
 |  |  |     categoryId?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     title?: string; | 
 |  |  |     /** 10未提交 20待审核 30 进行中 40 下架 50 系统下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     creationTime?: string; | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     address?: string; | 
 |  |  |     provinceCode?: number; | 
 |  |  |     cityCode?: number; | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 是否推荐 1是 */ | 
 |  |  |     isRecommend?: boolean; | 
 |  |  |     contact: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactNumber: string; | 
 |  |  |     consultSettingId: string; | 
 |  |  |     /** 最后上架时间 */ | 
 |  |  |     lastShelfTime?: string; | 
 |  |  |     /** 所属行业 */ | 
 |  |  |     industrySettingId: string; | 
 |  |  |     /** 员工薪酬 */ | 
 |  |  |     salary?: number; | 
 |  |  |     /** 起始综合月薪 */ | 
 |  |  |     startMonthlySalary?: number; | 
 |  |  |     /** 截止综合月薪 */ | 
 |  |  |     endMonthlySalary?: number; | 
 |  |  |     /** 职位要求 */ | 
 |  |  |     consultIntroduction: string; | 
 |  |  |     /** 10 固定 20 面议 */ | 
 |  |  |     salaryType?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrEditHeadHunterInput { | 
 |  |  |     id?: string; | 
 |  |  |     categoryId?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     title?: string; | 
 |  |  |     /** 10未提交 20待审核 30 进行中 40 下架 50 系统下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     creationTime?: string; | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     address?: string; | 
 |  |  |     provinceCode?: number; | 
 |  |  |     cityCode?: number; | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 是否推荐 1是 */ | 
 |  |  |     isRecommend?: boolean; | 
 |  |  |     contact: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactNumber: string; | 
 |  |  |     jobSettingId: string; | 
 |  |  |     /** 最后上架时间 */ | 
 |  |  |     lastShelfTime?: string; | 
 |  |  |     /** 所属行业 */ | 
 |  |  |     industrySettingId: string; | 
 |  |  |     /** 员工薪酬 */ | 
 |  |  |     salary?: number; | 
 |  |  |     /** 起始综合月薪 */ | 
 |  |  |     startMonthlySalary?: number; | 
 |  |  |     /** 截止综合月薪 */ | 
 |  |  |     endMonthlySalary?: number; | 
 |  |  |     /** 职位要求 */ | 
 |  |  |     jobIntroduction: string; | 
 |  |  |     /** 10 固定 20 面议 */ | 
 |  |  |     salaryType?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrEditHelpQuestionInput { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     title?: string; | 
 |  |  |     helpTypeSettingId?: string; | 
 |  |  |     status?: number; | 
 |  |  |     /** 详情信息 */ | 
 |  |  |     introInfo?: HelpQuestionIntroInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrEditInsureConsultInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 公司名称 */ | 
 |  |  |     companyName: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone: string; | 
 |  |  |     /** 投保人数 1:1~49 2:40~99 3: 100以上 */ | 
 |  |  |     insureNumberType?: number; | 
 |  |  |     /** 起保时间 */ | 
 |  |  |     insureStartDate?: string; | 
 |  |  |     /** 跟进状态 1 :待处理 -1:暂停 -2 :作废 10:对接中 20 确认合作 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 最后跟进时间 */ | 
 |  |  |     lastFollowDate?: string; | 
 |  |  |     /** 保险产品Id */ | 
 |  |  |     insureMarketProductId?: string; | 
 |  |  |     /** 短信验证码 */ | 
 |  |  |     verificationCode: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrEditInsureOfflineBillInput { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     companyName: string; | 
 |  |  |     /** 企业ID */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 统一信用代码 */ | 
 |  |  |     societyCreditCode: string; | 
 |  |  |     /** 保险保单号 */ | 
 |  |  |     billCode: string; | 
 |  |  |     /** 险种 */ | 
 |  |  |     insureType?: string; | 
 |  |  |     /** 保险产品Id */ | 
 |  |  |     insureProductId?: string; | 
 |  |  |     /** 投保价格 */ | 
 |  |  |     insurePrice?: number; | 
 |  |  |     /** 保险有效期起始时间 */ | 
 |  |  |     insureBeginDate?: string; | 
 |  |  |     /** 保险有效期结束时间 */ | 
 |  |  |     insureEndDate?: string; | 
 |  |  |     /** 销售公司 */ | 
 |  |  |     salesCompany: string; | 
 |  |  |     /** 业务员 */ | 
 |  |  |     salesman: string; | 
 |  |  |     /** 附件 */ | 
 |  |  |     attachment?: string; | 
 |  |  |     /** 状态 1 未开始 2 保障中 已失效 -1 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrEditInsureOrganizationInput { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 保险公司全称 */ | 
 |  |  |     name: string; | 
 |  |  |     /** 保险公司简称 */ | 
 |  |  |     shortName: string; | 
 |  |  |     /** 状态 */ | 
 |  |  |     status?: number; | 
 |  |  |     sort: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrEditInsureSupplierInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 供应商名称 */ | 
 |  |  |     name: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 行业配套类型 */ | 
 |  |  |     categoryType: string; | 
 |  |  |     /** 统一信用代码 */ | 
 |  |  |     societyCreditCode: string; | 
 |  |  |     /** 供应商类型 1渠道代理 2保险公司 */ | 
 |  |  |     suppierType?: number; | 
 |  |  |     /** 供应商等级 1普通 2重要 */ | 
 |  |  |     suppierLevel?: number; | 
 |  |  |     /** 行业ID */ | 
 |  |  |     industryId?: string; | 
 |  |  |     /** 省Code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市Code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县Code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 公司地址 */ | 
 |  |  |     companyAddress?: string; | 
 |  |  |     /** 企业介绍 */ | 
 |  |  |     introduce?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 部门 */ | 
 |  |  |     departmentName?: string; | 
 |  |  |     /** 职位 */ | 
 |  |  |     position?: string; | 
 |  |  |     /** 微信号 */ | 
 |  |  |     weChat?: string; | 
 |  |  |     /** 邮箱 */ | 
 |  |  |     email?: string; | 
 |  |  |     /** 网址 */ | 
 |  |  |     siteUrl?: string; | 
 |  |  |     /** 联系地址 */ | 
 |  |  |     linkAddress?: string; | 
 |  |  |     /** 附件 */ | 
 |  |  |     attachment?: string; | 
 |  |  |     /** 状态 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrEditLgGigWorkerSignChannelSettingInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 通道名称 */ | 
 |  |  |     channelName?: string; | 
 |  |  |     /** 签约通道Id */ | 
 |  |  |     signChannelId?: string; | 
 |  |  |     /** 渠道Id */ | 
 |  |  |     channelIntId?: number; | 
 |  |  |     /** 渠道URL */ | 
 |  |  |     channelUrl?: string; | 
 |  |  |     chargeType?: ChargeTypeEnum; | 
 |  |  |     /** 实名认证费用 */ | 
 |  |  |     realVerifyCost?: number; | 
 |  |  |     /** 签约费用 */ | 
 |  |  |     signCost?: number; | 
 |  |  |     /** 统一签约费用 */ | 
 |  |  |     mergeSignCost?: number; | 
 |  |  |     /** 上上签是否配置 */ | 
 |  |  |     isSetBestSign?: boolean; | 
 |  |  |     /** 阿里信任签配置 */ | 
 |  |  |     isSetAlipaySign?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrEditLgGigWorkerSignFreeSettingInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 渠道Id */ | 
 |  |  |     signChannelId?: string; | 
 |  |  |     /** 赠送条数 */ | 
 |  |  |     freeCount?: number; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrEditLgGigWorkerSignSettingInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     signChannel?: SignChannelEnum; | 
 |  |  |     /** 实名认证费用 */ | 
 |  |  |     realVerifyCost?: number; | 
 |  |  |     /** 签约费用 */ | 
 |  |  |     signCost?: number; | 
 |  |  |     /** 统一签约费用 */ | 
 |  |  |     mergeSignCost?: number; | 
 |  |  |     chargeType?: ChargeTypeEnum; | 
 |  |  |     status?: LgGigWorkerSignStatus; | 
 |  |  |     settingStatus?: LgGigWorkerSignSettingStatus; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrEditMarketProductInput { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 保险名称 */ | 
 |  |  |     name: string; | 
 |  |  |     /** 保险险种 */ | 
 |  |  |     insureType: string; | 
 |  |  |     /** 保险公司 */ | 
 |  |  |     companyId: string; | 
 |  |  |     priceBegin: number; | 
 |  |  |     /** 价格范围结束 */ | 
 |  |  |     priceEnd?: number; | 
 |  |  |     insureWay: string; | 
 |  |  |     jobLevelBegin: number; | 
 |  |  |     jobLevelEnd: number; | 
 |  |  |     ageBegin: number; | 
 |  |  |     ageEnd: number; | 
 |  |  |     /** 标签的Id */ | 
 |  |  |     tagId?: number; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sort?: number; | 
 |  |  |     /** 产品简述 */ | 
 |  |  |     description?: string; | 
 |  |  |     /** 保险场景 */ | 
 |  |  |     scene?: string; | 
 |  |  |     /** 保险方案 */ | 
 |  |  |     scheme?: string; | 
 |  |  |     /** 保险流程 */ | 
 |  |  |     flow?: string; | 
 |  |  |     /** 保险须知 */ | 
 |  |  |     needKnow?: string; | 
 |  |  |     supplierType: number; | 
 |  |  |     /** 供应商Id */ | 
 |  |  |     supplierId?: string; | 
 |  |  |     productUrl: string; | 
 |  |  |     /** 合作文件 */ | 
 |  |  |     collaborateFile?: string; | 
 |  |  |     /** 线上保险还是线下保险 */ | 
 |  |  |     onlineType?: number; | 
 |  |  |     /** 是否为授权产品 */ | 
 |  |  |     isNeedAuth?: boolean; | 
 |  |  |     /** 年保天数 */ | 
 |  |  |     yearWayDays?: number; | 
 |  |  |     marketProductQuestion?: InsureMarketProductQuestionInput[]; | 
 |  |  |     marketProductSchemeType?: InsureMarketProductSchemeTypeInput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrEditParkOrHRAuditInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 类别ID */ | 
 |  |  |     categoryId: string; | 
 |  |  |     /** 所属账号Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 人资公司Id */ | 
 |  |  |     parkOrHRId?: string; | 
 |  |  |     /** 10 园区 20 人资企业 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 是否隐藏名字 1隐藏 0不隐藏 */ | 
 |  |  |     isHideName?: boolean; | 
 |  |  |     /** 园区/企业名称 */ | 
 |  |  |     name: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone: string; | 
 |  |  |     /** 是否展示 */ | 
 |  |  |     isShow?: boolean; | 
 |  |  |     /** 园区对外联系人 */ | 
 |  |  |     foreignContact?: string; | 
 |  |  |     /** 园区对外联系方式 */ | 
 |  |  |     foreignContactPhone?: string; | 
 |  |  |     provinceCode?: number; | 
 |  |  |     cityCode?: number; | 
 |  |  |     countyCode?: number; | 
 |  |  |     provinceName?: string; | 
 |  |  |     cityName?: string; | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 园区介绍 */ | 
 |  |  |     description?: string; | 
 |  |  |     parkCustomersCount?: ParkCustomersCountTypeEnum; | 
 |  |  |     /** 成立年份 */ | 
 |  |  |     setUpDate: number; | 
 |  |  |     serveSetting?: string[]; | 
 |  |  |     workOfType?: string[]; | 
 |  |  |     parkStyle?: ParkStyleDto[]; | 
 |  |  |     hrArea?: HRAreaDto[]; | 
 |  |  |     honorCertificateCount?: number; | 
 |  |  |     serviceWorkerCount?: ServiceWorkerCountTypeEnum; | 
 |  |  |     /** 营业执照 */ | 
 |  |  |     licenseUrl?: string; | 
 |  |  |     /** 社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 人力资源许可证 */ | 
 |  |  |     hrLicenseUrl?: string; | 
 |  |  |     /** 劳务派遣许可证 */ | 
 |  |  |     laborLienseUrl?: string; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |     publishSourceType?: ParkOrHRPublishSourceTypeEnum; | 
 |  |  |     auditStatus?: ParkOrHRAuditStatusEnum; | 
 |  |  |     /** 编辑戳 */ | 
 |  |  |     editStamp?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 园区入驻客户数 */ | 
 |  |  |     parkSettledCustomersCount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrEditParkOrHRInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 所属账号 10自动创建 20选择账号 */ | 
 |  |  |     belongAccountWay?: number; | 
 |  |  |     /** 类别ID */ | 
 |  |  |     categoryId: string; | 
 |  |  |     /** 所属账号Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 审批状态 1初始状态 5草稿 10待审核 20办理中 30通过 40驳回 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 10 园区 20 人资企业 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 是否隐藏名字 1隐藏 0不隐藏 */ | 
 |  |  |     isHideName?: boolean; | 
 |  |  |     /** 园区/企业名称 */ | 
 |  |  |     name: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone: string; | 
 |  |  |     /** 园区/企业级别 10国家级 20省级 30市级 40区县级 */ | 
 |  |  |     level?: number; | 
 |  |  |     /** 园区类型 (对应于SearchSetting 中SearchType=40的Id)(实体产业园/数字产业园/...) */ | 
 |  |  |     parkTypeId?: string; | 
 |  |  |     /** 是否展示 */ | 
 |  |  |     isShow?: boolean; | 
 |  |  |     /** 园区对外联系人 */ | 
 |  |  |     foreignContact?: string; | 
 |  |  |     /** 园区对外联系方式 */ | 
 |  |  |     foreignContactPhone?: string; | 
 |  |  |     provinceCode?: number; | 
 |  |  |     cityCode?: number; | 
 |  |  |     countyCode?: number; | 
 |  |  |     provinceName?: string; | 
 |  |  |     cityName?: string; | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 园区入驻客户数 */ | 
 |  |  |     parkSettledCustomersCount?: number; | 
 |  |  |     /** 运营机构 10民企运营 20政府运营 */ | 
 |  |  |     operatingAgencies?: number; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 园区介绍 */ | 
 |  |  |     description?: string; | 
 |  |  |     parkCustomersCount?: ParkCustomersCountTypeEnum; | 
 |  |  |     /** 成立年份 */ | 
 |  |  |     setUpDate: number; | 
 |  |  |     serveSetting?: string[]; | 
 |  |  |     workOfType?: string[]; | 
 |  |  |     parkStyle?: ParkStyleDto[]; | 
 |  |  |     hrArea?: HRAreaDto[]; | 
 |  |  |     honorCertificateCount?: number; | 
 |  |  |     serviceWorkerCount?: ServiceWorkerCountTypeEnum; | 
 |  |  |     /** 营业执照 */ | 
 |  |  |     licenseUrl?: string; | 
 |  |  |     /** 社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 人力资源许可证 */ | 
 |  |  |     hrLicenseUrl?: string; | 
 |  |  |     /** 劳务派遣许可证 */ | 
 |  |  |     laborLienseUrl?: string; | 
 |  |  |     publishSourceType?: ParkOrHRPublishSourceTypeEnum; | 
 |  |  |     /** 编辑戳 */ | 
 |  |  |     editStamp?: string; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrEditParkRewardApplyInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 公司名称 */ | 
 |  |  |     companyName: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone: string; | 
 |  |  |     /** 申请理由 */ | 
 |  |  |     applyReason: string; | 
 |  |  |     parkRewardId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrEditParkRewardInput { | 
 |  |  |     /** 奖励名称 */ | 
 |  |  |     rewardName: string; | 
 |  |  |     rewardType: RewardTypeEnum; | 
 |  |  |     /** 适用园区 */ | 
 |  |  |     parkId?: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 省名称 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市名称 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 奖励说明 */ | 
 |  |  |     rewardIntroduce?: string; | 
 |  |  |     /** 使用规则 */ | 
 |  |  |     rewardRule?: string; | 
 |  |  |     rewardUseType?: RewardUseTypeEnum; | 
 |  |  |     status?: ParkRewardStatusEnum; | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrEditPlatformContactInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 行业服务 = 0 行业配套 = 1  甲方需求 = 2 行业资讯 = 3; */ | 
 |  |  |     categoryType: number; | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 联系方式 */ | 
 |  |  |     contactPhone: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrEditPlatUserAccountSettingInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 账户名称 */ | 
 |  |  |     accountName?: string; | 
 |  |  |     /** 账户头像 */ | 
 |  |  |     headUrl?: string; | 
 |  |  |     /** 描述 */ | 
 |  |  |     description?: string; | 
 |  |  |     /** 运营账号名称 */ | 
 |  |  |     userName?: string; | 
 |  |  |     status?: boolean; | 
 |  |  |     categoryIds?: number[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrEditResourceInput { | 
 |  |  |     id?: string; | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 资源标题 */ | 
 |  |  |     title: string; | 
 |  |  |     /** 资源数量 */ | 
 |  |  |     resourceCount: number; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactNumber?: string; | 
 |  |  |     /** 预计交付完成天数 */ | 
 |  |  |     estimatedDeliveryCompletionMonth?: number; | 
 |  |  |     /** 合作费 */ | 
 |  |  |     cooperationFee: string; | 
 |  |  |     /** 10未提交 20待审核 30 进行中 40 下架 50 系统下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 是否推荐 1是 */ | 
 |  |  |     isRecommend?: boolean; | 
 |  |  |     /** 是否同步到朋友圈 */ | 
 |  |  |     isSyncCircleFriend?: boolean; | 
 |  |  |     /** 所在省区域码 */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 所在省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     checkRemark?: string; | 
 |  |  |     /** 标签Id */ | 
 |  |  |     resourceTagIds?: OrderSettingDto[]; | 
 |  |  |     /** 意向输送城市 */ | 
 |  |  |     intendedDeliveryCity: CityInfo[]; | 
 |  |  |     /** 所在城市 */ | 
 |  |  |     cities: CityInfo[]; | 
 |  |  |     resourceStyleInfo?: ResourceStyleInfo[]; | 
 |  |  |     /** 资源介绍 */ | 
 |  |  |     resourceIntros?: ResourceIntro[]; | 
 |  |  |     /** 名片用户id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 行业类型 */ | 
 |  |  |     industryTypeId: string; | 
 |  |  |     /** 是否开通在线交易 */ | 
 |  |  |     isOpenOnlineTrade?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrEditSearchInput { | 
 |  |  |     id?: string; | 
 |  |  |     parentId?: string; | 
 |  |  |     /** 搜素管理 10热搜词 20服务类型 30工种 40园区类型 50资讯活动类型 60政策颁布机构 70区域管理 80产品类型 90需求类型 100需求范围 | 
 |  |  | 110 员工福利 120行业类型 130 猎头 140 咨询类别 150 帮助类型 160 人资行业类型 */ | 
 |  |  |     searchType: number; | 
 |  |  |     /** 所属类别 10园区 20人资企业 */ | 
 |  |  |     belongType?: number; | 
 |  |  |     /** 名称 */ | 
 |  |  |     name: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sort: number; | 
 |  |  |     /** 状态 1显示 0禁用 */ | 
 |  |  |     status: boolean; | 
 |  |  |     /** 图片 */ | 
 |  |  |     src?: string; | 
 |  |  |     /** 推荐 1推荐 0不推荐 */ | 
 |  |  |     isRecommend?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrEditTrainingInput { | 
 |  |  |     id?: string; | 
 |  |  |     categoryId?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 培训标题 */ | 
 |  |  |     title: string; | 
 |  |  |     /** 10未提交 20待审核 30 进行中 40 下架 50 系统下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     creationTime?: string; | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区 */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 是否推荐 1是 */ | 
 |  |  |     isRecommend?: boolean; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactNumber: string; | 
 |  |  |     /** 最后上架时间 */ | 
 |  |  |     lastShelfTime?: string; | 
 |  |  |     /** 员工薪酬 */ | 
 |  |  |     salary?: number; | 
 |  |  |     /** 起始综合月薪 */ | 
 |  |  |     startMonthlySalary?: number; | 
 |  |  |     /** 截止综合月薪 */ | 
 |  |  |     endMonthlySalary?: number; | 
 |  |  |     /** 10 固定 20 面议 */ | 
 |  |  |     salaryType?: number; | 
 |  |  |     department?: string; | 
 |  |  |     month?: string; | 
 |  |  |     /** 工作介绍 */ | 
 |  |  |     trainIntroduction?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrUpdateAdvertisePriceInput { | 
 |  |  |     /** 广告类型:0产品服务,1行业资讯 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 广告位置:0首页一级,1首页二级,2详情页推荐 */ | 
 |  |  |     position?: number; | 
 |  |  |     /** 价格信息 */ | 
 |  |  |     prices?: PeriodPriceInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrUpdateCategoryInput { | 
 |  |  |     /** 类别Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 类型:0产品类别,1资讯类别 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 名称 */ | 
 |  |  |     name: string; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryIntId?: number; | 
 |  |  |     /** 简述 */ | 
 |  |  |     sketch: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     /** 图标地址 */ | 
 |  |  |     icon?: string; | 
 |  |  |     /** 头部图标地址 */ | 
 |  |  |     headIcon?: string; | 
 |  |  |     /** 是否支持广告 */ | 
 |  |  |     isSupportAdvertise?: boolean; | 
 |  |  |     /** 备选图片(封面信息) */ | 
 |  |  |     coverInfo?: CoverMsg[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrUpdateCooperationApplyInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 合作的类别 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 企业规模 */ | 
 |  |  |     companyScale?: number; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 省市 */ | 
 |  |  |     provinceCity?: string; | 
 |  |  |     /** 申请描述 */ | 
 |  |  |     applyDescription?: string; | 
 |  |  |     status?: CooperationApplyStatusEnum; | 
 |  |  |     applyType?: CooperationApplyTypeEnum; | 
 |  |  |     companyName?: string; | 
 |  |  |     insurePeopleNumber?: InsurePeopleNumberEnum; | 
 |  |  |     /** 投保需求 */ | 
 |  |  |     requirement?: string; | 
 |  |  |     /** 短信验证码 */ | 
 |  |  |     verificationCode: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrUpdateOrderinput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 订单名称 */ | 
 |  |  |     name: string; | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 所属账号Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** -10 驳回 10未提交 20待审核 30 进行中 40 下架 50 系统下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 招聘人数类型 10 固定人数  20 范围人数 */ | 
 |  |  |     hireType: number; | 
 |  |  |     /** 固定人数 或 范围人数的起始人数 */ | 
 |  |  |     hireNumber?: number; | 
 |  |  |     /** 范围人数的截止人数 */ | 
 |  |  |     hireEndNumber?: number; | 
 |  |  |     /** 返费备注 */ | 
 |  |  |     rebateRemark?: string; | 
 |  |  |     /** 起始年龄 */ | 
 |  |  |     ageStart?: number; | 
 |  |  |     /** 截止年龄 */ | 
 |  |  |     ageEnd?: number; | 
 |  |  |     /** 学历要求 0 不限 10 小学 20 初中 30 高中 40 专科 50 大学 60 硕士 70 博士 及以上 */ | 
 |  |  |     education?: number; | 
 |  |  |     /** 性别要求 0 不限 10 仅限男士 20 仅限女士 */ | 
 |  |  |     sexRequirement: number; | 
 |  |  |     /** 男性人数 */ | 
 |  |  |     manNumber?: number; | 
 |  |  |     /** 女性人数 */ | 
 |  |  |     womanNumber?: number; | 
 |  |  |     /** 工作性质 10 两班倒 20 仅白班 */ | 
 |  |  |     workNature?: number; | 
 |  |  |     /** 白班时间 */ | 
 |  |  |     dayStartTime?: string; | 
 |  |  |     /** 白班截止时间 */ | 
 |  |  |     dayEndTime?: string; | 
 |  |  |     /** 晚班开始时间 */ | 
 |  |  |     nightStartTime?: string; | 
 |  |  |     /** 晚班截止时间 */ | 
 |  |  |     nightEndTime?: string; | 
 |  |  |     /** 员工薪酬 */ | 
 |  |  |     salary?: number; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactNumber?: string; | 
 |  |  |     /** 公司座机 */ | 
 |  |  |     companyLandline?: string; | 
 |  |  |     /** 接车电话 */ | 
 |  |  |     carNumber?: string; | 
 |  |  |     provinceCode?: number; | 
 |  |  |     cityCode?: number; | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 工作介绍 */ | 
 |  |  |     jobIntroduction?: string; | 
 |  |  |     /** 起始综合月薪 */ | 
 |  |  |     startMonthlySalary?: number; | 
 |  |  |     /** 截止综合月薪 */ | 
 |  |  |     endMonthlySalary?: number; | 
 |  |  |     /** 结算方式 10 月结 20 周结 30 日结 */ | 
 |  |  |     salaryType?: number; | 
 |  |  |     /** 服务费 */ | 
 |  |  |     service?: number; | 
 |  |  |     /** 对外联系方式 10 平台 20 手动输入 */ | 
 |  |  |     externalcontactType?: number; | 
 |  |  |     /** 对外联系电话 */ | 
 |  |  |     externalcontactNumber?: string; | 
 |  |  |     /** 员工福利 */ | 
 |  |  |     searchSettingId?: string[]; | 
 |  |  |     /** 是否同步到朋友圈 */ | 
 |  |  |     isSyncCircleFriend?: boolean; | 
 |  |  |     /** 企业风采 */ | 
 |  |  |     src?: string[]; | 
 |  |  |     checkRemark?: string; | 
 |  |  |     /** 行业类型 */ | 
 |  |  |     industryTypeId?: string; | 
 |  |  |     /** 员工薪资 10 月薪, 20 周薪,30 日薪,40 时薪 */ | 
 |  |  |     salaryTimeType?: number; | 
 |  |  |     /** 综合薪资 */ | 
 |  |  |     integratedSalary?: string; | 
 |  |  |     supplierRefundList?: SupplierRefundList[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrUpdateRewardPercentageInput { | 
 |  |  |     /** Up主等级 */ | 
 |  |  |     upLevel?: number; | 
 |  |  |     /** Up主占比 */ | 
 |  |  |     upRatio?: number; | 
 |  |  |     /** 平台占比 */ | 
 |  |  |     platformRatio?: number; | 
 |  |  |   interface CreateLifePayOrderOutput { | 
 |  |  |     orderNo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrUpdateRoleInput { | 
 |  |  | 
 |  |  |     remark?: string; | 
 |  |  |     /** 角色Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrUpdateTagInput { | 
 |  |  |     /** 标签Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 类型:0产品标签,1资讯标签,2自定义标签,3快捷评论标签 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 行业服务 = 0 行业配套 = 1  甲方需求 = 2 行业资讯 = 3; */ | 
 |  |  |     categoryType?: number; | 
 |  |  |     /** 名称 */ | 
 |  |  |     name: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateParkOrHRAdvertiseInput { | 
 |  |  |     /** 对外联系人 */ | 
 |  |  |     outerContacter?: string; | 
 |  |  |     /** 对外联系电话是否平台电话 */ | 
 |  |  |     isOuterPhonePlatform?: boolean; | 
 |  |  |     /** 对外联系人号码 */ | 
 |  |  |     outerContacterPhone?: string; | 
 |  |  |     /** 广告起始时间 */ | 
 |  |  |     startTime?: string; | 
 |  |  |     /** 广告到期时间 */ | 
 |  |  |     endTime?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     /** 广告位置:0首页一级,1首页二级,2详情页推荐 */ | 
 |  |  |     position?: number; | 
 |  |  |     /** 广告类型:0付费,1免费 */ | 
 |  |  |     payType?: number; | 
 |  |  |     /** 付费额 */ | 
 |  |  |     fee?: number; | 
 |  |  |     /** 状态:0(客户端)提交,-10下架,10上架 */ | 
 |  |  |     status?: number; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 产品Id */ | 
 |  |  |     parkOrHRId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateParkRewardApplyFollowInput { | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 奖励申请ID */ | 
 |  |  |     parkRewardApplyId?: string; | 
 |  |  |     status?: ParkRewardApplyStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreatePlatformCooperationApplyInput { | 
 |  |  |     /** 合作的类别 */ | 
 |  |  |     title: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone: string; | 
 |  |  |     /** 合作备注 */ | 
 |  |  |     applyDescription: string; | 
 |  |  |     /** 公司名称 */ | 
 |  |  |     companyName: string; | 
 |  |  |     applyType?: CooperationApplyTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateProductAdvertiseInput { | 
 |  |  |     /** 对外联系人 */ | 
 |  |  |     outerContacter?: string; | 
 |  |  |     /** 对外联系电话是否平台电话 */ | 
 |  |  |     isOuterPhonePlatform?: boolean; | 
 |  |  |     /** 对外联系人号码 */ | 
 |  |  |     outerContacterPhone?: string; | 
 |  |  |     /** 广告起始时间 */ | 
 |  |  |     startTime?: string; | 
 |  |  |     /** 广告到期时间 */ | 
 |  |  |     endTime?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     /** 广告位置:0首页一级,1首页二级,2详情页推荐 */ | 
 |  |  |     position?: number; | 
 |  |  |     /** 广告类型:0付费,1免费 */ | 
 |  |  |     payType?: number; | 
 |  |  |     /** 付费额 */ | 
 |  |  |     fee?: number; | 
 |  |  |     /** 状态:0(客户端)提交,-10下架,10上架 */ | 
 |  |  |     status?: number; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 产品Id */ | 
 |  |  |     productId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateProductInput { | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 运营类别:1平台自营,2客户自营 */ | 
 |  |  |     operateType?: number; | 
 |  |  |     /** 客户Id */ | 
 |  |  |     customerId?: string; | 
 |  |  |     /** 产品名称 */ | 
 |  |  |     name: string; | 
 |  |  |     /** 简述 */ | 
 |  |  |     sketch?: string; | 
 |  |  |     /** 状态:-1保存,0提交待审核(发布) */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 封面信息 */ | 
 |  |  |     coverInfo?: CoverInfo[]; | 
 |  |  |     /** 详情信息 */ | 
 |  |  |     priceVersionInfo?: PriceVersionInfo[]; | 
 |  |  |     /** 标签信息 */ | 
 |  |  |     tagInfo?: TagMsg[]; | 
 |  |  |     /** 详情信息 */ | 
 |  |  |     introInfo?: IntroInfo[]; | 
 |  |  |     /** 初始销售量 */ | 
 |  |  |     initSalesVolume?: number; | 
 |  |  |     /** 初始评分 */ | 
 |  |  |     initScore?: number; | 
 |  |  |     /** 初始浏览量 */ | 
 |  |  |     initViewCount?: number; | 
 |  |  |     /** 初始关注量 */ | 
 |  |  |     initAttendedCount?: number; | 
 |  |  |     /** 初始好评数 */ | 
 |  |  |     initPraiseCount?: number; | 
 |  |  |     /** 初始点赞数 */ | 
 |  |  |     initThumbsUpCount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreatePurchasedProductInput { | 
 |  |  |     /** 产品Id */ | 
 |  |  |     productId?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 版本Id */ | 
 |  |  |     versionId?: string; | 
 |  |  |     /** 产品单价 */ | 
 |  |  |     unitPrice?: number; | 
 |  |  |     /** 版本名 */ | 
 |  |  |     versionName?: string; | 
 |  |  |     /** 收费方式 */ | 
 |  |  |     chargeWay?: string; | 
 |  |  |     /** 产品数量 */ | 
 |  |  |     count?: number; | 
 |  |  |     /** 状态:0待确认验收,10待评价(确认验收),20交易完成,-10申请退款,-20退款成功,-30申请退款驳回 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateRechargeInput { | 
 |  |  |     /** 充值金额,单位为元。 */ | 
 |  |  |     amount: number; | 
 |  |  |     /** 打款凭证 */ | 
 |  |  |     acountBillUrl: string; | 
 |  |  |     userId: string; | 
 |  |  |     /** 打款日期 */ | 
 |  |  |     successTime: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateUserForAdminInput { | 
 |  |  |     createAccountData?: CreateAccountInput; | 
 |  |  |     updateUserInfoData?: UpdateUserInfoInput; | 
 |  |  |     /** 初始密码 */ | 
 |  |  |     initPassword?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateUserWithdrawInput { | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 提现单号 */ | 
 |  |  |     withDrawNo?: string; | 
 |  |  |     /** 提现类型:10微信,20支付宝 30 银行卡 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 账号名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 收款账号 */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 账号支行 */ | 
 |  |  |     bankBranch?: string; | 
 |  |  |     amount?: number; | 
 |  |  |     /** 交易状态 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 回单URL */ | 
 |  |  |     receiptUrl?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateWithdrawAccountInput { | 
 |  |  |     /** 收款账号 */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 账号支行 */ | 
 |  |  |     bankBranch?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CredentialVerifyEnterpriseIdInput { | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称。 当企业为个体工商户时情况比较复杂:①个体工商户营业执照上若有“企业名称”、“名称”、“经营字号”、“字号”等项目则用这些项目作为企业名称传入;②个体工商户营业执照上若没有“企业名称”、“名称”、“经营字号”、“字号”等项目仅有“经营者”与“统一社会信用代码”,则该字段传空;③若个体工商户有“企业名称”、“名称”、“经营字号”、“字号”等项目但项目显示为***或者是空着的,则先尝试用“经营者”名称作为企业名称传入,如果传“经营者”名称通不过则再换成传空重试。 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 工商注册号或统一社会信用代码,限中国大陆企业 */ | 
 |  |  |     identity?: string; | 
 |  |  |     /** 法定代表人姓名 */ | 
 |  |  |     legalPerson?: string; | 
 |  |  |     /** 法定代表人证件号 ,在工商局注册的法人证件号码 企业四要素认证时需要该参数 */ | 
 |  |  |     legalPersonIdentity?: string; | 
 |  |  |     /** 认证方式  10法人认证  20代理人认证 */ | 
 |  |  |     certificationMode?: number; | 
 |  |  |     certificationContact?: string; | 
 |  |  |     certificationContactPhone?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CredentialVerifyEnterpriseIdResponse { | 
 |  |  |     /** 认证消息 */ | 
 |  |  |     msg?: string; | 
 |  |  |     /** "1"表示验证通过,“0”表示验证不通过  | 
 |  |  | 非大陆身份信息二要验证接口 对应 1 成功,2失败,3正在处理中,4异常 | 
 |  |  | 企业应答验证接口 对应  1:成功 0:验证失败 | 
 |  |  | 个人手机号三要素验证码校验接口 1:成功 0:验证失败 4:查无记录或不支持该号段等其他情况 | 
 |  |  | 银行卡多要素验证码校验接口  1:成功 0:验证失败 | 
 |  |  | 银行卡多要素校验及发送验证码(支持非身份证)接口 1:成功,非1:验证失败 | 
 |  |  | 银行卡多要素验证码校验(支持非身份证)接口 1:成功,非1:验证失败 */ | 
 |  |  |     result?: string; | 
 |  |  |     /** 企业经营状态 */ | 
 |  |  |     businessStatus?: string; | 
 |  |  |     /** 流程id */ | 
 |  |  |     flowId?: string; | 
 |  |  |     /** 企业经营状态 */ | 
 |  |  |     personalIdentity4PlusKey?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CredentialVerifyEnterpriseIdResponseBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: CredentialVerifyEnterpriseIdResponse; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CredentialVerifyEnterprisePayAuthInput { | 
 |  |  |     /** 银行卡号 */ | 
 |  |  |     bizNo?: string; | 
 |  |  |     /** 打款金额 */ | 
 |  |  |     bankCard?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CredentialVerifyEnterprisePayAuthVerifyInput { | 
 |  |  |     /** 银行卡号 */ | 
 |  |  |     bankCard?: string; | 
 |  |  |     /** 收款金额 */ | 
 |  |  |     amount?: number; | 
 |  |  |     /** 打款金额 */ | 
 |  |  |     transactionAmount?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CredentialVerifyFaceAuthResultDownloadInput { | 
 |  |  |     /** 订单号 刷脸认证:orderNo是进行腾讯云刷脸认证时使用的唯一标识的字符串; 刷脸签署:ordrerNo需要调用【获取刷脸签署订单号】接口获取 */ | 
 |  |  |     orderNo?: string; | 
 |  |  |     /** 返回数据类型 返回数据类型,枚举值1,2,3; 1表示视频照片都返回 2表示返回照片 3表示返回视频 */ | 
 |  |  |     dataType?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CredentialVerifyFaceAuthResultDownloadResponse { | 
 |  |  |     /** 描述信息 */ | 
 |  |  |     message?: string; | 
 |  |  |     /** 视频文件,base64编码格式 */ | 
 |  |  |     video?: string; | 
 |  |  |     /** 照片文件,base64编码格式 */ | 
 |  |  |     photo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CredentialVerifyFaceAuthResultDownloadResponseBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: CredentialVerifyFaceAuthResultDownloadResponse; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CredentialVerifyPersonalBankcard2Input { | 
 |  |  |     /** 银行卡号 */ | 
 |  |  |     bankcard?: string; | 
 |  |  |     /** 姓名/名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 证件号,目前只支持中国大陆身份证号 银行卡多素认证时必须 */ | 
 |  |  |     identity?: string; | 
 |  |  |     /** 手机号 否 ,银行卡多素认证时必须 */ | 
 |  |  |     mobile?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CredentialVerifyPersonalId3AbroadInput { | 
 |  |  |     /** 企业名称。 当企业为个体工商户时情况比较复杂:①个体工商户营业执照上若有“企业名称”、“名称”、“经营字号”、“字号”等项目则用这些项目作为企业名称传入;②个体工商户营业执照上若没有“企业名称”、“名称”、“经营字号”、“字号”等项目仅有“经营者”与“统一社会信用代码”,则该字段传空;③若个体工商户有“企业名称”、“名称”、“经营字号”、“字号”等项目但项目显示为***或者是空着的,则先尝试用“经营者”名称作为企业名称传入,如果传“经营者”名称通不过则再换成传空重试。 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 工商注册号或统一社会信用代码,限中国大陆企业 */ | 
 |  |  |     identity?: string; | 
 |  |  |     /** 国籍,3位国籍代码,国家名英文缩写,除港澳以外参照 ISO3166 标准,定居国外的中国公民和港澳台居民使用 CHN */ | 
 |  |  |     nationality?: string; | 
 |  |  |     /** 证件类型,枚举值,1- 定居国外的中国公民护照;2-港澳台居民来往内地通行证;3-外国人永久居留身份证;4-台湾居民来往大陆通行证 */ | 
 |  |  |     identityType?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CredentialVerifyPersonalIdentity2Input { | 
 |  |  |     /** 客户UserId */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 姓名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 证件号,目前只支持中国大陆身份证号 */ | 
 |  |  |     identity?: string; | 
 |  |  |     /** 手机号码 个人手机号三要素验证时必须 */ | 
 |  |  |     mobile?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CredentialVerifyPersonalIdentity2Response { | 
 |  |  |     /** "1"表示验证通过,“0”表示验证不通过 */ | 
 |  |  |     result?: string; | 
 |  |  |     /** 认证消息 */ | 
 |  |  |     msg?: string; | 
 |  |  |     /** 流程id */ | 
 |  |  |     flowId?: string; | 
 |  |  |     /** 业务流水号 */ | 
 |  |  |     bizNo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CredentialVerifyPersonalIdentity2ResponseBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: CredentialVerifyPersonalIdentity2Response; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CurrentCultureDto { | 
 |  |  | 
 |  |  |     roles?: string[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CusmterAmountDto { | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 余额总额 */ | 
 |  |  |     amount?: number; | 
 |  |  |     /** 充值金额 */ | 
 |  |  |     consumeAmount?: number; | 
 |  |  |     customerName?: string; | 
 |  |  |     contracter?: string; | 
 |  |  |     contracterPhone?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CusmterAmountDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: CusmterAmountDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CusmterAmountListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 客户名称 */ | 
 |  |  |     customerName?: string; | 
 |  |  |     amountBegin?: number; | 
 |  |  |     amountEnd?: number; | 
 |  |  |     consumeBegin?: number; | 
 |  |  |     consumeEnd?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CusmterRewardDto { | 
 |  |  |     transferId?: string; | 
 |  |  |     /** 打赏用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 被打赏用户Id */ | 
 |  |  |     rewardUserId?: string; | 
 |  |  |     /** 打赏金额 */ | 
 |  |  |     amount?: number; | 
 |  |  |     /** 被打赏客户名称 */ | 
 |  |  |     rewardCustomerName?: string; | 
 |  |  |     /** 打赏客户名称 */ | 
 |  |  |     customerName?: string; | 
 |  |  |     /** 打赏人的联系方式 */ | 
 |  |  |     customerPhone?: string; | 
 |  |  |     rewardTime?: string; | 
 |  |  |     title?: string; | 
 |  |  |     url?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CusmterRewardDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: CusmterRewardDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CusmterRewardListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 客户名称 */ | 
 |  |  |     customerName?: string; | 
 |  |  |     amountBegin?: number; | 
 |  |  |     amountEnd?: number; | 
 |  |  |     beginTime?: string; | 
 |  |  |     endTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CustomerManageListOutput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 登录用户名 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 用户手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     authType?: EnterpriseTypeEnum; | 
 |  |  |     /** 是否实名 */ | 
 |  |  |     isCertification?: boolean; | 
 |  |  |     /** 产业园区id */ | 
 |  |  |     industrialParkId?: string; | 
 |  |  |     /** 产业园区名称 */ | 
 |  |  |     industrialParkName?: string; | 
 |  |  |     /** 是否有服务人员 */ | 
 |  |  |     isHasServiceStaff?: boolean; | 
 |  |  |     /** 服务人员id */ | 
 |  |  |     userServiceStaffId?: string; | 
 |  |  |     /** 服务人员名称 */ | 
 |  |  |     userServiceStaffName?: string; | 
 |  |  |     /** 是否奖励金发放 */ | 
 |  |  |     isIncentivePayments?: boolean; | 
 |  |  |     /** 电子签赠送 */ | 
 |  |  |     isSignFreeSet?: boolean; | 
 |  |  |     /** 注册时间 */ | 
 |  |  |     registTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CustomerManageListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: CustomerManageListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CustomerMenu { | 
 |  |  |     /** 客户Id */ | 
 |  |  |     customerId?: string; | 
 |  |  |     /** 企业名称/个人姓名 */ | 
 |  |  |     customerName?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contacterPhone?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CustomerRechargeListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 昵称 */ | 
 |  |  |     customerId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CustomerTemplateParamListOutput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 模板id */ | 
 |  |  |     lgGigWorkerCustomerTemplateId?: string; | 
 |  |  |     /** 数据参数字典id */ | 
 |  |  |     templateDataParamId?: string; | 
 |  |  |     /** 模板参数名称 */ | 
 |  |  |     templateParamName?: string; | 
 |  |  |     /** 数据名称 */ | 
 |  |  |     dataParamName?: string; | 
 |  |  |     /** 模板参数字段名称 */ | 
 |  |  |     templateParamFieldName?: string; | 
 |  |  |     /** 数据参数字段名称 */ | 
 |  |  |     dataParamNameFieldName?: string; | 
 |  |  |     /** 模板参数值 仅无数据参数时存在值 */ | 
 |  |  |     templateParamValue?: string; | 
 |  |  |     /** 模板参数额外数据 */ | 
 |  |  |     templateParamExtraData?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface DataprepareCreateExtInfo { | 
 |  |  |     contextParams?: string; | 
 |  |  |     shortUrl?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface DataprepareCreateOutput { | 
 |  |  |     code?: string; | 
 |  |  |     subMsg?: string; | 
 |  |  |     jumpUrl?: string; | 
 |  |  |     extInfoStr?: string; | 
 |  |  |     extInfo?: DataprepareCreateExtInfo; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface DateTimeFormatDto { | 
 |  |  |     calendarAlgorithmType?: string; | 
 |  |  |     dateTimeFormatLong?: string; | 
 |  |  | 
 |  |  |     longTimePattern?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface DealWithRefundInput { | 
 |  |  |     /** 产品购买Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 退款处理状态状态:-20退款成功,-30申请退款驳回 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 退款处理备注 */ | 
 |  |  |     refundDealRemark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type DecimalDecimalValueTuple = true; | 
 |  |  |  | 
 |  |  |   interface DistTemplateCreateContractInput { | 
 |  |  |     /** 订单签约Id */ | 
 |  |  |     orderSignId?: string; | 
 |  |  |     orderId?: string; | 
 |  |  |     fromUserId?: string; | 
 |  |  |     toUserId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 企业信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 发起方联系人 */ | 
 |  |  |     contacterName?: string; | 
 |  |  |     /** 发起方联系人电话 */ | 
 |  |  |     contactPhoneNum?: string; | 
 |  |  |     /** 发起方联系人地址 */ | 
 |  |  |     contactAdress?: string; | 
 |  |  |     /** 账户类型 10银行 20支付宝 */ | 
 |  |  |     toUserAccountType?: number; | 
 |  |  |     /** 银行开户企业名称 */ | 
 |  |  |     bankEnterName?: string; | 
 |  |  |     /** 开户银行所属银行 */ | 
 |  |  |     bankName?: string; | 
 |  |  |     /** 开户银行支行名称 */ | 
 |  |  |     bankRamus?: string; | 
 |  |  |     /** 开户银行账号 */ | 
 |  |  |     bankAccoutNo?: string; | 
 |  |  |     /** 协议起始日期 */ | 
 |  |  |     pactStartDate?: string; | 
 |  |  |     /** 协议截止日期 */ | 
 |  |  |     pactEndDate?: string; | 
 |  |  |     /** 服务费结算方式 */ | 
 |  |  |     feePayDays?: number; | 
 |  |  |     /** 工资结算周期 */ | 
 |  |  |     wagesPayDays?: number; | 
 |  |  |     /** 费用明细表上传 */ | 
 |  |  |     payBillUploadDays?: number; | 
 |  |  |     /** 服务费发票开具 */ | 
 |  |  |     invoiceDays?: number; | 
 |  |  |     /** 相关费用支付 */ | 
 |  |  |     otherFeeDays?: number; | 
 |  |  |     /** 付款期数 */ | 
 |  |  |     datesCount?: number; | 
 |  |  |     /** 合同页面键值(非全部) */ | 
 |  |  |     listParams?: Record<string, any>; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface EDZ001Input { | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     acctNo: string; | 
 |  |  |     queryDate: string; | 
 |  |  |     pageNo: string; | 
 |  |  |     pageSize: string; | 
 |  |  |     checkFlag?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface EDZ001Item { | 
 |  |  |     actualPeriod?: string; | 
 |  |  |     finishFlag1?: string; | 
 |  |  |     acctNo?: string; | 
 |  |  |     balanceDate?: string; | 
 |  |  |     subAcctNo?: string; | 
 |  |  |     finishFlag2?: string; | 
 |  |  |     ccy?: string; | 
 |  |  |     balance?: string; | 
 |  |  |     valueDate?: string; | 
 |  |  |     dueDate?: string; | 
 |  |  |     cycle?: string; | 
 |  |  |     reconResult?: string; | 
 |  |  |     myBalance?: string; | 
 |  |  |     myInfo?: string; | 
 |  |  |     noMatchType?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface EDZ001Output { | 
 |  |  |     recordTotalCount?: string; | 
 |  |  |     resultNum?: string; | 
 |  |  |     beginRowNum?: string; | 
 |  |  |     endFlag?: string; | 
 |  |  |     list?: EDZ001Item[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface EDZ002Input { | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     acctNo: string; | 
 |  |  |     balanceDate: string; | 
 |  |  |     updateCts: string; | 
 |  |  |     list?: EDZ002Item[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface EDZ002Item { | 
 |  |  |     subAcctNo?: string; | 
 |  |  |     ccy: string; | 
 |  |  |     reconResult: string; | 
 |  |  |     myBalance?: string; | 
 |  |  |     myInfo?: number; | 
 |  |  |     noMatchType?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface EDZ002Output { | 
 |  |  |     stt?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ElecBillInfoOutput { | 
 |  |  |     /** 电子回单名称 */ | 
 |  |  |     elecBillDocName?: string; | 
 |  |  |     /** 电子回单地址 */ | 
 |  |  |     elecBillUrl?: string; | 
 |  |  |     /** 随机密码 */ | 
 |  |  |     randomPwd?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ElectricParValueOutput { | 
 |  |  |     electricType?: string; | 
 |  |  |     areaName?: string; | 
 |  |  |     parValue?: number; | 
 |  |  |     parValue?: string[]; | 
 |  |  |     rate?: number; | 
 |  |  |     comments?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ElectricParValueResponse { | 
 |  |  |     success?: string; | 
 |  |  |     success?: boolean; | 
 |  |  |     requestNo?: string; | 
 |  |  |     partnerId?: string; | 
 |  |  |     service?: string; | 
 |  |  |     version?: string; | 
 |  |  |     protocol?: string; | 
 |  |  |     context?: string; | 
 |  |  |     ext?: string; | 
 |  |  |     ext?: any; | 
 |  |  |     code?: string; | 
 |  |  |     message?: string; | 
 |  |  |     detail?: string; | 
 |  |  |     electricParValue?: ElectricParValueOutput; | 
 |  |  |     electricParValue?: ElectricParValueOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface EnableSearchSettingInput { | 
 |  |  |     id: string; | 
 |  |  |     status: boolean; | 
 |  |  |   interface ElectricSupportAreaChildCityListOutput { | 
 |  |  |     cityName?: string; | 
 |  |  |     cityParentId?: string; | 
 |  |  |     cityId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface EnquiriesAboutSingleTransactionInput { | 
 |  |  |     mrchCode: string; | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     origThirdVoucher?: string; | 
 |  |  |     origFrontLogNo?: string; | 
 |  |  |   interface ElectricSupportAreaListOutput { | 
 |  |  |     childCityList?: ElectricSupportAreaChildCityListOutput[]; | 
 |  |  |     cityName?: string; | 
 |  |  |     cityParentId?: string; | 
 |  |  |     cityId?: string; | 
 |  |  |     electricType?: string; | 
 |  |  |     parValue?: string[]; | 
 |  |  |     rate?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface EnquiriesAboutSingleTransactionOutput { | 
 |  |  |     origThirdVoucher?: string; | 
 |  |  |     frontLogNo?: string; | 
 |  |  |     cstInnerFlowNo?: string; | 
 |  |  |     ccyCode?: string; | 
 |  |  |     outAcctBankName?: string; | 
 |  |  |     outAcctNo?: string; | 
 |  |  |     inAcctBankName?: string; | 
 |  |  |     inAcctNo?: string; | 
 |  |  |     inAcctName?: string; | 
 |  |  |     tranAmount?: string; | 
 |  |  |     unionFlag?: string; | 
 |  |  |     stt?: string; | 
 |  |  |     isBack?: string; | 
 |  |  |     backRem?: string; | 
 |  |  |     yhcljg?: string; | 
 |  |  |     sysFlag?: string; | 
 |  |  |     fee?: string; | 
 |  |  |     transBsn?: string; | 
 |  |  |     submitTime?: string; | 
 |  |  |     accountDate?: string; | 
 |  |  |     hostFlowNo?: string; | 
 |  |  |     hostErrorCode?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface EnterinessLgGigSignFeeOutput { | 
 |  |  |     accountRemainAmount?: number; | 
 |  |  |     yesterdayFee?: number; | 
 |  |  |     oneWeekFee?: number; | 
 |  |  |     freeCount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface EnterpriseBatchRefundInput { | 
 |  |  |     guid?: string; | 
 |  |  |     listOrderNo?: number[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface EnterpriseMaterialDetailOutput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 年 */ | 
 |  |  |     year?: number; | 
 |  |  |     /** 月 */ | 
 |  |  |     month?: number; | 
 |  |  |     /** 用户id */ | 
 |  |  |     userId?: string; | 
 |  |  |     materialType?: EnterpriseMaterialTypeEnum; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 产业园区名称 */ | 
 |  |  |     industrialParkName?: string; | 
 |  |  |     materialItemOutputList?: EnterpriseMaterialItemOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type EnterpriseMaterialFileBusinessTypeEnum = | 
 |  |  |     | 10 | 
 |  |  |     | 20 | 
 |  |  |     | 30 | 
 |  |  |     | 40 | 
 |  |  |     | 50 | 
 |  |  |     | 60 | 
 |  |  |     | 70 | 
 |  |  |     | 80 | 
 |  |  |     | 90 | 
 |  |  |     | 100 | 
 |  |  |     | 110 | 
 |  |  |     | 200 | 
 |  |  |     | 210 | 
 |  |  |     | 220 | 
 |  |  |     | 999; | 
 |  |  |  | 
 |  |  |   interface EnterpriseMaterialItemOutput { | 
 |  |  |     fileBusinessType?: EnterpriseMaterialFileBusinessTypeEnum; | 
 |  |  |     /** 文件数量 */ | 
 |  |  |     fileCount?: number; | 
 |  |  |     /** 是否上传 */ | 
 |  |  |     isUploaded?: boolean; | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     materialFileItemList?: MaterialFileItemOutput[]; | 
 |  |  |     lastModifierName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface EnterpriseMaterialManageListOutput { | 
 |  |  |     id?: string; | 
 |  |  |     creationTime?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 年 */ | 
 |  |  |     year?: number; | 
 |  |  |     /** 月 */ | 
 |  |  |     month?: number; | 
 |  |  |     materialType?: EnterpriseMaterialTypeEnum; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 文件数量 */ | 
 |  |  |     fileCount?: number; | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     lastModifierName?: string; | 
 |  |  |     lastModifierId?: string; | 
 |  |  |     /** 产业园区名称 */ | 
 |  |  |     industrialParkName?: string; | 
 |  |  |     /** 产业园区Id */ | 
 |  |  |     industrialParkId?: string; | 
 |  |  |     /** 账号 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface EnterpriseMaterialManageListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: EnterpriseMaterialManageListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type EnterpriseMaterialTypeEnum = 10 | 11 | 20; | 
 |  |  |  | 
 |  |  |   interface EnterpriseRegVerifyInput { | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 认证企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 企业信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 认证方式 10法人认证 20代理人认证 */ | 
 |  |  |     certificationMode?: number; | 
 |  |  |     /** 法人姓名 */ | 
 |  |  |     legalPersonName?: string; | 
 |  |  |     /** 法人身份证号 */ | 
 |  |  |     legalPersonIdNumber?: string; | 
 |  |  |     /** 认证联系人 */ | 
 |  |  |     certificationContact?: string; | 
 |  |  |     /** 认证人手机号 */ | 
 |  |  |     certificationContactPhone?: string; | 
 |  |  |     /** 代理人姓名 */ | 
 |  |  |     proxyPersonName?: string; | 
 |  |  |     /** 代理人身份证号 */ | 
 |  |  |     proxyPersonIdNumber?: string; | 
 |  |  |     /** 注册类型 1个人 2企业 */ | 
 |  |  |     userType?: string; | 
 |  |  |     /** 是否手机验证码校验 */ | 
 |  |  |     isVerifyVCode?: boolean; | 
 |  |  |     /** 验证码 */ | 
 |  |  |     vcode?: string; | 
 |  |  |     /** 用于验证的key */ | 
 |  |  |     personalIdentity3Key?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface EnterpriseSimpleOutput { | 
 |  |  |     name?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type EnterpriseTypeEnum = 10 | 20 | 30 | 40; | 
 |  |  |  | 
 |  |  |   interface EnterpriseUserRegCredentialInput { | 
 |  |  |     /** 证件类型否 该证件类型会影响实际CA证书中的描述信息(仅支持CFCA企业证书),请慎用,该字段为非必填,默认为8-企业营业执照;  | 
 |  |  | 其他示例值: 3-工商登记证;4-税务登记证;-5-股东代码证;7-组织机构代码证;8-企业营业执照;9-法人代码证;H-事业单位法人证书;J-社会团体登记证书; | 
 |  |  | K-民办非企业登记证书;L-外国(地区)企业常驻代表机构;M-政府批文;N-统一社会信用代码证; 使用该字段时,证件号码仅使用regCode即可 */ | 
 |  |  |     enterpriseIdentityType?: string; | 
 |  |  |     /** 统一社会信用代码 多证合一后本字段填写统一社会信用代码,使用多证合一之前的旧版营业执照(在有效期内)的可填写工商注册号 */ | 
 |  |  |     regCode?: string; | 
 |  |  |     /** 组织机构代码 否 国家已推行多证合一,本字段非必填 */ | 
 |  |  |     orgCode?: string; | 
 |  |  |     /** 税务登记证号 否 国家已推行多证合一,本字段非必填 */ | 
 |  |  |     taxCode?: string; | 
 |  |  |     /** 经办人(或法定代表人)姓名 经办人姓名或法定代表人姓名 */ | 
 |  |  |     legalPerson?: string; | 
 |  |  |     /** 经办人(或法定代表人)证件号 经办人证件号或法人代表证件号 */ | 
 |  |  |     legalPersonIdentity?: string; | 
 |  |  |     /** 经办人(或法定代表人)证件类型 经办人证件类型或法人代表证件类型,与“legalPersonIdentity”要匹配,默认为“0”,为0时会校验18位身份证号格式。 0-居民身份证 1-护照 B-港澳居民往来内地通行证 C-台湾居民来往大陆通行证 E-户口簿 F-临时居民身份证 */ | 
 |  |  |     legalPersonIdentityType?: string; | 
 |  |  |     /** 法定代表人或经办人手机号 法人代表手机号或经办人手机号 */ | 
 |  |  |     legalPersonMobile?: string; | 
 |  |  |     /** 联系手机必填,为CA年检抽查时联系使用,可以填写经办人手机号 */ | 
 |  |  |     contactMobile?: string; | 
 |  |  |     /** 联系邮箱 否 */ | 
 |  |  |     contactMail?: string; | 
 |  |  |     /** 省份 否 */ | 
 |  |  |     province?: string; | 
 |  |  |     /** 城市 否 */ | 
 |  |  |     city?: string; | 
 |  |  |     /** 地址 否 */ | 
 |  |  |     address?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface EnterpriseUserRegInput { | 
 |  |  |     /** 用户账号 用户的唯一标识,可以是邮箱、手机号、证件号等不限,建议使用邮箱或手机号码。请勿使用空格、回车、换行等特殊字符。 */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 用户名称 必须和证件上登记的姓名一致 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 用户类型 1表示个人 2表示企业 */ | 
 |  |  |     userType?: string; | 
 |  |  |     /** 用户邮箱 否 */ | 
 |  |  |     mail?: string; | 
 |  |  |     /** 用户手机号 否 */ | 
 |  |  |     mobile?: string; | 
 |  |  |     /** 是否申请证书 否 需申请证书则填写1,申请证书所使用的证件信息请先核实确认正确无误后再调用本接口。 无需申请填写0。 */ | 
 |  |  |     applyCert?: string; | 
 |  |  |     credential?: EnterpriseUserRegCredentialInput; | 
 |  |  |     /** 是否申请自动注册 */ | 
 |  |  |     isDrivingApply?: boolean; | 
 |  |  |   interface ElectricSupportAreaResponse { | 
 |  |  |     success?: boolean; | 
 |  |  |     requestNo?: string; | 
 |  |  |     partnerId?: string; | 
 |  |  |     service?: string; | 
 |  |  |     version?: string; | 
 |  |  |     protocol?: string; | 
 |  |  |     context?: string; | 
 |  |  |     ext?: any; | 
 |  |  |     code?: string; | 
 |  |  |     message?: string; | 
 |  |  |     detail?: string; | 
 |  |  |     electricAreaList?: ElectricSupportAreaListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface EntityExtensionDto { | 
 |  |  |     properties?: Record<string, any>; | 
 |  |  |     configuration?: Record<string, any>; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ExportInsStaffInput { | 
 |  |  |     companyId?: string; | 
 |  |  |     url?: string; | 
 |  |  |     insureMarketProductId?: string; | 
 |  |  |     productSchemeTypeId?: string; | 
 |  |  |     /** 保障周期:1D、30D、360D(bizCode为长期时必传) */ | 
 |  |  |     period?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ExtensionEnumDto { | 
 |  |  | 
 |  |  |     isVisible?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface FailOrderInfo { | 
 |  |  |     orderNo?: number; | 
 |  |  |     name?: string; | 
 |  |  |     failReason?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface FeatureDto { | 
 |  |  |     name?: string; | 
 |  |  |     displayName?: string; | 
 |  |  | 
 |  |  |     key?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface FileDetail { | 
 |  |  |     fileName?: string; | 
 |  |  |     previewUrl?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface FileUploadOutput { | 
 |  |  |     code?: string; | 
 |  |  |     subMsg?: string; | 
 |  |  |     fileId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface FirstPartyCompanyAuditDatilOutput { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     /** 所属行业Id */ | 
 |  |  |     industryTypeId?: string; | 
 |  |  |     /** 所属行业名称 */ | 
 |  |  |     industryTypeName?: string; | 
 |  |  |     auditStatus?: ParkOrHRAuditStatusEnum; | 
 |  |  |     /** 账号 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 最后更新时间 */ | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     firstPartyCompanyId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface FirstPartyCompanyAuditListOutput { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     /** 所属行业Id */ | 
 |  |  |     industryTypeId?: string; | 
 |  |  |     /** 所属行业名称 */ | 
 |  |  |     industryTypeName?: string; | 
 |  |  |     auditStatus?: ParkOrHRAuditStatusEnum; | 
 |  |  |     /** 账号 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 最后更新时间 */ | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     firstPartyCompanyId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface FirstPartyCompanyAuditListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: FirstPartyCompanyAuditListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface FirstPartyCompanyDto { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     /** 所属行业Id */ | 
 |  |  |     industryTypeId?: string; | 
 |  |  |     status?: ParkOrStatusEnum; | 
 |  |  |     isUserCertification?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface FirstPartyCompanyListOutput { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     /** 所属行业Id */ | 
 |  |  |     industryTypeId?: string; | 
 |  |  |     /** 所属行业名称 */ | 
 |  |  |     industryTypeName?: string; | 
 |  |  |     status?: ParkOrStatusEnum; | 
 |  |  |     /** 账号 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 最后更新时间 */ | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface FirstPartyCompanyListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: FirstPartyCompanyListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface FollowUserInput { | 
 |  |  |     userId?: string; | 
 |  |  |     followUserId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface FollowUserListOutput { | 
 |  |  |     /** 名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 头像地址 */ | 
 |  |  |     avatarUrl?: string; | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 是否互相关注 */ | 
 |  |  |     isMutualFollow?: boolean; | 
 |  |  |     id?: string; | 
 |  |  |     /** 关注用户的Id */ | 
 |  |  |     followUserId?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface FollowUserListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: FollowUserListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface FrontHROfParkInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     parkId: string; | 
 |  |  |     /** 冠名级别 10国家级 20省级 30市级 40区县级 */ | 
 |  |  |     level?: number; | 
 |  |  |     workOfType?: string[]; | 
 |  |  |     service?: string[]; | 
 |  |  |     searchName?: string; | 
 |  |  |     isMy?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface FrontHROfParkList { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 封面 */ | 
 |  |  |     topSrc?: string; | 
 |  |  |     serviceWorkerCount?: ServiceWorkerCountTypeEnum; | 
 |  |  |     /** 营业执照 */ | 
 |  |  |     licenseUrl?: string; | 
 |  |  |     /** 社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 人力资源许可证 */ | 
 |  |  |     hrLicenseUrl?: string; | 
 |  |  |     /** 劳务派遣许可证 */ | 
 |  |  |     laborLienseUrl?: string; | 
 |  |  |     /** 服务 */ | 
 |  |  |     service?: string[]; | 
 |  |  |     /** 工种 */ | 
 |  |  |     workOfType?: string[]; | 
 |  |  |     /** 是否关注 */ | 
 |  |  |     isMyAttention?: boolean; | 
 |  |  |     /** 冠名 */ | 
 |  |  |     level?: number; | 
 |  |  |     location?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface FrontHROfParkListPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: FrontHROfParkList[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface FrontOrderList { | 
 |  |  |     id?: string; | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 订单名称 */ | 
 |  |  |     orderName?: string; | 
 |  |  |     creatorId?: string; | 
 |  |  |     creatorName?: string; | 
 |  |  |     companyName?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 起始综合月薪 */ | 
 |  |  |     startMonthlySalary?: number; | 
 |  |  |     /** 截止综合月薪 */ | 
 |  |  |     endMonthlySalary?: number; | 
 |  |  |     /** 最后上架时间 */ | 
 |  |  |     lastShelfTime?: string; | 
 |  |  |     /** 招聘人数类型 10 固定人数  20 范围人数 */ | 
 |  |  |     hireType?: number; | 
 |  |  |     /** 固定人数 或 范围人数的起始人数 */ | 
 |  |  |     hireNumber?: number; | 
 |  |  |     /** 工作性质 10 两班倒 20 仅白班 */ | 
 |  |  |     workNature?: number; | 
 |  |  |     /** 范围人数的截止人数 */ | 
 |  |  |     hireEndNumber?: number; | 
 |  |  |     /** 起始年龄 */ | 
 |  |  |     ageStart?: number; | 
 |  |  |     /** 截止年龄 */ | 
 |  |  |     ageEnd?: number; | 
 |  |  |     /** 性别要求 0 不限 10 仅限男士 20 仅限女士 30 男女设定 */ | 
 |  |  |     sexRequirement?: number; | 
 |  |  |     /** 男性人数 */ | 
 |  |  |     manNumber?: number; | 
 |  |  |     /** 女性人数 */ | 
 |  |  |     womanNumber?: number; | 
 |  |  |     /** 学历要求 0 不限 10 小学 20 初中 30 高中 40 专科 50 大学 60 硕士 70 博士 及以上 */ | 
 |  |  |     education?: number; | 
 |  |  |     /** 服务费 */ | 
 |  |  |     service?: number; | 
 |  |  |     /** -10 驳回 10未提交 20待审核 30 进行中 40 下架 50 系统下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     checkRemark?: string; | 
 |  |  |     /** 浏览量 */ | 
 |  |  |     viewCount?: number; | 
 |  |  |     creationTime?: string; | 
 |  |  |     provinceCode?: number; | 
 |  |  |     cityCode?: number; | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 申请合作企业 */ | 
 |  |  |     companyCount?: number; | 
 |  |  |     isRecommend?: boolean; | 
 |  |  |     userName?: string; | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 设置信息 */ | 
 |  |  |     searchSettings?: SearchSettingInfo[]; | 
 |  |  |     /** 返费信息 */ | 
 |  |  |     orderSupplierRefundInfo?: OrderSupplierRefundInfo[]; | 
 |  |  |     /** 审核通过时间 */ | 
 |  |  |     approvalTime?: string; | 
 |  |  |     /** 运费模式 10限时返费 20一次性返费 30 长期返 */ | 
 |  |  |     rebateMode?: number; | 
 |  |  |     /** 供应商利润 */ | 
 |  |  |     supplierProfit?: number; | 
 |  |  |     /** 10 一次性利润 20 xx元/每人/每小时 30 xx元/每人/每月 */ | 
 |  |  |     supplierProfitUint?: number; | 
 |  |  |     rebateTime?: number; | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 综合薪资 */ | 
 |  |  |     integratedSalary?: string; | 
 |  |  |     /** 行业类型名称 */ | 
 |  |  |     industryTypeName?: string; | 
 |  |  |     /** 用户头像地址 */ | 
 |  |  |     avatarUrl?: string; | 
 |  |  |     /** 职称 */ | 
 |  |  |     jobTitle?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 员工薪资 10 月薪, 20 周薪,30 日薪,40 时薪 */ | 
 |  |  |     salaryTimeType?: number; | 
 |  |  |     /** 申请人数 */ | 
 |  |  |     matchMakingApplyCount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface FrontOrderListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     searchName?: string; | 
 |  |  |     /** 工作性质 10 两班倒 20 仅白班 */ | 
 |  |  |     workNature?: number; | 
 |  |  |     provinceCode?: number; | 
 |  |  |     searchSettings?: string[]; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     categoryId?: string; | 
 |  |  |     rebateMode?: number; | 
 |  |  |     hireNumberBegin?: number; | 
 |  |  |     hireNumberEnd?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface FrontOrderListPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: FrontOrderList[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface FundOrderChangedInput { | 
 |  |  |     notifyId?: string; | 
 |  |  |     utcTimestamp?: string; | 
 |  |  |     msgMethod?: string; | 
 |  |  |     appId?: string; | 
 |  |  |   interface GasOrgTypeValueResponse { | 
 |  |  |     success?: boolean; | 
 |  |  |     requestNo?: string; | 
 |  |  |     partnerId?: string; | 
 |  |  |     service?: string; | 
 |  |  |     version?: string; | 
 |  |  |     bizContent?: OrderChangedBzContentInput; | 
 |  |  |     sign?: string; | 
 |  |  |     signType?: string; | 
 |  |  |     charset?: string; | 
 |  |  |     protocol?: string; | 
 |  |  |     context?: string; | 
 |  |  |     ext?: any; | 
 |  |  |     code?: string; | 
 |  |  |     message?: string; | 
 |  |  |     detail?: string; | 
 |  |  |     gasSupportMerchantInfos?: GasSupportMerchantInfos[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GeAlltCompanyUsersInput { | 
 |  |  |     /** 冠名:0其他,1省级,2市级,3区县级 */ | 
 |  |  |     namingType?: number; | 
 |  |  |     /** 查询条件:客户名称 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |     /** 适用区域 */ | 
 |  |  |     provinceCodes?: number[]; | 
 |  |  |   interface GasParValueOutput { | 
 |  |  |     gasOrgName?: string; | 
 |  |  |     gasOrgCode?: string; | 
 |  |  |     parValue?: string[]; | 
 |  |  |     rate?: number; | 
 |  |  |     comments?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GeInformationByUserIdInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |   interface GasParValueResponse { | 
 |  |  |     success?: boolean; | 
 |  |  |     requestNo?: string; | 
 |  |  |     partnerId?: string; | 
 |  |  |     service?: string; | 
 |  |  |     version?: string; | 
 |  |  |     protocol?: string; | 
 |  |  |     context?: string; | 
 |  |  |     ext?: any; | 
 |  |  |     code?: string; | 
 |  |  |     message?: string; | 
 |  |  |     detail?: string; | 
 |  |  |     gasParValue?: GasParValueOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type GenderTypeEnum = 1 | 2; | 
 |  |  |  | 
 |  |  |   interface GenerateUserNameInput { | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phoneNumber: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetAdvertisePriceInfosInput { | 
 |  |  |     /** 排序信息:默认按广告类型:Type、广告位置:Position升序 */ | 
 |  |  |     orderInput?: OrderInput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetAlipayAccount { | 
 |  |  |     companyName?: string; | 
 |  |  |     aliPayAccount?: string; | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetAllAttestationsInputV2 { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     authType?: EnterpriseTypeEnum; | 
 |  |  |     status?: UserCertificationStatusEnum; | 
 |  |  |     /** 查询条件:客户名称/联系人/手机号 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |     /** 开始最后登录时间 */ | 
 |  |  |     beginLastLoginTime?: string; | 
 |  |  |     /** 结束最后登录时间 */ | 
 |  |  |     endLastLoginTime?: string; | 
 |  |  |     /** 开始注册日期 */ | 
 |  |  |     beginRegistDate?: string; | 
 |  |  |     /** 结束注册日期 */ | 
 |  |  |     endRegistDate?: string; | 
 |  |  |   interface GasSupportMerchantInfos { | 
 |  |  |     gasOrgTypeCode?: string; | 
 |  |  |     gasOrgTypeName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetAreaListInput { | 
 |  |  | 
 |  |  |     layer?: number; | 
 |  |  |     /** 父级编码 */ | 
 |  |  |     parentCode?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetAsyncapplyCertStatusInput { | 
 |  |  |     /** 账号Id */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 证书Id */ | 
 |  |  |     taskId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetBackClientUsersInput { | 
 |  |  | 
 |  |  |     queryCondition?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetBatchBillDetailInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 保单Id */ | 
 |  |  |     insurancePolicyId?: string; | 
 |  |  |     /** 批单Id */ | 
 |  |  |     batchBillId?: string; | 
 |  |  |     /** 查询条件:人员名称/身份证号/用工企业 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |     companyId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetBatchBillStaffListOutput { | 
 |  |  |     addList?: InsureInsStaffList[]; | 
 |  |  |     delList?: InsureInsStaffList[]; | 
 |  |  |     updateList?: InsureInsStaffList[]; | 
 |  |  |     remainList?: InsureInsStaffList[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetBusinessPayInfoInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     settleNo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetBusinessPayInfoOutput { | 
 |  |  |     /** 收款方账号 */ | 
 |  |  |     inAccountNo?: string; | 
 |  |  |     /** 收款方户名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 收款方开户行 */ | 
 |  |  |     inAccountBankName?: string; | 
 |  |  |     /** 开户行行号 */ | 
 |  |  |     inAccountBankNo?: string; | 
 |  |  |     /** 金额 */ | 
 |  |  |     amount?: number; | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phoneNum?: string; | 
 |  |  |     /** 用途 */ | 
 |  |  |     useTo?: string; | 
 |  |  |     creationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetBusinessPayInfoOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: GetBusinessPayInfoOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCanAuthMarkProductOutput { | 
 |  |  |     hasAuthList?: AuthInsureMarkProductDto[]; | 
 |  |  |     notAuthList?: AuthInsureMarkProductDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCategoriesInput { | 
 |  |  |     /** 类型:0产品类别,1资讯类别 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 排序信息:默认按Sequence升序 */ | 
 |  |  |     orderInput?: OrderInput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCertDataInput { | 
 |  |  |     /** 账号Id */ | 
 |  |  |     account?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     userCertifiId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCertDataResponse { | 
 |  |  |     /** 账号Id */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 证书Id */ | 
 |  |  |     certId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCertDataResponseBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: GetCertDataResponse; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCircleFriendListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 查询条件:内容/发布人 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |     createStartTime?: string; | 
 |  |  |     createEndTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCircleFriendMutualFollowListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCircleFriendReplyListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 回复人名片名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 评论内容 */ | 
 |  |  |     content?: string; | 
 |  |  |     /** 被回复人/被评论人名片名 */ | 
 |  |  |     beRepliedName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCommentsForManageInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 状态:0提交待审核,10通过,-10驳回 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 评论起始日期 */ | 
 |  |  |     commentStartTime?: string; | 
 |  |  |     /** 评论截止日期 */ | 
 |  |  |     commentEndTime?: string; | 
 |  |  |     /** 查询条件:买家名称/卖家名称/产品名称 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCommentsForProductInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 产品Id */ | 
 |  |  |     productId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCommonInfoInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 查询条件 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |     commonInfoType?: CommonInfoType; | 
 |  |  |     companyId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCompanyInsureAddressList { | 
 |  |  |     id?: string; | 
 |  |  |     companyId?: string; | 
 |  |  |     address?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCompanyInsurePagedListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 是否配置 */ | 
 |  |  |     configStatus?: boolean; | 
 |  |  |     queryCondition?: string; | 
 |  |  |     /** 销售公司Id */ | 
 |  |  |     salesCompanyId?: string; | 
 |  |  |     /** 招商人员Id */ | 
 |  |  |     merchantsId?: string; | 
 |  |  |     /** 合作开始时间 */ | 
 |  |  |     collaborateBeginDate?: string; | 
 |  |  |     /** 合作结束时间 */ | 
 |  |  |     collaborateEndDate?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCompanyInsuresExportInput { | 
 |  |  |     /** 查询条件:客户名称/招商人员名称 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCompanyInsureSignResult { | 
 |  |  |     /** 是否处理成功 */ | 
 |  |  |     success?: boolean; | 
 |  |  |     /** 处理失败的原因 */ | 
 |  |  |     message?: string; | 
 |  |  |     /** 保险签约认证连接二维码Base64 */ | 
 |  |  |     insureQrCode?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCooperationApplyInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     status?: CooperationApplyStatusEnum; | 
 |  |  |     /** 联系方式,联系人 类别名称 */ | 
 |  |  |     searchKey?: string; | 
 |  |  |     /** 是否是我的申请 */ | 
 |  |  |     isMy?: boolean; | 
 |  |  |     applyTimeBegin?: string; | 
 |  |  |     applyTimeEnd?: string; | 
 |  |  |     applyType?: CooperationApplyTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCustomerInfoExportInput { | 
 |  |  |     /** 查询条件:客户名称 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |     /** 合作起始日期 */ | 
 |  |  |     cooperateStartDate?: string; | 
 |  |  |     /** 合作截止日期 */ | 
 |  |  |     cooperateEndDate?: string; | 
 |  |  |     /** 状态 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCustomerInfoListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 查询条件:客户名称 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |     /** 合作起始日期 */ | 
 |  |  |     cooperateStartDate?: string; | 
 |  |  |     /** 合作截止日期 */ | 
 |  |  |     cooperateEndDate?: string; | 
 |  |  |     /** 状态 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCustomerListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 查询关键字 */ | 
 |  |  |     keyWord?: string; | 
 |  |  |     /** 模板是否已上传状态 */ | 
 |  |  |     templateStatus?: boolean; | 
 |  |  |     /** 用户id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 是否有待制版 */ | 
 |  |  |     hasPendingPlateMaking?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCustomerListOutput { | 
 |  |  |     /** 甲方客户Id */ | 
 |  |  |     customerId?: string; | 
 |  |  |     /** 甲方客户名称 */ | 
 |  |  |     customerName?: string; | 
 |  |  |     /** 合同模板Id */ | 
 |  |  |     templateId?: string; | 
 |  |  |     /** 模板Url */ | 
 |  |  |     templateUrl?: string; | 
 |  |  |     /** 社会统一信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 甲方联系人 */ | 
 |  |  |     contactMan?: string; | 
 |  |  |     /** 甲方联系方式 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 合同数量 */ | 
 |  |  |     contractCount?: number; | 
 |  |  |     /** 待制版数 */ | 
 |  |  |     pendingPlateMakingCount?: number; | 
 |  |  |     /** 平台用户Id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 平台用户名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 是否已上传模板 */ | 
 |  |  |     isUploadTemplate?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCustomerListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: GetCustomerListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCustomersExportInput { | 
 |  |  |     /** 查询条件:甲方名称/联系人 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCustomerTemplateDetailOutput { | 
 |  |  |     id?: string; | 
 |  |  |     templateId?: string; | 
 |  |  |     templateUrl?: string; | 
 |  |  |     name?: string; | 
 |  |  |     bussinessCode?: string; | 
 |  |  |     creationTime?: string; | 
 |  |  |     signChannel?: SignChannelEnum; | 
 |  |  |     /** 模板编辑数据 */ | 
 |  |  |     templateEditData?: string; | 
 |  |  |     /** 模板渲染json数据 */ | 
 |  |  |     templateJsonData?: string; | 
 |  |  |     creatorId?: string; | 
 |  |  |     /** 是否可以编辑名称 */ | 
 |  |  |     isCanEditName?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCustomerTemplateListOutput { | 
 |  |  |     id?: string; | 
 |  |  |     templateId?: string; | 
 |  |  |     templateUrl?: string; | 
 |  |  |     customerName?: string; | 
 |  |  |     name?: string; | 
 |  |  |     bussinessCode?: string; | 
 |  |  |     creationTime?: string; | 
 |  |  |     signPluginType?: SignChannelEnum; | 
 |  |  |     signChannel?: SignChannelEnum; | 
 |  |  |     status?: LgGigWorkerCustomerTemplateStatusEnum; | 
 |  |  |     /** 制版时间 */ | 
 |  |  |     platedTime?: string; | 
 |  |  |     /** 操作人 */ | 
 |  |  |     operator?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetEnterpriseCredentialDataResponse { | 
 |  |  |     contactMobile?: string; | 
 |  |  |     address?: string; | 
 |  |  |     province?: string; | 
 |  |  |     legalPersonIdentityType?: string; | 
 |  |  |     city?: string; | 
 |  |  |     legalPersonIdentity?: string; | 
 |  |  |     regCode?: string; | 
 |  |  |     taxCode?: string; | 
 |  |  |     legalPersonMobile?: string; | 
 |  |  |     orgCode?: string; | 
 |  |  |     legalPerson?: string; | 
 |  |  |     name?: string; | 
 |  |  |     contactMail?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetEnterpriseCredentialDataResponseBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: GetEnterpriseCredentialDataResponse; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetFeatureListResultDto { | 
 |  |  |     groups?: FeatureGroupDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetFileMetaSDKInput { | 
 |  |  |     /** 账号Id */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 源文件id */ | 
 |  |  |     fid?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetFrontConsultListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     consultName?: string; | 
 |  |  |     provinceCode?: number; | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetFrontHeadHunterListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     jobName?: string; | 
 |  |  |     provinceCode?: number; | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetFrontResourceList { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     categoryId?: string; | 
 |  |  |     title?: string; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     checkRemark?: string; | 
 |  |  |     /** 所在省区域码 */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 所在省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 展示时间 */ | 
 |  |  |     showTime?: string; | 
 |  |  |     viewCount?: number; | 
 |  |  |     tags?: TagInfo[]; | 
 |  |  |     viewUsers?: ViewUserInfo[]; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactNumber?: string; | 
 |  |  |     status?: number; | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 被动方id */ | 
 |  |  |     visitForUserId?: string; | 
 |  |  |     /** 公司名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 介绍 */ | 
 |  |  |     intros?: ResourceIntro[]; | 
 |  |  |     /** 所在城市 */ | 
 |  |  |     cities?: CityInfo[]; | 
 |  |  |     /** 意向输送城市 */ | 
 |  |  |     intendedDeliveryCities?: CityInfo[]; | 
 |  |  |     /** 合作费 */ | 
 |  |  |     cooperationFee?: string; | 
 |  |  |     /** 是否推荐 1是 */ | 
 |  |  |     isRecommend?: boolean; | 
 |  |  |     /** 资源数量 */ | 
 |  |  |     resourceCount?: number; | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 行业类型 */ | 
 |  |  |     industryTypeId?: string; | 
 |  |  |     /** 行业类型名称 */ | 
 |  |  |     industryTypeName?: string; | 
 |  |  |     /** 用户头像地址 */ | 
 |  |  |     avatarUrl?: string; | 
 |  |  |     /** 职称 */ | 
 |  |  |     jobTitle?: string; | 
 |  |  |     /** 发布时间 */ | 
 |  |  |     lastShelfTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetFrontResourceListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     searchName?: string; | 
 |  |  |     tags?: string[]; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 省Id */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     resourceCountBegin?: number; | 
 |  |  |     resourceCountEnd?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetFrontResourceListPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: GetFrontResourceList[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetFrontTrainingListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     title?: string; | 
 |  |  |     provinceCode?: number; | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetGigWorkerRechargeFeeInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     status?: LgGigWorkerRechargeStatusEnum; | 
 |  |  |     /** 提交起始时间 */ | 
 |  |  |     creationTimeBegin?: string; | 
 |  |  |     /** 提交结束时间 */ | 
 |  |  |     creationTimeEnd?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetGigWorkerSignChannelSettingInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     channelName?: string; | 
 |  |  |     settingStatus?: LgGigWorkerSignChannelSettingStatus; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetGigWorkerSignFreeSettingInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 企业名称/更新人/账号 */ | 
 |  |  |     searchKeyWord?: string; | 
 |  |  |     /** 开始月份范围 */ | 
 |  |  |     startMonth?: string; | 
 |  |  |     /** 结束月份范围 */ | 
 |  |  |     endMonth?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetGigWorkerSignSettingInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     signName?: string; | 
 |  |  |     status?: LgGigWorkerSignStatus; | 
 |  |  |     settingStatus?: LgGigWorkerSignSettingStatus; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetHeadlineInformationInput { | 
 |  |  |     /** 排序信息:默认按广告排序AdSequence升序 */ | 
 |  |  |     orderInput?: OrderInput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetHeadSumInfo { | 
 |  |  |     /** 职工人员 */ | 
 |  |  |     staffCount?: number; | 
 |  |  |     /** 投保总额 */ | 
 |  |  |     insureAmount?: number; | 
 |  |  |     /** 投保人员 */ | 
 |  |  |     insureStaffCount?: number; | 
 |  |  |     /** 退保人员 */ | 
 |  |  |     insureRefundStaffCount?: number; | 
 |  |  |     /** 投保人次 */ | 
 |  |  |     insureCount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetHelpQuestionListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     helpTypeSettingId?: string; | 
 |  |  |     title?: string; | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetHotProductAdvertiseInput { | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 查询条件:产品名称/服务商名称 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInformationAdvertiseByCategoryInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 查询条件:产品名称/服务商名称 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |     /** 0:报名中  10 进行中 20 已结束 */ | 
 |  |  |     informationApplyStatus?: number; | 
 |  |  |     provinceCode?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInformationAdvertisesForManageInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 查询条件:资讯标题/发布单位 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInformationForManageInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 状态:10通过(显示中),-20已下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 是否广告区 */ | 
 |  |  |     isOnAdvertise?: boolean; | 
 |  |  |     /** 发布起始时间 */ | 
 |  |  |     publishStartDate?: string; | 
 |  |  |     /** 发布止时间 */ | 
 |  |  |     publishEndDate?: string; | 
 |  |  |     /** 创建起始时间 */ | 
 |  |  |     beginCreationTime?: string; | 
 |  |  |     /** 创建截止时间 */ | 
 |  |  |     endCreationTime?: string; | 
 |  |  |     /** 查询条件:资讯标题/作者 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |     /** 适用区域 */ | 
 |  |  |     provinceCodes?: number[]; | 
 |  |  |     /** 是否支持广告 */ | 
 |  |  |     isSupportAdvertise?: boolean; | 
 |  |  |     showStatus?: InformationShowStatusEnum; | 
 |  |  |     /** 客户Id */ | 
 |  |  |     customerId?: string; | 
 |  |  |     /** 标题 */ | 
 |  |  |     title?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInformationWaitForCheckInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 状态:0提交待审核,-10驳回 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 发布起始时间 */ | 
 |  |  |     publishStartDate?: string; | 
 |  |  |     /** 发布止时间 */ | 
 |  |  |     publishEndDate?: string; | 
 |  |  |     /** 创建起始时间 */ | 
 |  |  |     beginCreationTime?: string; | 
 |  |  |     /** 创建截止时间 */ | 
 |  |  |     endCreationTime?: string; | 
 |  |  |     /** 查询条件:标题/资讯来源 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsuranceBatchBillInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 保单Id */ | 
 |  |  |     insurancePolicyId?: string; | 
 |  |  |     /** 投保方式 10线上投保  20线下投保 */ | 
 |  |  |     insureOnlineType?: number; | 
 |  |  |     /** 人资机构Id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 投保方式(保障周期:1D,30D,360D) */ | 
 |  |  |     period?: string; | 
 |  |  |     /** 投保类型(投保的险种编码: ACCIDENT: 意外险, EMPLOYER_LIABILITY: 雇主险) */ | 
 |  |  |     insuranceTypeCode?: string; | 
 |  |  |     status?: BatchBillCheckStatus; | 
 |  |  |     /** 搜索关键字 保险名称/保单编号/批单编号 */ | 
 |  |  |     keyword?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsurancePoliciesInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 保险名称/保单编号 */ | 
 |  |  |     searchKeyword?: string; | 
 |  |  |     /** 投保方式 10线上投保  20线下投保 */ | 
 |  |  |     insureOnlineType?: number; | 
 |  |  |     /** 人资机构Id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 投保方式(保障周期:1D,30D,360D) */ | 
 |  |  |     period?: string; | 
 |  |  |     /** 投保类型(投保的险种编码: ACCIDENT: 意外险, EMPLOYER_LIABILITY: 雇主险) */ | 
 |  |  |     insuranceTypeCode?: string; | 
 |  |  |     startDate?: string; | 
 |  |  |     endDate?: string; | 
 |  |  |     /** 保险开始起始日期 */ | 
 |  |  |     insureStartStartDate?: string; | 
 |  |  |     /** 保险开始截止日期 */ | 
 |  |  |     insureStartEndDate?: string; | 
 |  |  |     /** 保险结束起始日期 */ | 
 |  |  |     insureEndStartDate?: string; | 
 |  |  |     /** 保险结束截止日期 */ | 
 |  |  |     insureEndEndDate?: string; | 
 |  |  |     isBack?: boolean; | 
 |  |  |     /** 请参考Insure.Domain.Shared.InsureConstant.InsurancePolicyDetailStatus */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 公司名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 保险到期天数 */ | 
 |  |  |     insureEndDays?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsurancePolicyDetailInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 保单Id */ | 
 |  |  |     insurancePolicyId?: string; | 
 |  |  |     statusList?: number[]; | 
 |  |  |     /** 查询条件:人员名称/身份证号/手机号 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |     companyId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsurancePolicyList { | 
 |  |  |     companyId?: string; | 
 |  |  |     companyName?: string; | 
 |  |  |     policyId?: string; | 
 |  |  |     customerId?: string; | 
 |  |  |     customerName?: string; | 
 |  |  |     staffName?: string; | 
 |  |  |     /** 投保渠道 10线上投保  20线下投保 */ | 
 |  |  |     insureOnlineType?: number; | 
 |  |  |     /** 产品Id */ | 
 |  |  |     insureMarketProductId?: string; | 
 |  |  |     /** 身份证号 */ | 
 |  |  |     idNumber?: string; | 
 |  |  |     phone?: string; | 
 |  |  |     /** 保单生效时间 */ | 
 |  |  |     effectStartTime?: string; | 
 |  |  |     /** 保单失效时间 */ | 
 |  |  |     effectEndTime?: string; | 
 |  |  |     /** 投保记录 */ | 
 |  |  |     insureCount?: number; | 
 |  |  |     /** 投保状态 10 正常 20 已退保 30 已过期 */ | 
 |  |  |     insureStatus?: number; | 
 |  |  |     /** 1 在保 0否 */ | 
 |  |  |     isInsuring?: boolean; | 
 |  |  |     creationTime?: string; | 
 |  |  |     insuranceTypeCode?: string; | 
 |  |  |     /** 保额(分) */ | 
 |  |  |     sumInsured?: number; | 
 |  |  |     /** 投保方式 10含津贴 20含猝死 30津贴+猝死 40基础全天版 50含三者全天版 */ | 
 |  |  |     insureWay?: number; | 
 |  |  |     /** 职业编码: default-1-一类职业; default-2-二类职业;default-3-三类职业;default-4-四类职业; */ | 
 |  |  |     jobCode?: string; | 
 |  |  |     /** 产品单价 */ | 
 |  |  |     unitPrice?: number; | 
 |  |  |     /** 保费金额(分) */ | 
 |  |  |     premium?: number; | 
 |  |  |     /** 退费金额(分) */ | 
 |  |  |     refundPremium?: number; | 
 |  |  |     /** 实际保费金额(分) */ | 
 |  |  |     realPremium?: number; | 
 |  |  |     errorMsg?: string; | 
 |  |  |     /** 保单号 */ | 
 |  |  |     policyNo?: string; | 
 |  |  |     /** 菜鸟订单号 */ | 
 |  |  |     orderNo?: number; | 
 |  |  |     merchantsId?: string; | 
 |  |  |     merchantsName?: string; | 
 |  |  |     salesCompanyName?: string; | 
 |  |  |     /** 销售公司ID */ | 
 |  |  |     salesCompanyId?: string; | 
 |  |  |     period?: string; | 
 |  |  |     /** 方案名称 */ | 
 |  |  |     schemeType?: string; | 
 |  |  |     /** 产品名称 */ | 
 |  |  |     productName?: string; | 
 |  |  |     sex?: number; | 
 |  |  |     age?: number; | 
 |  |  |     useEmploer?: string; | 
 |  |  |     useEmploerId?: string; | 
 |  |  |     jobName?: string; | 
 |  |  |     jobType?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsurancePolicyListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     companyId?: string; | 
 |  |  |     policyId?: string; | 
 |  |  |     customerId?: string; | 
 |  |  |     /** 1 在保 0否 */ | 
 |  |  |     isInsuring?: boolean; | 
 |  |  |     searchName?: string; | 
 |  |  |     isBack?: boolean; | 
 |  |  |     statusList?: number[]; | 
 |  |  |     isInputDate?: boolean; | 
 |  |  |     startDateTime?: string; | 
 |  |  |     endDateTime?: string; | 
 |  |  |     /** 保险开始起始日期 */ | 
 |  |  |     insureStartStartDate?: string; | 
 |  |  |     /** 保险开始截止日期 */ | 
 |  |  |     insureStartEndDate?: string; | 
 |  |  |     /** 保险结束起始日期 */ | 
 |  |  |     insureEndStartDate?: string; | 
 |  |  |     /** 保险结束截止日期 */ | 
 |  |  |     insureEndEndDate?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsurancePolicyListPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: GetInsurancePolicyList[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsurancePolicyRecordsExportInput { | 
 |  |  |     startTime?: string; | 
 |  |  |     endTime?: string; | 
 |  |  |     /** 入驻客户Id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     policyId?: string; | 
 |  |  |     /** 投保计划Id */ | 
 |  |  |     insurePlanId?: string; | 
 |  |  |     /** 客户甲方Id */ | 
 |  |  |     customerId?: string; | 
 |  |  |     /** 身份证号 */ | 
 |  |  |     idNumber?: string; | 
 |  |  |     /** 投保状态 0初始状态 5检测失败  10投保成功 -10投保失败  20异常 30退保 60确认中 70保险中 80已过期 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsurancePolicyRecordsInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     startTime?: string; | 
 |  |  |     /** 投保管理Id */ | 
 |  |  |     policyId?: string; | 
 |  |  |     /** 投保计划Id */ | 
 |  |  |     insurePlanId?: string; | 
 |  |  |     endTime?: string; | 
 |  |  |     /** 入驻客户Id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 客户甲方Id */ | 
 |  |  |     customerId?: string; | 
 |  |  |     /** 身份证号 */ | 
 |  |  |     idNumber?: string; | 
 |  |  |     /** 投保状态 0初始状态 5检测失败  10投保成功 -10投保失败  20异常 30退保 60确认中 70保险中 80已过期 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsuranceStaticByCustomerDto { | 
 |  |  |     /** 客户Id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 客户名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 招商人员 */ | 
 |  |  |     merchantsName?: string; | 
 |  |  |     /** 投保人数 */ | 
 |  |  |     numberOfInsured?: number; | 
 |  |  |     /** 投保成功 */ | 
 |  |  |     numberOfSuccess?: number; | 
 |  |  |     /** 投保失败 */ | 
 |  |  |     numberOfFailed?: number; | 
 |  |  |     /** 退保人数 */ | 
 |  |  |     numberOfRefund?: number; | 
 |  |  |     /** 退保金额 */ | 
 |  |  |     refundPremium?: number; | 
 |  |  |     /** 退保金额 */ | 
 |  |  |     refundMoney?: number; | 
 |  |  |     /** 实际投保成功费用 */ | 
 |  |  |     successAmount?: number; | 
 |  |  |     /** 投保费用 */ | 
 |  |  |     amount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsuranceStaticByCustomerDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: GetInsuranceStaticByCustomerDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureActionLogInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     insurancePolicyId?: string; | 
 |  |  |     batchBillId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureConsultExportInput { | 
 |  |  |     /** 公司名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 跟进状态 1 :待处理 -1:暂停 -2 :作废 10:对接中 20 确认合作 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureConsultFollowInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     status?: number; | 
 |  |  |     /** 咨询Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureConsultInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 公司名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 跟进状态 1 :待处理 -1:暂停 -2 :作废 10:对接中 20 确认合作 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureCustomersInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 查询条件:甲方名称/联系人 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureEffectDateTimeOutput { | 
 |  |  |     effectStartTime?: string; | 
 |  |  |     /** 生效截止时间 */ | 
 |  |  |     effectEndTime?: string; | 
 |  |  |     /** 是否已过期 */ | 
 |  |  |     isOutTime?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureInfo { | 
 |  |  |     /** 公司Id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 批增有效起始日期 */ | 
 |  |  |     batchAddEffectStarTime?: string; | 
 |  |  |     /** 有效截止时间 */ | 
 |  |  |     effectEndTime?: string; | 
 |  |  |     /** 单价 */ | 
 |  |  |     unitPrice?: number; | 
 |  |  |     insuranceTypeCode?: string; | 
 |  |  |     /** 保险场景码: FLEXIBLE_EMPLOYMENT-日单(实时生效);INITIATIVE_EMPLOYMENT-长期(次日0点生效) */ | 
 |  |  |     bizCode?: string; | 
 |  |  |     /** 保障周期:1D按日期投保、30D按月投保、360D按年投保(bizCode为长期时必传) */ | 
 |  |  |     period?: string; | 
 |  |  |     /** 职业编码: default-1-一类职业; default-2-二类职业;default-3-三类职业;default-4-四类职业; */ | 
 |  |  |     jobCode?: string; | 
 |  |  |     /** 投保方式 10含津贴 20含猝死 30津贴+猝死 40基础全天版 50含三者全天版 */ | 
 |  |  |     insureWay?: number; | 
 |  |  |     /** 保额(分) */ | 
 |  |  |     sumInsured?: number; | 
 |  |  |     /** 工作地点 */ | 
 |  |  |     companyInsureAddress?: string; | 
 |  |  |     remark?: string; | 
 |  |  |     serialNum?: string; | 
 |  |  |     /** 投保费用 */ | 
 |  |  |     insureMoney?: number; | 
 |  |  |     insStaffList?: ImportInsStaffAnalysisList[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureInfoByMonth { | 
 |  |  |     /** 10 雇主险 20 意外险 30 投保人数 40 退保人数 50 投保人次 60 投保总额 */ | 
 |  |  |     type?: number; | 
 |  |  |     timeRange?: TimeRange[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureInfoByMonthInput { | 
 |  |  |     companyId: string; | 
 |  |  |     startTime: string; | 
 |  |  |     endTime: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureMarketProductAllInput { | 
 |  |  |     /** 保险险种 */ | 
 |  |  |     insureType?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureMarketProductInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 保险险种 */ | 
 |  |  |     insureType?: string; | 
 |  |  |     /** 保险公司 */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 保险产品名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 状态 1:正常 0:禁用 -1 :下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 线上保险还是线下保险 */ | 
 |  |  |     onlineType?: number; | 
 |  |  |     /** 是否为授权产品查看模式 (江西模式) */ | 
 |  |  |     isSearchAuthProduct?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureMoneyInput { | 
 |  |  |     /** 方案Id */ | 
 |  |  |     productSchemeTypeId?: string; | 
 |  |  |     period?: string; | 
 |  |  |     /** 人员名称 */ | 
 |  |  |     staffList?: InsureInsStaffList[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureOfflineBillExportInput { | 
 |  |  |     /** 保险险种 */ | 
 |  |  |     insureType?: string; | 
 |  |  |     /** 保险有效期起始时间 起始时间 */ | 
 |  |  |     insureBeginStartDate?: string; | 
 |  |  |     /** 保险有效期起始时间 结束时间 */ | 
 |  |  |     insureBeginEndDate?: string; | 
 |  |  |     /** 保险有效期结束 开始时间 */ | 
 |  |  |     insureEndStartDate?: string; | 
 |  |  |     /** 保险有效期结束时间 结束时间 */ | 
 |  |  |     insureEndEndDate?: string; | 
 |  |  |     /** 保险产品Id */ | 
 |  |  |     insureProductId?: string; | 
 |  |  |     /** 状态 1 未开始 2 保障中 已失效 -1 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 公司名称、销售公司、业务员 */ | 
 |  |  |     searchKey?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureOfflineBillInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 查询类型 1退保数据  2批增数据 */ | 
 |  |  |     operateType?: number; | 
 |  |  |     /** 保险险种 */ | 
 |  |  |     insureType?: string; | 
 |  |  |     /** 保险有效期起始时间 起始时间 */ | 
 |  |  |     insureBeginStartDate?: string; | 
 |  |  |     /** 保险有效期起始时间 结束时间 */ | 
 |  |  |     insureBeginEndDate?: string; | 
 |  |  |     /** 保险有效期结束 开始时间 */ | 
 |  |  |     insureEndStartDate?: string; | 
 |  |  |     /** 保险有效期结束时间 结束时间 */ | 
 |  |  |     insureEndEndDate?: string; | 
 |  |  |     /** 保险产品Id */ | 
 |  |  |     insureProductId?: string; | 
 |  |  |     /** 状态 1 未开始 2 保障中 已失效 -1 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 公司名称、销售公司、业务员 */ | 
 |  |  |     searchKey?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureOrganizationInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     searchKey?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsurePersonSortList { | 
 |  |  |     id?: number; | 
 |  |  |     /** 大类行业 */ | 
 |  |  |     bigIndustry?: string; | 
 |  |  |     /** 小类行业 */ | 
 |  |  |     smallIndustry?: string; | 
 |  |  |     /** 职业代码 */ | 
 |  |  |     code?: string; | 
 |  |  |     /** 职业名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 职业类别 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsurePersonSortListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 行业关键字 */ | 
 |  |  |     industryName?: string; | 
 |  |  |     /** 职业名称 */ | 
 |  |  |     searchName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsurePersonSortListPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: GetInsurePersonSortList[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsurePlanDetailInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     id?: string; | 
 |  |  |     insurePlanId?: string; | 
 |  |  |     status?: number; | 
 |  |  |     isInsureing?: boolean; | 
 |  |  |     searchWord?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsurePlanInfoExportInput { | 
 |  |  |     /** 投保周期 1D  30D  360D */ | 
 |  |  |     period?: string; | 
 |  |  |     /** 险种类型: ACCIDENT: 意外险; EMPLOYER_LIABILITY: 雇主险 */ | 
 |  |  |     insuranceTypeCode?: string; | 
 |  |  |     /** 计划状态 1未开始  10进行中  20已结束 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     startTime?: string; | 
 |  |  |     endTime?: string; | 
 |  |  |     /** 企业Id */ | 
 |  |  |     companyId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsurePlanInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 投保周期 1D  30D  360D */ | 
 |  |  |     period?: string; | 
 |  |  |     /** 险种类型: ACCIDENT: 意外险; EMPLOYER_LIABILITY: 雇主险 */ | 
 |  |  |     insuranceTypeCode?: string; | 
 |  |  |     /** 计划状态 0未开始  10进行中  20已结束 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     startTime?: string; | 
 |  |  |     endTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureProductConsultRequest { | 
 |  |  |     bizIdentity?: string; | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     socialCreditCode?: string; | 
 |  |  |     bizCode?: string; | 
 |  |  |     insuranceTypeCode?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureProductConsultResponse { | 
 |  |  |     success?: boolean; | 
 |  |  |     message?: string; | 
 |  |  |     module?: InsureProductDTO[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureProductInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 投保的险种编码: ACCIDENT: 意外险, EMPLOYER_LIABILITY: 雇主险 */ | 
 |  |  |     insuranceTypeCode?: string; | 
 |  |  |     /** 产品名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 投保版本 5意外险基础工作版 10含津贴 20含猝死 30津贴+猝死 35雇主通用基础工作版 40基础全天版 50含三者全天版 60雇主通用住院津贴版 70雇主建筑基础工作版 80雇主建筑基础24小时版 */ | 
 |  |  |     insureWay?: number; | 
 |  |  |     /** 产品类型: 套餐类型: common-意外险通用;allowance-意外险津贴; suddenDeath-意外险猝死; liabilityCommon-雇主险基础; liabilityThird-雇主险三者; liabilityAllowance-雇主险津贴版; liabilityBuilding-雇主险建筑 */ | 
 |  |  |     type?: string; | 
 |  |  |     /** 产品状态 0禁用 1启用 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureProductPrice { | 
 |  |  |     productId?: string; | 
 |  |  |     price?: number; | 
 |  |  |     /** 推荐编码 */ | 
 |  |  |     recomFlowNo?: string; | 
 |  |  |     sumInsured?: number; | 
 |  |  |     unitPrice?: number; | 
 |  |  |     yearWayDays?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureProductPriceInput { | 
 |  |  |     companyId?: string; | 
 |  |  |     insuranceTypeCode?: string; | 
 |  |  |     /** 保险场景码: FLEXIBLE_EMPLOYMENT-日单(实时生效);INITIATIVE_EMPLOYMENT-长期(次日0点生效) */ | 
 |  |  |     bizCode?: string; | 
 |  |  |     /** 保障周期:1D、30D、360D(bizCode为长期时必传) */ | 
 |  |  |     period?: string; | 
 |  |  |     /** 职业编码: default-1-一类职业; default-2-二类职业;default-3-三类职业;default-4-四类职业; */ | 
 |  |  |     jobCode?: string; | 
 |  |  |     /** 投保版本 10含津贴 20含猝死 30津贴+猝死 40基础全天版 50含三者全天版 */ | 
 |  |  |     insureWay?: number; | 
 |  |  |     /** 保额(分) */ | 
 |  |  |     sumInsured?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureProjectByShortId { | 
 |  |  |     id?: string; | 
 |  |  |     insuranceTypeCode?: string; | 
 |  |  |     /** 保额(分) */ | 
 |  |  |     sumInsured?: number; | 
 |  |  |     /** 投保方式 10含津贴 20含猝死 30津贴+猝死 40基础全天版 50含三者全天版 */ | 
 |  |  |     insureWay?: number; | 
 |  |  |     /** 职业编码: default-1-一类职业; default-2-二类职业;default-3-三类职业;default-4-四类职业; */ | 
 |  |  |     jobCode?: string; | 
 |  |  |     /** 产品单价 */ | 
 |  |  |     unitPrice?: number; | 
 |  |  |     /** 保险产品Id */ | 
 |  |  |     productId?: string; | 
 |  |  |     /** 工作地点 */ | 
 |  |  |     address?: string; | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 场地码类型 10长期码  20时效码 */ | 
 |  |  |     qrType?: number; | 
 |  |  |     /** 状态 1启用  0禁用 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 场地码起始有效期 */ | 
 |  |  |     effectStartDateTime?: string; | 
 |  |  |     /** 场地码截止有效期 */ | 
 |  |  |     effectEndDateTime?: string; | 
 |  |  |     /** 场地码扫码结果 */ | 
 |  |  |     success?: boolean; | 
 |  |  |     /** 异常信息 当 success 为false时不为空 */ | 
 |  |  |     msg?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureProjectList { | 
 |  |  |     id?: string; | 
 |  |  |     insuranceTypeCode?: string; | 
 |  |  |     /** 保额(分) */ | 
 |  |  |     sumInsured?: number; | 
 |  |  |     /** 投保方式 10含津贴 20含猝死 30津贴+猝死 40基础全天版 50含三者全天版 */ | 
 |  |  |     insureWay?: number; | 
 |  |  |     /** 职业编码: default-1-一类职业; default-2-二类职业;default-3-三类职业;default-4-四类职业; */ | 
 |  |  |     jobCode?: string; | 
 |  |  |     /** 产品单价 */ | 
 |  |  |     unitPrice?: number; | 
 |  |  |     /** 工作地点 */ | 
 |  |  |     address?: string; | 
 |  |  |     url?: string; | 
 |  |  |     /** 场地码类型 10长期码  20时效码 */ | 
 |  |  |     qrType?: number; | 
 |  |  |     /** 状态 1启用  0禁用 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 场地码起始有效期 */ | 
 |  |  |     effectStartDateTime?: string; | 
 |  |  |     /** 场地码截止有效期 */ | 
 |  |  |     effectEndDateTime?: string; | 
 |  |  |     /** 投保周期 1D  30D  360D */ | 
 |  |  |     period?: string; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureProjectListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     companyId?: string; | 
 |  |  |     insuranceTypeCode?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureProjectListPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: GetInsureProjectList[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureQueryUnitPriceRequest { | 
 |  |  |     bizIdentity?: string; | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     socialCreditCode?: string; | 
 |  |  |     productId?: string; | 
 |  |  |     jobCode?: string; | 
 |  |  |     period?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureQueryUnitPriceResponse { | 
 |  |  |     success?: boolean; | 
 |  |  |     message?: string; | 
 |  |  |     module?: InsureProductDetail; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureRefundResultNotifyResponse { | 
 |  |  |     success?: boolean; | 
 |  |  |     message?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureRefundSendRequest { | 
 |  |  |     bizIdentity?: string; | 
 |  |  |     outBizNo?: string; | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     socialCreditCode?: string; | 
 |  |  |     batchOrderNo?: number; | 
 |  |  |     orderNoList?: number[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureRefundSendResponse { | 
 |  |  |     success?: boolean; | 
 |  |  |     message?: string; | 
 |  |  |     module?: FailOrderInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureResultNotifyRequest { | 
 |  |  |     logisticsInterface?: GetInsureResultNotifyRequestInfo; | 
 |  |  |     logisticsInterfaceStr?: string; | 
 |  |  |     dataDigest?: string; | 
 |  |  |     msgType?: string; | 
 |  |  |     msgId?: string; | 
 |  |  |     partnerCode?: string; | 
 |  |  |     fromCode?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureResultNotifyRequestInfo { | 
 |  |  |     outBizNo?: string; | 
 |  |  |     outSubBizNo?: string; | 
 |  |  |     type?: string; | 
 |  |  |     resultCode?: string; | 
 |  |  |     errorCode?: string; | 
 |  |  |     errorMsg?: string; | 
 |  |  |     insurePolicyDTO?: InsurePolicyDTO; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureResultNotifyResponse { | 
 |  |  |     success?: boolean; | 
 |  |  |     message?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureSendRequest { | 
 |  |  |     bizIdentity?: string; | 
 |  |  |     outBizNo?: string; | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     socialCreditCode?: string; | 
 |  |  |     bizCode?: string; | 
 |  |  |     insuranceTypeCode?: string; | 
 |  |  |     productId?: string; | 
 |  |  |     jobCode?: string; | 
 |  |  |     period?: string; | 
 |  |  |     recomFlowNo?: string; | 
 |  |  |     address?: string; | 
 |  |  |     effectStartTime?: string; | 
 |  |  |     employeeListmployeeList?: InsureEmployeeDTO[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureSendResponse { | 
 |  |  |     success?: boolean; | 
 |  |  |     message?: string; | 
 |  |  |     module?: InsureFailEmployeeDTO[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureSettingPricesInput { | 
 |  |  |     /** 投保险种Id */ | 
 |  |  |     typeId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureSettingsInput { | 
 |  |  |     /** 类型 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 状态 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureSignNotifyResponse { | 
 |  |  |     success?: boolean; | 
 |  |  |     message?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureSignUrlInput { | 
 |  |  |     /** 人资机构Id */ | 
 |  |  |     companyId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureSignUrlRequest { | 
 |  |  |     bizIdentity?: string; | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     socialCreditCode?: string; | 
 |  |  |     authAccount?: string; | 
 |  |  |     mobile?: string; | 
 |  |  |     outBizNo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureSignUrlResponse { | 
 |  |  |     success?: boolean; | 
 |  |  |     message?: string; | 
 |  |  |     module?: SignInfo; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureStatusInfo { | 
 |  |  |     insureStatus?: number; | 
 |  |  |     insureSignMsg?: string; | 
 |  |  |     effectStartTime?: string; | 
 |  |  |     effectEndTime?: string; | 
 |  |  |     insureSignTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureSubSettingsInput { | 
 |  |  |     /** Tab类型 */ | 
 |  |  |     type?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetInsureSupplierInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     searchKey?: string; | 
 |  |  |     /** 供应商类型 1渠道代理 2保险公司 */ | 
 |  |  |     suppierType?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetLgGigWorkerContractUrlOutput { | 
 |  |  |     contractUrl?: string; | 
 |  |  |     signChannel?: SignChannelEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetLgGigWorkUserInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 查询关键字 */ | 
 |  |  |     searchKey?: string; | 
 |  |  |     /** 登记时间开始 */ | 
 |  |  |     regiterTimeBegin?: string; | 
 |  |  |     /** 登记时间结束 */ | 
 |  |  |     regiterTimeEnd?: string; | 
 |  |  |     regiterStatus?: boolean; | 
 |  |  |     /** 签约时间开始时间 */ | 
 |  |  |     signTimeBegin?: string; | 
 |  |  |     /** 签约时间结束时间 */ | 
 |  |  |     signTimeEnd?: string; | 
 |  |  |     realVerifyStatus?: LgGigRealVerifyStatus; | 
 |  |  |     signStatus?: LgGigUserSignEnum; | 
 |  |  |     enterSignStatus?: LgGigUserSignEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetMarketProductPriceDto { | 
 |  |  |     price?: number; | 
 |  |  |     marketProductId?: string; | 
 |  |  |     schemeTypeId?: string; | 
 |  |  |     schemeTypeDetailId?: string; | 
 |  |  |     insureBillTemplateUrl?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetMarketProductPriceInput { | 
 |  |  |     period?: string; | 
 |  |  |     marketProductId?: string; | 
 |  |  |     schemeTypeId?: string; | 
 |  |  |     staffLevel?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetMessageInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 是否已读 */ | 
 |  |  |     isRead?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetMyAttentionsInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetMyConsultListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     status?: number; | 
 |  |  |     /** 开始时间 */ | 
 |  |  |     startDate?: string; | 
 |  |  |     /** 结束时间 */ | 
 |  |  |     endDate?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetMyHeadHunterListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     status?: number; | 
 |  |  |     /** 开始时间 */ | 
 |  |  |     startDate?: string; | 
 |  |  |     /** 结束时间 */ | 
 |  |  |     endDate?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetMyInformationAttentionsInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 查询条件:标题/服务商名称 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetMyInformationInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 查询条件:标题/单位 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |     showStatus?: InformationShowStatusEnum; | 
 |  |  |     /** 发布起始时间 */ | 
 |  |  |     publishStartDate?: string; | 
 |  |  |     /** 发布止时间 */ | 
 |  |  |     publishEndDate?: string; | 
 |  |  |     /** 创建起始时间 */ | 
 |  |  |     beginCreationTime?: string; | 
 |  |  |     /** 创建截止时间 */ | 
 |  |  |     endCreationTime?: string; | 
 |  |  |     /** 状态 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetMyProductAttentionsInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 查询条件:产品名称/服务商名称 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetMyProductsInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 查询条件:产品名称/服务商名称 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetMyPurchasesInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 产品名称 */ | 
 |  |  |     productName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetMyResourceListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     status?: number; | 
 |  |  |     /** 开始时间 */ | 
 |  |  |     startDate?: string; | 
 |  |  |     /** 结束时间 */ | 
 |  |  |     endDate?: string; | 
 |  |  |     title?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetMySellsInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 查询条件:买家名称/买家联系人/买家联系电话 */ | 
 |  |  |     purchaserInfo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetMyTrainingListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     status?: number; | 
 |  |  |     /** 开始时间 */ | 
 |  |  |     startDate?: string; | 
 |  |  |     /** 结束时间 */ | 
 |  |  |     endDate?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetOperateHistoryInput { | 
 |  |  | 
 |  |  |     operateName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetOrderContractInfo { | 
 |  |  |     id?: string; | 
 |  |  |     orderName?: string; | 
 |  |  |     orderService?: string; | 
 |  |  |     empTypes?: string; | 
 |  |  |     orderAddress?: string; | 
 |  |  |     fromUserSignStatus?: BestSignUserSignStatusEunm; | 
 |  |  |     toUserSignStatus?: BestSignUserSignStatusEunm; | 
 |  |  |     contractId?: string; | 
 |  |  |     orderId?: string; | 
 |  |  |     toUserId?: string; | 
 |  |  |     fromUserId?: string; | 
 |  |  |     fromUserAccount?: string; | 
 |  |  |     toUserAccount?: string; | 
 |  |  |     fromUserEnterpriseName?: string; | 
 |  |  |     creationTime?: string; | 
 |  |  |     previewUrl?: string; | 
 |  |  |     toLongUrl?: string; | 
 |  |  |     toShortUrl?: string; | 
 |  |  |     toSignDateTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetOrderContractInfoPageOutput { | 
 |  |  |   interface GetPayOrderForJsAPIInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: GetOrderContractInfo[]; | 
 |  |  |     checkChannelId?: string; | 
 |  |  |     orderNo: string; | 
 |  |  |     lifePayType?: LifePayTypeEnum; | 
 |  |  |     openId?: string; | 
 |  |  |     attach?: string; | 
 |  |  |     payAppId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetOrderContractInput { | 
 |  |  |   interface GetPayStatusByOrderNoInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     orderId?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     status?: BestSignUserSignStatusEunm; | 
 |  |  |     /** 查询类型 10发起方  20接收方 */ | 
 |  |  |     sendType?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetOrderSignPayInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 获取类型 10付款信息 20 收款信息 */ | 
 |  |  |     searchType?: number; | 
 |  |  |     /** 当前人Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 订单签约Id */ | 
 |  |  |     orderSignId?: string; | 
 |  |  |     /** 状态 10未完成 20已完成 */ | 
 |  |  |     status?: number; | 
 |  |  |     startDateTime?: string; | 
 |  |  |     endDateTime?: string; | 
 |  |  |     enterinessName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetParkOrHRInfoByUserInput { | 
 |  |  |     categoryId?: string; | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetParkRewardApplyFollowInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     status?: ParkRewardApplyStatusEnum; | 
 |  |  |     /** 咨询Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetParkRewardApplyInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 公司名称/手机号 */ | 
 |  |  |     seachKey?: string; | 
 |  |  |     status?: ParkRewardApplyStatusEnum; | 
 |  |  |     beginCreationTime?: string; | 
 |  |  |     endCreationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetParkRewardInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     rewardType?: RewardTypeEnum; | 
 |  |  |     status?: ParkRewardStatusEnum; | 
 |  |  |     /** 奖励名称 */ | 
 |  |  |     rewardName?: string; | 
 |  |  |     checkChannelId?: string; | 
 |  |  |     orderNo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetPermissionListResultDto { | 
 |  |  | 
 |  |  |     groups?: PermissionGroupDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetPersonalCredentialDataResponse { | 
 |  |  |     contactMobile?: string; | 
 |  |  |     address?: string; | 
 |  |  |     province?: string; | 
 |  |  |     identityType?: string; | 
 |  |  |     city?: string; | 
 |  |  |     identity?: string; | 
 |  |  |     name?: string; | 
 |  |  |     contactMail?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetPersonalCredentialDataResponseBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: GetPersonalCredentialDataResponse; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetPersonalUsersInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 查询条件:名称/手机号 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetPhoneNumberInfo { | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     idNumber?: string; | 
 |  |  |     /** 姓名 */ | 
 |  |  |     name?: string; | 
 |  |  |     staffId?: string; | 
 |  |  |     /** 有无有效投保 */ | 
 |  |  |     hasValidInsured?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetPlaformServicePayQRCodeInput { | 
 |  |  |     /** 平台服务支付Id */ | 
 |  |  |     plaformServicePayId?: string; | 
 |  |  |     payType?: PayTypeEnum; | 
 |  |  |     platformServiceType?: PlatformServiceTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetPlatFormPurchasesInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 购买起始日期 */ | 
 |  |  |     purchaseMinDate?: string; | 
 |  |  |     /** 购买截止日期 */ | 
 |  |  |     purchaseMaxDate?: string; | 
 |  |  |     /** 成交起始日期 */ | 
 |  |  |     fixtureMinDate?: string; | 
 |  |  |     /** 成交截止日期 */ | 
 |  |  |     fixtureMaxDate?: string; | 
 |  |  |     /** 成交最小金额 */ | 
 |  |  |     minAmount?: number; | 
 |  |  |     /** 成交最大金额 */ | 
 |  |  |     maxAmount?: number; | 
 |  |  |     /** 查询条件:买家名称/卖家名称/产品名称 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetProductAdvertiseByCategoryInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 查询条件:产品名称/服务商名称 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |     tags?: string[]; | 
 |  |  |     provinceCode?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetProductAdvertisesForManageInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 查询条件:产品名称/服务商名称 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetProductByCategoryInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     categoryId?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 查询条件:产品名称/服务商名称 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |     tags?: string[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetProductForHomePageInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     categoryId?: string; | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetProductsForManageInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 状态:10通过(显示中),-20已下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 是否广告区 */ | 
 |  |  |     isOnAdvertise?: boolean; | 
 |  |  |     /** 发布起始时间 */ | 
 |  |  |     publishStartDate?: string; | 
 |  |  |     /** 发布止时间 */ | 
 |  |  |     publishEndDate?: string; | 
 |  |  |     /** 查询条件:产品名称/服务商名称 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetProductsWaitForCheckInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 状态:0提交待审核,-10驳回 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 发布起始时间 */ | 
 |  |  |     publishStartDate?: string; | 
 |  |  |     /** 发布止时间 */ | 
 |  |  |     publishEndDate?: string; | 
 |  |  |     /** 查询条件:产品名称/服务商名称 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetRewardPercentagesInput { | 
 |  |  |     /** 排序信息:默认按Up主等级:UpLevel升序 */ | 
 |  |  |     orderInput?: OrderInput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetRolesInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 查询条件:角色名称 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetSearchSettingList { | 
 |  |  |     id?: string; | 
 |  |  |     parentId?: string; | 
 |  |  |     parentName?: string; | 
 |  |  |     /** 所属类别 10园区 20人资企业 */ | 
 |  |  |     belongType?: number; | 
 |  |  |     /** 名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sort?: number; | 
 |  |  |     /** 状态 1显示 0禁用 */ | 
 |  |  |     status?: boolean; | 
 |  |  |     /** 被点击次数 */ | 
 |  |  |     clickCount?: number; | 
 |  |  |     src?: string; | 
 |  |  |     /** 推荐 */ | 
 |  |  |     isRecommend?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetSearchSettingListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 搜素管理 10热搜词 20服务类型 30工种 40园区类型 50资讯活动类型 60政策颁布机构 70区域管理 80产品类型 90需求类型 100需求范围 | 
 |  |  | 110 员工福利 120行业类型 130 猎头 140 咨询类别 150 帮助类型 160 人资行业类型 */ | 
 |  |  |     searchType: number; | 
 |  |  |     /** 所属类别 10园区 20人资企业 */ | 
 |  |  |     belongType?: number; | 
 |  |  |     /** 名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 推荐 */ | 
 |  |  |     isRecommend?: boolean; | 
 |  |  |     /** 是否显示 */ | 
 |  |  |     status?: boolean; | 
 |  |  |     /** 行业类别 */ | 
 |  |  |     parentId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetSearchSettingListPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: GetSearchSettingList[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetSignContractToOrderInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 订单签约Id */ | 
 |  |  |     orderSignId?: string; | 
 |  |  |     /** 获取类型 10我发起的 20 我收到的 */ | 
 |  |  |     searchType?: number; | 
 |  |  |     /** 当前人Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 签约状态 1待确认 10待签约 20已签署 50已拒绝 */ | 
 |  |  |     status?: number; | 
 |  |  |     startDateTime?: string; | 
 |  |  |     endDateTime?: string; | 
 |  |  |     enterinessName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetSignContractToOrderOutput { | 
 |  |  |     /** 签约Id */ | 
 |  |  |     orderSignId?: string; | 
 |  |  |     /** 合同编号 */ | 
 |  |  |     contactNo?: string; | 
 |  |  |     fromUserId?: string; | 
 |  |  |     /** 甲方企业名称 */ | 
 |  |  |     fromEnternissName?: string; | 
 |  |  |     /** 甲方发放 */ | 
 |  |  |     fromLegalPersonName?: string; | 
 |  |  |     /** 甲方企业信用代码 */ | 
 |  |  |     fromEnternissSecoic?: string; | 
 |  |  |     /** 甲方联系人 */ | 
 |  |  |     fromContracter?: string; | 
 |  |  |     /** 甲方联系电话 */ | 
 |  |  |     fromContractPhone?: string; | 
 |  |  |     fromAddress?: string; | 
 |  |  |     fromSignDateTime?: string; | 
 |  |  |     toUserId?: string; | 
 |  |  |     /** 乙方企业名称 */ | 
 |  |  |     toEnternissName?: string; | 
 |  |  |     /** 乙方法人 */ | 
 |  |  |     toLegalPersonName?: string; | 
 |  |  |     /** 乙方企业信用代码 */ | 
 |  |  |     toEnternissSecoic?: string; | 
 |  |  |     /** 乙方联系人 */ | 
 |  |  |     toContracter?: string; | 
 |  |  |     /** 乙方联系电话 */ | 
 |  |  |     toContractPhone?: string; | 
 |  |  |     toAddress?: string; | 
 |  |  |     /** 企业收款开户名称 */ | 
 |  |  |     toUserBankEnterName?: string; | 
 |  |  |     /** 账户类型 10银行 20支付宝 */ | 
 |  |  |     toUserAccountType?: number; | 
 |  |  |     /** 收款账户所属银行 */ | 
 |  |  |     toUserBankName?: string; | 
 |  |  |     /** 收款开户支行 */ | 
 |  |  |     toUserBankRamus?: string; | 
 |  |  |     /** 收款账号 */ | 
 |  |  |     toUserBankAccoutNo?: string; | 
 |  |  |     toLongUrl?: string; | 
 |  |  |     toShortUrl?: string; | 
 |  |  |     /** 合同Id */ | 
 |  |  |     contractId?: string; | 
 |  |  |     /** 未支付条数 */ | 
 |  |  |     waitPayCount?: number; | 
 |  |  |     /** 支付信息条数 */ | 
 |  |  |     payCount?: number; | 
 |  |  |     /** 协议付款状态 10进行中/交易中 20已完成/已结束 50已关闭 */ | 
 |  |  |     payStatus?: number; | 
 |  |  |     /** 签约状态 10待签约 20已签约 50已拒绝 */ | 
 |  |  |     orderSignStatus?: number; | 
 |  |  |     /** 签约状态 1待乙方确认 2待我确认 11待我签约  12待甲方签约  30已签约  50已拒绝 */ | 
 |  |  |     signStatus?: number; | 
 |  |  |     /** 发送日期 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 合同地址 */ | 
 |  |  |     contractUrl?: string; | 
 |  |  |     /** 协议起始日期 */ | 
 |  |  |     pactStartDate?: string; | 
 |  |  |     /** 协议截止日期 */ | 
 |  |  |     pactEndDate?: string; | 
 |  |  |     fromStatus?: number; | 
 |  |  |     toStatus?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetSignContractToOrderOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: GetSignContractToOrderOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetSignCostListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 费用类型 10短信费用 20实名用量 30电子签用量 40统一电子签 */ | 
 |  |  |     costType?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetSignMergeCostListOutput { | 
 |  |  |     /** 发生时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 姓名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 短信类型 10三要素认证 */ | 
 |  |  |     verifyType?: number; | 
 |  |  |     /** 电话号码 */ | 
 |  |  |     phone?: string; | 
 |  |  |     /** 费用 */ | 
 |  |  |     cost?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetSignMergeCostListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: GetSignMergeCostListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetSignMessageCostListOutput { | 
 |  |  |     /** 发生时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phone?: string; | 
 |  |  |     /** 短信类型 10签约短信 20登记短信 */ | 
 |  |  |     messageType?: number; | 
 |  |  |     /** 短信通道 10上上签 20阿里云 */ | 
 |  |  |     messageChannel?: number; | 
 |  |  |     /** 费用 */ | 
 |  |  |     cost?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetSignMessageCostListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: GetSignMessageCostListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetSignOrderToPayDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 约定付款日期 */ | 
 |  |  |     payDrawDate?: string; | 
 |  |  |     /** 费用明细表 */ | 
 |  |  |     feeSubFile?: string; | 
 |  |  |     /** 费用明细文件上传状态 10未上传 20已上传 30已确认 40已拒绝 */ | 
 |  |  |     feeSubFileStatus?: number; | 
 |  |  |     /** 发票状态 10待乙方开具 20待确认 30已确认  40已拒绝 */ | 
 |  |  |     invoiceStatus?: number; | 
 |  |  |     /** 发票文件 */ | 
 |  |  |     invoiceFile?: string; | 
 |  |  |     /** 对公支付状态 10待甲方支付 15 支付中 20已支付 */ | 
 |  |  |     businessPayStatus?: number; | 
 |  |  |     /** 发薪状态  10待乙方发薪 15发薪中 20已发薪 */ | 
 |  |  |     settleFinalStatus?: number; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 公对公支付流水号 */ | 
 |  |  |     businessPayNo?: string; | 
 |  |  |     /** 批量发放流水号 */ | 
 |  |  |     settleNo?: string; | 
 |  |  |     singleTransStatus?: WalletTransactionStatusEnum; | 
 |  |  |     batchTransStatus?: BatchIssuanceRegulatorsStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetSignRealNameCostListOutput { | 
 |  |  |     /** 发生时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 姓名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 短信类型 10三要素认证 */ | 
 |  |  |     verifyType?: number; | 
 |  |  |     /** 费用 */ | 
 |  |  |     cost?: number; | 
 |  |  |     /** 电话号码 */ | 
 |  |  |     phone?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetSignRealNameCostListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: GetSignRealNameCostListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetTagsInput { | 
 |  |  |     /** 类型:0产品标签,1资讯标签,3快捷评论标签 */ | 
 |  |  |     type?: number; | 
 |  |  |     categoryType?: number; | 
 |  |  |     /** 排序信息:默认按Sequence升序 */ | 
 |  |  |     orderInput?: OrderInput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetTemplateInfoInput { | 
 |  |  |     /** 模版编号 上上签开放平台的模版管理列表获取,或者通过“获取开发者模版列表”接口获取 */ | 
 |  |  |     tid?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetTemplateVarsDto { | 
 |  |  |     newId?: string; | 
 |  |  |     type?: string; | 
 |  |  |     pageNum?: string; | 
 |  |  |     name?: string; | 
 |  |  |     x?: string; | 
 |  |  |     y?: string; | 
 |  |  |     tag?: string; | 
 |  |  |     dateTimeFormat?: string; | 
 |  |  |     maxLength?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetTemplateVarsSubNodeTemplateDto { | 
 |  |  |     fid?: string; | 
 |  |  |     pageCount?: string; | 
 |  |  |     fileName?: string; | 
 |  |  |     title?: string; | 
 |  |  |     tid?: string; | 
 |  |  |     templateVars?: GetTemplateVarsDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetTencentUserInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 腾讯的聊天USERID */ | 
 |  |  |     tencentUserId?: string; | 
 |  |  |     userName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetTypeSearchSettingList { | 
 |  |  |     id?: string; | 
 |  |  |     /** 名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 图片 */ | 
 |  |  |     src?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetTypeSearchSettingListInput { | 
 |  |  |     /** 搜素管理 10热搜词 20服务类型 30工种 40园区类型 50资讯活动类型 60政策颁布机构 70区域管理 80产品类型 90需求类型 100需求范围 | 
 |  |  | 110 员工福利 120行业类型 130 猎头 140 咨询类别 150 帮助类型 160 人资行业类型 */ | 
 |  |  |     searchType: number; | 
 |  |  |     /** 所属类别 10园区 20人资企业 */ | 
 |  |  |     belongType?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserAccountDto { | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 收款账号 */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 账号支行 */ | 
 |  |  |     bankBranch?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserAttestationsInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 认证类型:1为企业,2为个人 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 10 人资公司 20 园区经营 30 用工单位 40 民营企业 */ | 
 |  |  |     authType?: number; | 
 |  |  |     /** 状态:0提交待审核,1,完善中 2, 已完善 9, 提交审核  10通过,-10驳回 -20 禁用 -30 未认证 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 注册起始日期 */ | 
 |  |  |     registStartDate?: string; | 
 |  |  |     /** 注册截止日期 */ | 
 |  |  |     registEndDate?: string; | 
 |  |  |     /** 提交认证起始时间 */ | 
 |  |  |     attestateStartDate?: string; | 
 |  |  |     /** 提交认证截止时间 */ | 
 |  |  |     attestateEndDate?: string; | 
 |  |  |     /** 查询条件:客户名称/联系人/手机号 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserBaseInfoDataResponse { | 
 |  |  |     /** 用来接收通知邮件的电子邮箱 */ | 
 |  |  |     mail?: string; | 
 |  |  |     /** 个人为姓名, 企业为企业名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 用来接收通知短信的手机号码 */ | 
 |  |  |     mobile?: string; | 
 |  |  |     /** 枚举值:1-个人 2-企业 */ | 
 |  |  |     userType?: string; | 
 |  |  |     /** 用户唯一账号,可以是手机号码,邮箱,身份证号码等 */ | 
 |  |  |     account?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserBaseInfoDataResponseBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: GetUserBaseInfoDataResponse; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserCertInfoDataResponse { | 
 |  |  |     /** 用户唯一标识 */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 证书编号 */ | 
 |  |  |     certId?: string; | 
 |  |  |     /** 证书主题,即该证书代表的个人或企业的名称等信息,证书主题,即该证书代表的个人或企业的名称等信息 */ | 
 |  |  |     subjectDN?: string; | 
 |  |  |     /** 颁发机构 */ | 
 |  |  |     issuerDN?: string; | 
 |  |  |     /** 有效期开始时间 */ | 
 |  |  |     startTime?: string; | 
 |  |  |     /** 有效期截止时间 */ | 
 |  |  |     stopTime?: string; | 
 |  |  |     /** 吊销日期,正常使用中的证书无此项内容 */ | 
 |  |  |     revokedTime?: string; | 
 |  |  |     /** 吊销原因,正常使用中的证书无此项内容 */ | 
 |  |  |     revokedReason?: string; | 
 |  |  |     /** 状态码 1, -2 */ | 
 |  |  |     status?: string; | 
 |  |  |     /** 状态描述,1:激活, -2:吊销 */ | 
 |  |  |     statusMsg?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserCertInfoDataResponseBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: GetUserCertInfoDataResponse; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserContractCreateInput { | 
 |  |  |     /** 文件编号 上传合同文件得到的文件编号 */ | 
 |  |  |     fid?: string; | 
 |  |  |     /** 签署者账号 指定给哪个用户看(必须是合同参与者才有权限预览 */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 链接有效期 否  预览链接的过期时间,unix时间戳。格式为秒级的unix时间戳,如希望“2017/12/30 10:21:52”到期,则设置为“1514600512”。 */ | 
 |  |  |     expireTime?: string; | 
 |  |  |     /** 合同标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 合同描述 否 */ | 
 |  |  |     description?: string; | 
 |  |  |     /** 热存周期 否 */ | 
 |  |  |     hotStoragePeriod?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserContractGetInfoResponse { | 
 |  |  |     /** 文件编号 */ | 
 |  |  |     fid?: string; | 
 |  |  |     /** 合同的完成时间 */ | 
 |  |  |     finishTime?: string; | 
 |  |  |     /** 文件类型 否 如PDF等 */ | 
 |  |  |     senderAccount?: string; | 
 |  |  |     /** 合同的发送时间 添加第一个签署者的时间,当第一个签署者添加成功即认为合同已发送 */ | 
 |  |  |     sendTime?: string; | 
 |  |  |     /** 总页数 */ | 
 |  |  |     signers?: string; | 
 |  |  |     /** 开发者编号 */ | 
 |  |  |     developerId?: string; | 
 |  |  |     /** 合同编号 */ | 
 |  |  |     contractId?: string; | 
 |  |  |     /** 删除标记 0-未删除 1-已删除 */ | 
 |  |  |     isDel?: string; | 
 |  |  |     /** 合同状态 合同状态,枚举值:2:已创建;3:已发送,正在签署中;4:拒绝签署,已取消;5:已完成;9:已过期;99:合同检测无效 */ | 
 |  |  |     status?: string; | 
 |  |  |     /** 用户id 即创建者的account在上上签系统内的用户id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 总页数 */ | 
 |  |  |     pages?: string; | 
 |  |  |     /** 合同标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 合同内容描述 */ | 
 |  |  |     description?: string; | 
 |  |  |     /** 有效期 该合同需要在该时间截止之前完成,未完成合同会过期。建议根据业务实际需要设定。单位:秒;计算方法:当前系统时间的时间戳秒数+有效期秒数。 */ | 
 |  |  |     expireTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserContractGetInfoResponseBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: GetUserContractGetInfoResponse; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserContractGetPreviewInput { | 
 |  |  |     fromUserId?: string; | 
 |  |  |     toUserId?: string; | 
 |  |  |     orderSignId?: string; | 
 |  |  |     isAuth?: boolean; | 
 |  |  |     /** 合同ID 创建的合同ID,在后续接口中使用 */ | 
 |  |  |     contractId?: string; | 
 |  |  |     /** 签署者账号 指定给哪个用户看(必须是合同参与者才有权限预览 */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 链接有效期 否  预览链接的过期时间,unix时间戳。格式为秒级的unix时间戳,如希望“2017/12/30 10:21:52”到期,则设置为“1514600512”。 | 
 |  |  | 超过此时间则无法预览合同,需要获取新的预览合同url。 | 
 |  |  | 注:并不是合同的可签署到期时间,只是此预览链接的有效期。 */ | 
 |  |  |     expireTime?: string; | 
 |  |  |     /** 图片分辨率 否 预览图片清晰度,枚举值:96-低清(默认),120-普清,160-高清,240-超清 */ | 
 |  |  |     dpi?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserContractGetPreviewResponse { | 
 |  |  |     /** 合同预览URL 预览合同页面的url,签署者在此页面上预览合同,但不可操作签署。 */ | 
 |  |  |     url?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserContractGetPreviewResponseBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: GetUserContractGetPreviewResponse; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserCreateSignatureEntInput { | 
 |  |  |     userId?: string; | 
 |  |  |     /** 账号Id */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 上弦文(企业名称)否 如果没有填写,使用注册时候用户名称 */ | 
 |  |  |     text?: string; | 
 |  |  |     /** 第一行横向文字 否 */ | 
 |  |  |     footText?: string; | 
 |  |  |     /** 第二行横向文字 否 */ | 
 |  |  |     footText2?: string; | 
 |  |  |     /** 印章名称 否 */ | 
 |  |  |     imageName?: string; | 
 |  |  |     /** 下弦文 否 */ | 
 |  |  |     bottomText?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserCreateSignatureImageInput { | 
 |  |  |     /** 账号Id */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 签名/印章图片 否 上生成的文本 可不填,系统默认使用证件信息上的名称 */ | 
 |  |  |     text?: string; | 
 |  |  |     /** 字体名称(仅针对个人类型账号有效)否 目前枚举值如下: SimHei 黑体 SimSun 宋体 SimKai 楷体 */ | 
 |  |  |     fontName?: string; | 
 |  |  |     /** 印章名称 否  当传了该字段时,不设置为默认的印章,签署和下载时,可以通过印章名称,进行下载和签署 传空或不传时,为原逻辑,生成一个新的默认印章 */ | 
 |  |  |     imageName?: string; | 
 |  |  |     /** 字号(仅针对个人类型账号有效)否  20~120,默认30,此参数影响签名字体的清晰度和签名图片大小,字号越高,字体显示越大,清晰度越高。 | 
 |  |  | 注:过小的字号在手动签的预览页面上显示会与实际大小有差别,但签署之后的PDF上的大小正常。 */ | 
 |  |  |     fontSize?: string; | 
 |  |  |     /** 字体颜色(仅针对个人类型账号有效)否 指定字体的颜色,支持: red(红),black(黑),blue(蓝),purple(紫),grey(灰),brown(棕),tan(褐色),cyan(青色) */ | 
 |  |  |     fontColor?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserFileMetaSDKDataResponse { | 
 |  |  |     fid?: string; | 
 |  |  |     fname?: string; | 
 |  |  |     server?: string; | 
 |  |  |     dhash?: string; | 
 |  |  |     ftype?: string; | 
 |  |  |     fsize?: string; | 
 |  |  |     ownerDeveloperId?: string; | 
 |  |  |     fpages?: string; | 
 |  |  |     nid?: string; | 
 |  |  |     ownerUserId?: string; | 
 |  |  |     driverName?: string; | 
 |  |  |     fhash?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserFileMetaSDKDataResponseBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: GetUserFileMetaSDKDataResponse; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserFollowInfoOutput { | 
 |  |  |     /** 关注 */ | 
 |  |  |     totalFollow?: number; | 
 |  |  |     /** 粉丝 */ | 
 |  |  |     totalFollowUser?: number; | 
 |  |  |     /** 互关 */ | 
 |  |  |     totalMutualFollow?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserOrderSignPayListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 签约状态 10待签约 20已签约 50已拒绝 */ | 
 |  |  |     signStatus?: number; | 
 |  |  |     /** 交易状态 10交易中 20已结束 50已关闭 */ | 
 |  |  |     payStatus?: number; | 
 |  |  |     /** 发起日期 */ | 
 |  |  |     creationStartDateTime?: string; | 
 |  |  |     creationEndDateTime?: string; | 
 |  |  |     /** 签约日期 */ | 
 |  |  |     signStartDateTime?: string; | 
 |  |  |     signEndDateTime?: string; | 
 |  |  |     /** 查询关键字 */ | 
 |  |  |     searchKey?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserStorageaddPdfElementsInput { | 
 |  |  |     /** 文件id 通过文件上传接口上传的pdf文件id */ | 
 |  |  |     fid?: string; | 
 |  |  |     /** 用户帐号,必须要指定一个用户帐号作为操作者 */ | 
 |  |  |     account?: string; | 
 |  |  |     elements?: GetUserStorageElementsInput; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserStorageContractUploadInput { | 
 |  |  |     /** 账号Id */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 文件MD5值 	 | 
 |  |  | 例如: FileInputStream file = new FileInputStream("d: \\test\\接口系统.pdf"); byte[] bdata = IOUtils.toByteArray(file); String fmd5 = DigestUtils.md5Hex(bdata); */ | 
 |  |  |     fmd5?: string; | 
 |  |  |     /** 文件类型 否 如PDF等 */ | 
 |  |  |     ftype?: string; | 
 |  |  |     /** 原始文件名 文件名必须带上后缀名,例如“XXXX.pdf” */ | 
 |  |  |     fname?: string; | 
 |  |  |     /** 总页数 */ | 
 |  |  |     fpages?: string; | 
 |  |  |     /** 文件内容  例如: FileInputStream file = new FileInputStream("d: \\test\\接口系统.pdf"); byte[] bdata = IOUtils.toByteArray(file); String fdata =Base64.encodeBase64String(bdata); */ | 
 |  |  |     fdata?: string; | 
 |  |  |     /** 合同标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 合同内容描述 */ | 
 |  |  |     description?: string; | 
 |  |  |     /** 有效期 该合同需要在该时间截止之前完成,未完成合同会过期。建议根据业务实际需要设定。单位:秒;计算方法:当前系统时间的时间戳秒数+有效期秒数。 */ | 
 |  |  |     expireTime?: string; | 
 |  |  |     /** 热存周期 否 此参数是合同文件在热存储中保留的时间长度,单位为秒。保存在热存储中的合同数据,自合同结束时间算起,超过此此参数设定时长的合同文件,会转移到冷存储中。 | 
 |  |  | 计算示例:如保存365天,则值为3600*24*365=31536000。参数可为空,为空时默认值为1年(31536000)。取值范围为3600(1小时)~157680000(5年) */ | 
 |  |  |     hotStoragePeriod?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserStorageContractUploadResponse { | 
 |  |  |     /** 合同ID 创建的合同ID,在后续接口中使用 | 
 |  |  | 下载签约存证报告 */ | 
 |  |  |     contractId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserStorageContractUploadResponseBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: GetUserStorageContractUploadResponse; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserStorageElementsInput { | 
 |  |  |     /** 页码 新添加元素所在的页码 */ | 
 |  |  |     pageNum?: string; | 
 |  |  |     /** x坐标 新添加元素x坐标,用百分比表示,取值0.0~1.0。 */ | 
 |  |  |     x?: string; | 
 |  |  |     /** y坐标 新添加元素y坐标,用百分比表示,取值0.0~1.0。 */ | 
 |  |  |     y?: string; | 
 |  |  |     /** 元素类型 新添加元素的类型。目前支持:text,image两种,默认为text。 */ | 
 |  |  |     type?: string; | 
 |  |  |     /** 元素内容  新添加元素的内容。如果是text类型,为文本;如果是image类型,为base64编码后的图片内容。 */ | 
 |  |  |     value?: string; | 
 |  |  |     /** 字体大小 否 如果新添加元素是text类型,可以用来指定新添加元素的字体大小。默认14 */ | 
 |  |  |     fontSize?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserStorageUploadInput { | 
 |  |  |     /** 账号Id */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 文件MD5值 	 | 
 |  |  | 例如: FileInputStream file = new FileInputStream("d: \\test\\接口系统.pdf"); byte[] bdata = IOUtils.toByteArray(file); String fmd5 = DigestUtils.md5Hex(bdata); */ | 
 |  |  |     fmd5?: string; | 
 |  |  |     /** 文件类型 否 如PDF等 */ | 
 |  |  |     ftype?: string; | 
 |  |  |     /** 原始文件名 文件名必须带上后缀名,例如“XXXX.pdf” */ | 
 |  |  |     fname?: string; | 
 |  |  |     /** 总页数 */ | 
 |  |  |     fpages?: string; | 
 |  |  |     /** 文件内容  例如: FileInputStream file = new FileInputStream("d: \\test\\接口系统.pdf"); byte[] bdata = IOUtils.toByteArray(file); String fdata =Base64.encodeBase64String(bdata); */ | 
 |  |  |     fdata?: string; | 
 |  |  |     /** 是否强制清理pdf 某些pdf中存在一些特殊元素,会导致签名无效。此参数可强制清理pdf中的特殊元素,保证签名有效。 枚举值: 0-不强制清理 1-强制清理 */ | 
 |  |  |     isCleanup?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserTotalInfoOutput { | 
 |  |  |     userId?: string; | 
 |  |  |     /** 关注 */ | 
 |  |  |     totalFollow?: number; | 
 |  |  |     /** 粉丝 */ | 
 |  |  |     totalFollowUser?: number; | 
 |  |  |     /** 点赞 */ | 
 |  |  |     totalThumbsUp?: number; | 
 |  |  |     /** 是否关注 */ | 
 |  |  |     isFollow?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserUploadSignatureImageInput { | 
 |  |  |     /** 账号Id */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 图片内容 图片base64字符串(如果带前缀,仅支持data:image/png;base64) */ | 
 |  |  |     imageData?: string; | 
 |  |  |     /** 签名/印章图片名称 否 传空或default表示更新默认的签名/印章图片。 企业用户如果有多个印章,可以指定印章名称,签署时用指定的印章名称 */ | 
 |  |  |     imageName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserWalletAccountTypeOpenInfoInput { | 
 |  |  |     /** 用户ID */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 是否需要查全部数据 */ | 
 |  |  |     isAll?: boolean; | 
 |  |  |     isFreezeCan?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetUserWithdrawInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 交易状态 已驳回 -10 打款中 10 已完成 20 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 申请起始日期 */ | 
 |  |  |     applyStartDate?: string; | 
 |  |  |     /** 申请截止日期 */ | 
 |  |  |     applyEndDate?: string; | 
 |  |  |     /** 提现最小金额 */ | 
 |  |  |     minAmount?: number; | 
 |  |  |     /** 提现最大金额 */ | 
 |  |  |     maxAmount?: number; | 
 |  |  |     /** 账户名称/提现账号 */ | 
 |  |  |     keyWords?: string; | 
 |  |  |     isMy?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetWorkPlatSumInfoOutput { | 
 |  |  |     /** 投保待审核 */ | 
 |  |  |     waitForCheck?: number; | 
 |  |  |     /** 投保待支付 */ | 
 |  |  |     waitForPay?: number; | 
 |  |  |     /** 待续保订单 */ | 
 |  |  |     waitForContiune?: number; | 
 |  |  |     /** 投保金额 */ | 
 |  |  |     totalMoney?: number; | 
 |  |  |     /** 投保人次 */ | 
 |  |  |     totalPersonNumber?: number; | 
 |  |  |     /** 今日投保金额 */ | 
 |  |  |     todayMoney?: number; | 
 |  |  |     /** 今日投保人次 */ | 
 |  |  |     todayPersonNumber?: number; | 
 |  |  |     /** 订单数目 */ | 
 |  |  |     orderNumber?: number; | 
 |  |  |     /** 投保成功人次 */ | 
 |  |  |     successPersonNumber?: number; | 
 |  |  |     /** 投保失败人次 */ | 
 |  |  |     failPersonNumber?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GigWorkerRechargeFeeOutput { | 
 |  |  |     id?: string; | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 汇款日期 */ | 
 |  |  |     transferDate?: string; | 
 |  |  |     /** 汇款金额 */ | 
 |  |  |     amount?: number; | 
 |  |  |     /** 电子回单文件 */ | 
 |  |  |     eleBillUrl?: string; | 
 |  |  |     status?: LgGigWorkerRechargeStatusEnum; | 
 |  |  |     /** 收款账户名称 */ | 
 |  |  |     receiveName?: string; | 
 |  |  |     /** 收款账户所属银行 */ | 
 |  |  |     receiveBankName?: string; | 
 |  |  |     /** 收款账户号 */ | 
 |  |  |     receiveAccount?: string; | 
 |  |  |     remark?: string; | 
 |  |  |     /** 审核时间 */ | 
 |  |  |     checkDate?: string; | 
 |  |  |     /** 审核人 */ | 
 |  |  |     checkUserId?: string; | 
 |  |  |     /** 审核理由 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 企业名 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 账号 */ | 
 |  |  |     userName?: string; | 
 |  |  |     creationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GigWorkerRechargeFeeOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: GigWorkerRechargeFeeOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface HeadHunterDto { | 
 |  |  |     id?: string; | 
 |  |  |     categoryId?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 10未提交 20待审核 30 进行中 40 下架 50 系统下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     creationTime?: string; | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 是否推荐 1是 */ | 
 |  |  |     isRecommend?: boolean; | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactNumber?: string; | 
 |  |  |     /** 职位名称Id */ | 
 |  |  |     jobSettingId?: string; | 
 |  |  |     /** 职位名称Id */ | 
 |  |  |     jobSettingName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     address?: string; | 
 |  |  |     /** 最后上架时间 */ | 
 |  |  |     lastShelfTime?: string; | 
 |  |  |     /** 所属行业ID */ | 
 |  |  |     industrySettingId?: string; | 
 |  |  |     /** 所属行业名称 */ | 
 |  |  |     industrySettingName?: string; | 
 |  |  |     /** 员工薪酬 */ | 
 |  |  |     salary?: number; | 
 |  |  |     /** 起始薪资 */ | 
 |  |  |     startMonthlySalary?: number; | 
 |  |  |     /** 截止起始薪资 */ | 
 |  |  |     endMonthlySalary?: number; | 
 |  |  |     /** 工作介绍 */ | 
 |  |  |     jobIntroduction?: string; | 
 |  |  |     /** 10 固定 20 面议 */ | 
 |  |  |     salaryType?: number; | 
 |  |  |     provinceCode?: number; | 
 |  |  |     cityCode?: number; | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     viewCount?: number; | 
 |  |  |     attentionCount?: number; | 
 |  |  |     companyName?: string; | 
 |  |  |     userStatus?: UserCertificationStatusEnum; | 
 |  |  |     /** 用户是否锁定 */ | 
 |  |  |     userIsLocked?: boolean; | 
 |  |  |     userAuthType?: EnterpriseTypeEnum; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     checkRemark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface HeadHunterDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: HeadHunterDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface HeadHunterListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 昵称 */ | 
 |  |  |     jobName?: string; | 
 |  |  |     status?: number; | 
 |  |  |     startDate?: string; | 
 |  |  |     endDate?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface HeadHunterRecommendInput { | 
 |  |  |     id?: string; | 
 |  |  |     isRecommend?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface HeadHunterViewInput { | 
 |  |  |     /** 订单浏览Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 订单Id */ | 
 |  |  |     headHunterId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface HeadlineInformation { | 
 |  |  |     /** 资讯Id */ | 
 |  |  |     informationId?: string; | 
 |  |  |     /** 标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 资讯类别名 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface HelpQuestionDto { | 
 |  |  |     id?: string; | 
 |  |  |     title?: string; | 
 |  |  |     helpTypeSettingId?: string; | 
 |  |  |     helpTypeSettingName?: string; | 
 |  |  |     status?: number; | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 详情信息 */ | 
 |  |  |     intros?: HelpQuestionIntroInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface HelpQuestionDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: HelpQuestionDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface HelpQuestionIntroInfo { | 
 |  |  |     /** 类型:0为文本,1为图片,2为视频;默认为文本 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 文本内容 */ | 
 |  |  |     content?: string; | 
 |  |  |     /** 图片/视频路径 */ | 
 |  |  |     path?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface HOResultSet4047RItem { | 
 |  |  |     sThirdVoucher: string; | 
 |  |  |     cstInnerFlowNo?: string; | 
 |  |  |     othBankFlag?: string; | 
 |  |  |     othAreaFlag?: string; | 
 |  |  |     idType?: string; | 
 |  |  |     idNo?: string; | 
 |  |  |     oppBankName?: string; | 
 |  |  |     oppAccNo: string; | 
 |  |  |     oppAccName: string; | 
 |  |  |     oppBranchId?: string; | 
 |  |  |     province?: string; | 
 |  |  |     city?: string; | 
 |  |  |     amount: string; | 
 |  |  |     postScript?: string; | 
 |  |  |     countryCode?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface HotInformationAdvertiseInfo { | 
 |  |  |     /** 资讯Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 资讯Id */ | 
 |  |  |     informationId?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 资讯类别名 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 头部Icon */ | 
 |  |  |     headIcon?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     /** 发布时间 */ | 
 |  |  |     publishTime?: string; | 
 |  |  |     /** 状态:-1保存,0提交待审核,10通过,-10驳回,-20已下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 区域 */ | 
 |  |  |     fullArea?: string; | 
 |  |  |     /** 详细举办地址 */ | 
 |  |  |     address?: string; | 
 |  |  |     /** 地址 */ | 
 |  |  |     fullAddress?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 封面信息 */ | 
 |  |  |     covers?: CoverInfo[]; | 
 |  |  |     /** 是否需要报名 */ | 
 |  |  |     needApply?: boolean; | 
 |  |  |     /** 报名状态:0报名中,10进行中,20已结束 */ | 
 |  |  |     applyStatus?: number; | 
 |  |  |     /** 报名链接 */ | 
 |  |  |     applyLink?: string; | 
 |  |  |     /** 举办起始日期 */ | 
 |  |  |     toHoldStartTime?: string; | 
 |  |  |     /** 举办截止日期 */ | 
 |  |  |     toHoldEndTime?: string; | 
 |  |  |     /** 标签信息 */ | 
 |  |  |     tags?: TagInfo[]; | 
 |  |  |     /** 客户Id */ | 
 |  |  |     customerId?: string; | 
 |  |  |     /** 举办/发布单位 */ | 
 |  |  |     unit?: string; | 
 |  |  |     /** 浏览次数 */ | 
 |  |  |     viewCount?: number; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 点赞数 */ | 
 |  |  |     thumbsUpCount?: number; | 
 |  |  |     /** 关注数 */ | 
 |  |  |     attentionCount?: number; | 
 |  |  |     /** 最后更新日期 */ | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 广告位置:0首页一级,1首页二级,2详情页推荐 */ | 
 |  |  |     position?: number; | 
 |  |  |     provinceCode?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface HotInformationAdvertiseInfoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: HotInformationAdvertiseInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface HotProductAdvertiseInfo { | 
 |  |  |     /** 产品广告Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 产品Id */ | 
 |  |  |     productId?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 产品名称 */ | 
 |  |  |     productName?: string; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 产品类别名 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 头部Icon */ | 
 |  |  |     headIcon?: string; | 
 |  |  |     /** 运营类别:1平台自营,2客户自营 */ | 
 |  |  |     operateType?: number; | 
 |  |  |     /** 服务商 */ | 
 |  |  |     serveName?: string; | 
 |  |  |     /** 服务商星级:1~5 */ | 
 |  |  |     serveStarLevel?: number; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     /** 广告类型:0付费,1免费 */ | 
 |  |  |     payType?: number; | 
 |  |  |     /** 封面信息 */ | 
 |  |  |     covers?: CoverInfo[]; | 
 |  |  |     /** 标签信息 */ | 
 |  |  |     tags?: TagInfo[]; | 
 |  |  |     /** 成交数量 */ | 
 |  |  |     transactionCount?: number; | 
 |  |  |     /** 浏览数 */ | 
 |  |  |     viewCount?: number; | 
 |  |  |     /** 广告起始时间 */ | 
 |  |  |     startTime?: string; | 
 |  |  |     /** 广告到期时间 */ | 
 |  |  |     endTime?: string; | 
 |  |  |     /** 联系人:类型为个人时联系人为申请时姓名 */ | 
 |  |  |     contacter?: string; | 
 |  |  |     /** 付费额 */ | 
 |  |  |     fee?: number; | 
 |  |  |     /** 好评 */ | 
 |  |  |     thumbsUpCount?: number; | 
 |  |  |     /** 关注数 */ | 
 |  |  |     attentionCount?: number; | 
 |  |  |     /** 评星数 */ | 
 |  |  |     starCount?: number; | 
 |  |  |     /** 评论数 */ | 
 |  |  |     commentCount?: number; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contacterPhone?: string; | 
 |  |  |     /** 广告位置:0首页一级,1首页二级,2详情页推荐 */ | 
 |  |  |     position?: number; | 
 |  |  |     /** 状态:0(客户端)提交,-10下架,10上架 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 是否客户端自发广告 */ | 
 |  |  |     isFromClient?: boolean; | 
 |  |  |     areaCode?: number; | 
 |  |  |     /** 用户是否锁定 */ | 
 |  |  |     userIsLocked?: boolean; | 
 |  |  |     userAuthType?: EnterpriseTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface HotProductAdvertiseInfoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: HotProductAdvertiseInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface HRAreaDto { | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区 */ | 
 |  |  |     areaCode?: number; | 
 |  |  |     /** 区 */ | 
 |  |  |     areaName?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sort?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface IanaTimeZone { | 
 |  |  | 
 |  |  |     roleNames: string[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ImportIdentityCardInput { | 
 |  |  |     /** CompanyId */ | 
 |  |  |     companyId: string; | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phoneNumber: string; | 
 |  |  |     /** 身份证图片 */ | 
 |  |  |     urls: string[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ImportIdentityCardResult { | 
 |  |  |     id?: string; | 
 |  |  |     /** 姓名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 身份证号 */ | 
 |  |  |     certNo?: string; | 
 |  |  |     /** 手机号 */ | 
 |  |  |     mobile?: string; | 
 |  |  |     /** 性别 1男 2女 */ | 
 |  |  |     sex?: number; | 
 |  |  |     /** 年龄 */ | 
 |  |  |     age?: number; | 
 |  |  |     /** 用工企业 */ | 
 |  |  |     useEmploer?: string; | 
 |  |  |     /** 用工企业Id */ | 
 |  |  |     useEmploerId?: string; | 
 |  |  |     /** 职业类别 */ | 
 |  |  |     jobName?: string; | 
 |  |  |     /** 职业类别 */ | 
 |  |  |     jobType?: string; | 
 |  |  |     /** 职业类别 */ | 
 |  |  |     jobIntType?: number; | 
 |  |  |     /** 10 在职 20离职 */ | 
 |  |  |     staffStatus?: number; | 
 |  |  |     /** 备注 */ | 
 |  |  |     note?: string; | 
 |  |  |     /** 1正常 0异常 */ | 
 |  |  |     isNormal?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ImportInsLgWorkerAnalysisList { | 
 |  |  |     id?: string; | 
 |  |  |     /** 姓名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 手机号 */ | 
 |  |  |     mobile?: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     note?: string; | 
 |  |  |     /** 1正常 0异常 */ | 
 |  |  |     isNormal?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ImportInsLgWorkerOutput { | 
 |  |  |     successCount?: number; | 
 |  |  |     failureCount?: number; | 
 |  |  |     errorList?: ImportInsLgWorkerAnalysisList[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ImportInsStaffAnalysisList { | 
 |  |  |     id?: string; | 
 |  |  |     /** 姓名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 身份证号 */ | 
 |  |  |     certNo?: string; | 
 |  |  |     /** 手机号 */ | 
 |  |  |     mobile?: string; | 
 |  |  |     /** 性别 1男 2女 */ | 
 |  |  |     sex?: number; | 
 |  |  |     /** 年龄 */ | 
 |  |  |     age?: number; | 
 |  |  |     /** 用工企业 */ | 
 |  |  |     useEmploer?: string; | 
 |  |  |     /** 用工企业Id */ | 
 |  |  |     useEmploerId?: string; | 
 |  |  |     /** 职业类别 */ | 
 |  |  |     jobName?: string; | 
 |  |  |     /** 职业类别 */ | 
 |  |  |     jobType?: string; | 
 |  |  |     /** 职业类别 */ | 
 |  |  |     jobIntType?: number; | 
 |  |  |     /** 10 在职 20离职 */ | 
 |  |  |     staffStatus?: number; | 
 |  |  |     /** 备注 */ | 
 |  |  |     note?: string; | 
 |  |  |     /** 1正常 0异常 */ | 
 |  |  |     isNormal?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ImportInsStaffAnalysisListOutput { | 
 |  |  |     listTrueStaff?: ImportInsStaffAnalysisList[]; | 
 |  |  |     listErrorStaff?: ImportInsStaffAnalysisList[]; | 
 |  |  |     listUseEmploer?: UseEmploerDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface IncentivePaymentsManageListOutput { | 
 |  |  |     id?: string; | 
 |  |  |     creationTime?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     lastModifierName?: string; | 
 |  |  |     lastModifierId?: string; | 
 |  |  |     /** 奖励金金额 */ | 
 |  |  |     incentivePaymentsAmount?: number; | 
 |  |  |     /** 发放凭证 */ | 
 |  |  |     issueVouchersUrl?: string; | 
 |  |  |     /** 产业园区名称 */ | 
 |  |  |     industrialParkName?: string; | 
 |  |  |     /** 产业园区Id */ | 
 |  |  |     industrialParkId?: string; | 
 |  |  |     /** 账号 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 发放时间 */ | 
 |  |  |     issueTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface IncentivePaymentsManageListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: IncentivePaymentsManageListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type IncomeExpenseTypeEnum = 10 | 20; | 
 |  |  |  | 
 |  |  |   interface IndustrialParkDetailOutput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 园区名称 */ | 
 |  |  |     parkName?: string; | 
 |  |  |     /** 负责人名称 */ | 
 |  |  |     leaderName?: string; | 
 |  |  |     /** 负责人电话 */ | 
 |  |  |     leaderMobile?: string; | 
 |  |  |     /** 园区类型 */ | 
 |  |  |     parkTypeId?: string; | 
 |  |  |     status?: IndustrialParkStatusEnum; | 
 |  |  |     /** 注册地址 */ | 
 |  |  |     registerAddress?: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface IndustrialParkDropDownOutput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 园区名称 */ | 
 |  |  |     parkName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface IndustrialParkListOutput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 园区名称 */ | 
 |  |  |     parkName?: string; | 
 |  |  |     /** 负责人名称 */ | 
 |  |  |     leaderName?: string; | 
 |  |  |     /** 负责人电话 */ | 
 |  |  |     leaderMobile?: string; | 
 |  |  |     /** 园区类型 */ | 
 |  |  |     parkTypeId?: string; | 
 |  |  |     status?: IndustrialParkStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface IndustrialParkListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: IndustrialParkListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type IndustrialParkStatusEnum = 10 | -10; | 
 |  |  |  | 
 |  |  |   interface IndustryBodyAuditDatilOutput { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     industryBodyId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     /** 机构类型Id */ | 
 |  |  |     institutionTypeId?: string; | 
 |  |  |     /** 机构类型名称 */ | 
 |  |  |     institutionTypeName?: string; | 
 |  |  |     /** 账号 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 最后更新时间 */ | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |     auditStatus?: ParkOrHRAuditStatusEnum; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface IndustryBodyAuditListOutput { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     industryBodyId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     /** 机构类型Id */ | 
 |  |  |     institutionTypeId?: string; | 
 |  |  |     /** 机构类型名称 */ | 
 |  |  |     institutionTypeName?: string; | 
 |  |  |     /** 账号 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 最后更新时间 */ | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |     auditStatus?: ParkOrHRAuditStatusEnum; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface IndustryBodyAuditListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: IndustryBodyAuditListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface IndustryBodyDto { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     /** 所属行业Id */ | 
 |  |  |     institutionTypeId?: string; | 
 |  |  |     status?: ParkOrStatusEnum; | 
 |  |  |     isUserCertification?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface IndustryBodyListOutput { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     /** 机构类型Id */ | 
 |  |  |     institutionTypeId?: string; | 
 |  |  |     /** 机构类型名称 */ | 
 |  |  |     institutionTypeName?: string; | 
 |  |  |     /** 账号 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 最后更新时间 */ | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     status?: ParkOrStatusEnum; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 是否已有园区 */ | 
 |  |  |     hasPark?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface IndustryBodyListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: IndustryBodyListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface IndustryMatingAuditDatilOutput { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     industryMatingId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     /** 服务类型Id */ | 
 |  |  |     serviceTypeId?: string; | 
 |  |  |     /** 服务资质 */ | 
 |  |  |     serviceQualificationsUrl?: string; | 
 |  |  |     /** 企业类型名称 */ | 
 |  |  |     serviceTypeName?: string; | 
 |  |  |     /** 账号 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 最后更新时间 */ | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |     auditStatus?: ParkOrHRAuditStatusEnum; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface IndustryMatingAuditListOutput { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     industryMatingId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     /** 服务类型Id */ | 
 |  |  |     serviceTypeId?: string; | 
 |  |  |     /** 服务资质 */ | 
 |  |  |     serviceQualificationsUrl?: string; | 
 |  |  |     /** 企业类型名称 */ | 
 |  |  |     serviceTypeName?: string; | 
 |  |  |     /** 账号 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 最后更新时间 */ | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |     auditStatus?: ParkOrHRAuditStatusEnum; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface IndustryMatingAuditListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: IndustryMatingAuditListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface IndustryMatingDto { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     status?: ParkOrStatusEnum; | 
 |  |  |     /** 服务类型Id */ | 
 |  |  |     serviceTypeId?: string; | 
 |  |  |     /** 服务资质 */ | 
 |  |  |     serviceQualificationsUrl?: string; | 
 |  |  |     isUserCertification?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface IndustryMatingListOutput { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     /** 服务类型Id */ | 
 |  |  |     serviceTypeId?: string; | 
 |  |  |     /** 服务资质 */ | 
 |  |  |     serviceQualificationsUrl?: string; | 
 |  |  |     /** 企业类型名称 */ | 
 |  |  |     serviceTypeName?: string; | 
 |  |  |     /** 账号 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 最后更新时间 */ | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     status?: ParkOrStatusEnum; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface IndustryMatingListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: IndustryMatingListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type InformationAcquisitionPlatformTypeEnum = 1 | 2; | 
 |  |  |  | 
 |  |  |   type InformationAdoptStatusEnum = 10 | 20; | 
 |  |  |  | 
 |  |  |   interface InformationAdvertiseDetail { | 
 |  |  |     /** 资讯广告Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 资讯Id */ | 
 |  |  |     informationId?: string; | 
 |  |  |     /** 资讯标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 服务商 */ | 
 |  |  |     serveName?: string; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 资讯类别名 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 联系人:类型为个人时联系人为申请时姓名 */ | 
 |  |  |     contacter?: string; | 
 |  |  |     /** 对外联系人 */ | 
 |  |  |     outerContacter?: string; | 
 |  |  |     /** 对外联系电话是否平台电话 */ | 
 |  |  |     isOuterPhonePlatform?: boolean; | 
 |  |  |     /** 对外联系人号码 */ | 
 |  |  |     outerContacterPhone?: string; | 
 |  |  |     /** 广告起始时间 */ | 
 |  |  |     startTime?: string; | 
 |  |  |     /** 广告到期时间 */ | 
 |  |  |     endTime?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     /** 广告位置:0首页一级,1首页二级,2详情页推荐 */ | 
 |  |  |     position?: number; | 
 |  |  |     /** 广告类型:0付费,1免费 */ | 
 |  |  |     payType?: number; | 
 |  |  |     /** 付费额 */ | 
 |  |  |     fee?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InformationAdvertiseForManage { | 
 |  |  |     /** 资讯广告Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 资讯Id */ | 
 |  |  |     informationId?: string; | 
 |  |  |     /** 资讯标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 服务商 */ | 
 |  |  |     serveName?: string; | 
 |  |  |     /** 资讯来源说明 */ | 
 |  |  |     fromMessage?: string; | 
 |  |  |     /** 发布人 */ | 
 |  |  |     publisher?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     /** 广告类型:0付费,1免费 */ | 
 |  |  |     payType?: number; | 
 |  |  |     /** 浏览次数 */ | 
 |  |  |     viewCount?: number; | 
 |  |  |     /** 广告起始时间 */ | 
 |  |  |     startTime?: string; | 
 |  |  |     /** 广告到期时间 */ | 
 |  |  |     endTime?: string; | 
 |  |  |     /** 状态:0(客户端)提交,-10下架,10上架 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 是否客户端自发广告 */ | 
 |  |  |     isFromClient?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InformationAdvertiseForManagePageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: InformationAdvertiseForManage[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InformationCheckInput { | 
 |  |  |     /** 资讯Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 审核状态:10通过,-10驳回 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 初始浏览量 */ | 
 |  |  |     initViewCount?: number; | 
 |  |  |     /** 初始关注量 */ | 
 |  |  |     initAttendedCount?: number; | 
 |  |  |     /** 初始点赞量 */ | 
 |  |  |     initThumbsUpCount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InformationDetail { | 
 |  |  |     /** 资讯Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 资讯类别名 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 运营类别:1平台自营,2客户自营 */ | 
 |  |  |     operateType?: number; | 
 |  |  |     /** 服务商 */ | 
 |  |  |     serveName?: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 省Code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市Code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区域Code */ | 
 |  |  |     areaCode?: number; | 
 |  |  |     /** 区域 */ | 
 |  |  |     areaName?: string; | 
 |  |  |     /** 区域 */ | 
 |  |  |     fullArea?: string; | 
 |  |  |     /** 详细举办地址 */ | 
 |  |  |     address?: string; | 
 |  |  |     /** 地址 */ | 
 |  |  |     fullAddress?: string; | 
 |  |  |     /** 经度 */ | 
 |  |  |     longitude?: number; | 
 |  |  |     /** 纬度 */ | 
 |  |  |     latitude?: number; | 
 |  |  |     /** 封面信息 */ | 
 |  |  |     covers?: CoverInfo[]; | 
 |  |  |     /** 是否原创 */ | 
 |  |  |     isOriginal?: boolean; | 
 |  |  |     /** 转载链接 */ | 
 |  |  |     repostLink?: string; | 
 |  |  |     /** 是否需要报名 */ | 
 |  |  |     needApply?: boolean; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 报名链接 */ | 
 |  |  |     applyLink?: string; | 
 |  |  |     /** 举办起始日期 */ | 
 |  |  |     toHoldStartTime?: string; | 
 |  |  |     /** 举办截止日期 */ | 
 |  |  |     toHoldEndTime?: string; | 
 |  |  |     /** 资讯来源:0单位,1个人 */ | 
 |  |  |     fromType?: number; | 
 |  |  |     /** 资讯来源说明 */ | 
 |  |  |     fromMessage?: string; | 
 |  |  |     /** 客户Id */ | 
 |  |  |     customerId?: string; | 
 |  |  |     /** 举办/发布单位 */ | 
 |  |  |     unit?: string; | 
 |  |  |     /** 实行区域:0全国,1省份 */ | 
 |  |  |     implementAreaType?: number; | 
 |  |  |     /** 初始浏览量 */ | 
 |  |  |     initViewCount?: number; | 
 |  |  |     /** 初始关注量 */ | 
 |  |  |     initAttendedCount?: number; | 
 |  |  |     /** 初始点赞量 */ | 
 |  |  |     initThumbsUpCount?: number; | 
 |  |  |     /** 标签信息 */ | 
 |  |  |     tags?: TagInfo[]; | 
 |  |  |     /** 详情信息 */ | 
 |  |  |     intros?: IntroInfo[]; | 
 |  |  |     /** 实行省份信息 */ | 
 |  |  |     provinces?: ProvinceInfo[]; | 
 |  |  |     /** 是否自己创建 */ | 
 |  |  |     isOwnerCreate?: boolean; | 
 |  |  |     /** 作者 */ | 
 |  |  |     author?: string; | 
 |  |  |     showStatus?: InformationShowStatusEnum; | 
 |  |  |     /** 有效截止时间 */ | 
 |  |  |     expirationDateTime?: string; | 
 |  |  |     /** 状态:HumanResourcesConstant.InformationStatus */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InformationDetailInfo { | 
 |  |  |     /** 资讯Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 资讯类别名 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 运营类别:1平台自营,2客户自营 */ | 
 |  |  |     operateType?: number; | 
 |  |  |     /** 来源 */ | 
 |  |  |     serveName?: string; | 
 |  |  |     /** 发布时间 */ | 
 |  |  |     publishTime?: string; | 
 |  |  |     /** 状态:-1保存,0提交待审核,10通过,-10驳回,-20已下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 省Code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市Code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区域Code */ | 
 |  |  |     areaCode?: number; | 
 |  |  |     /** 区域 */ | 
 |  |  |     areaName?: string; | 
 |  |  |     /** 区域 */ | 
 |  |  |     fullArea?: string; | 
 |  |  |     /** 详细举办地址 */ | 
 |  |  |     address?: string; | 
 |  |  |     /** 地址 */ | 
 |  |  |     fullAddress?: string; | 
 |  |  |     /** 经度 */ | 
 |  |  |     longitude?: number; | 
 |  |  |     /** 纬度 */ | 
 |  |  |     latitude?: number; | 
 |  |  |     /** 封面信息 */ | 
 |  |  |     covers?: CoverInfo[]; | 
 |  |  |     /** 是否原创 */ | 
 |  |  |     isOriginal?: boolean; | 
 |  |  |     /** 转载链接 */ | 
 |  |  |     repostLink?: string; | 
 |  |  |     /** 是否需要报名 */ | 
 |  |  |     needApply?: boolean; | 
 |  |  |     /** 报名状态:0报名中,10进行中,20已结束 */ | 
 |  |  |     applyStatus?: number; | 
 |  |  |     /** 报名链接 */ | 
 |  |  |     applyLink?: string; | 
 |  |  |     /** 举办起始日期 */ | 
 |  |  |     toHoldStartTime?: string; | 
 |  |  |     /** 举办截止日期 */ | 
 |  |  |     toHoldEndTime?: string; | 
 |  |  |     fromType?: InformationFormTypeEnum; | 
 |  |  |     /** 资讯来源说明 */ | 
 |  |  |     fromMessage?: string; | 
 |  |  |     /** 标签信息 */ | 
 |  |  |     tags?: TagInfo[]; | 
 |  |  |     /** 详情信息 */ | 
 |  |  |     intros?: IntroInfo[]; | 
 |  |  |     /** 实行省份信息 */ | 
 |  |  |     provinces?: ProvinceInfo[]; | 
 |  |  |     /** 客户Id */ | 
 |  |  |     customerId?: string; | 
 |  |  |     /** 举办/发布单位 */ | 
 |  |  |     unit?: string; | 
 |  |  |     /** 实行区域:0全国,1省份 */ | 
 |  |  |     implementAreaType?: number; | 
 |  |  |     /** 浏览次数 */ | 
 |  |  |     viewCount?: number; | 
 |  |  |     /** 是否广告区 */ | 
 |  |  |     isOnAdvertise?: boolean; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 点赞数 */ | 
 |  |  |     thumbsUpCount?: number; | 
 |  |  |     /** 关注数 */ | 
 |  |  |     attentionCount?: number; | 
 |  |  |     /** 赏 */ | 
 |  |  |     rewardAmount?: number; | 
 |  |  |     /** 最后更新日期 */ | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     /** 打赏信息 */ | 
 |  |  |     rewards?: RewardInfo[]; | 
 |  |  |     /** 是否我的关注 */ | 
 |  |  |     isMyAttention?: boolean; | 
 |  |  |     /** 是否我已赞 */ | 
 |  |  |     isMyThumbsUp?: boolean; | 
 |  |  |     /** 点赞Id */ | 
 |  |  |     thumbsUpId?: string; | 
 |  |  |     /** 是否自己创建 */ | 
 |  |  |     isOwnerCreate?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InformationForHomePageDto { | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 资讯类别名 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 资讯类别下的子信息 */ | 
 |  |  |     informationForHomePageItems?: InformationForHomePageItem[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InformationForHomePageItem { | 
 |  |  |     /** 资讯Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     /** 发布时间 */ | 
 |  |  |     publishTime?: string; | 
 |  |  |     /** 封面信息 */ | 
 |  |  |     covers?: CoverInfo[]; | 
 |  |  |     /** 最后更新日期 */ | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InformationForManage { | 
 |  |  |     /** 资讯Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 运营类别:1平台自营,2客户自营 */ | 
 |  |  |     operateType?: number; | 
 |  |  |     /** 资讯标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 资讯类别名 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 发布时间 */ | 
 |  |  |     publishTime?: string; | 
 |  |  |     /** 状态:10通过(显示中),-20已下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     fromType?: InformationFormTypeEnum; | 
 |  |  |     /** 资讯来源说明 */ | 
 |  |  |     fromMessage?: string; | 
 |  |  |     /** 浏览次数 */ | 
 |  |  |     viewCount?: number; | 
 |  |  |     /** 是否广告区 */ | 
 |  |  |     isOnAdvertise?: boolean; | 
 |  |  |     /** 省Code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市Code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区域Code */ | 
 |  |  |     areaCode?: number; | 
 |  |  |     /** 区域 */ | 
 |  |  |     areaName?: string; | 
 |  |  |     /** 区域 */ | 
 |  |  |     fullArea?: string; | 
 |  |  |     /** 详细举办地址 */ | 
 |  |  |     address?: string; | 
 |  |  |     /** 地址 */ | 
 |  |  |     fullAddress?: string; | 
 |  |  |     /** 实行区域:0全国,1省份 */ | 
 |  |  |     implementAreaType?: number; | 
 |  |  |     /** 作者 */ | 
 |  |  |     author?: string; | 
 |  |  |     /** 是否原创 */ | 
 |  |  |     isOriginal?: boolean; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     showStatus?: InformationShowStatusEnum; | 
 |  |  |     /** 实行省份信息 */ | 
 |  |  |     provinces?: ProvinceInfo[]; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 创建人 */ | 
 |  |  |     creationName?: string; | 
 |  |  |     recommendStatus?: InformationRecommendStatusEnum; | 
 |  |  |     /** 有效截止时间 */ | 
 |  |  |     expirationDateTime?: string; | 
 |  |  |     /** 封面信息 */ | 
 |  |  |     covers?: CoverInfo[]; | 
 |  |  |     /** 多少时间之前字符串 */ | 
 |  |  |     beforeTimeStr?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InformationForManagePageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: InformationForManage[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type InformationFormTypeEnum = 0 | 1 | 2 | 3 | 4; | 
 |  |  |  | 
 |  |  |   interface InformationInfo { | 
 |  |  |     /** 资讯Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 资讯类别名 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 运营类别:1平台自营,2客户自营 */ | 
 |  |  |     operateType?: number; | 
 |  |  |     /** 来源 */ | 
 |  |  |     serveName?: string; | 
 |  |  |     /** 发布时间 */ | 
 |  |  |     publishTime?: string; | 
 |  |  |     /** 状态:-1保存,0提交待审核,10通过,-10驳回,-20已下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     showStatus?: InformationShowStatusEnum; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 省Code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市Code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区域Code */ | 
 |  |  |     areaCode?: number; | 
 |  |  |     /** 区域 */ | 
 |  |  |     areaName?: string; | 
 |  |  |     /** 区域 */ | 
 |  |  |     fullArea?: string; | 
 |  |  |     /** 详细举办地址 */ | 
 |  |  |     address?: string; | 
 |  |  |     /** 地址 */ | 
 |  |  |     fullAddress?: string; | 
 |  |  |     /** 经度 */ | 
 |  |  |     longitude?: number; | 
 |  |  |     /** 纬度 */ | 
 |  |  |     latitude?: number; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 封面信息 */ | 
 |  |  |     covers?: CoverInfo[]; | 
 |  |  |     /** 是否原创 */ | 
 |  |  |     isOriginal?: boolean; | 
 |  |  |     /** 转载链接 */ | 
 |  |  |     repostLink?: string; | 
 |  |  |     /** 是否需要报名 */ | 
 |  |  |     needApply?: boolean; | 
 |  |  |     /** 报名状态:0报名中,10进行中,20已结束 */ | 
 |  |  |     applyStatus?: number; | 
 |  |  |     /** 报名链接 */ | 
 |  |  |     applyLink?: string; | 
 |  |  |     /** 举办起始日期 */ | 
 |  |  |     toHoldStartTime?: string; | 
 |  |  |     /** 举办截止日期 */ | 
 |  |  |     toHoldEndTime?: string; | 
 |  |  |     fromType?: InformationFormTypeEnum; | 
 |  |  |     /** 资讯来源说明 */ | 
 |  |  |     fromMessage?: string; | 
 |  |  |     /** 标签信息 */ | 
 |  |  |     tags?: TagInfo[]; | 
 |  |  |     /** 详情信息 */ | 
 |  |  |     intros?: IntroInfo[]; | 
 |  |  |     /** 实行省份信息 */ | 
 |  |  |     provinces?: ProvinceInfo[]; | 
 |  |  |     /** 广告信息 */ | 
 |  |  |     advertises?: AdvertiseInfo[]; | 
 |  |  |     /** 客户Id */ | 
 |  |  |     customerId?: string; | 
 |  |  |     /** 举办/发布单位 */ | 
 |  |  |     unit?: string; | 
 |  |  |     /** 实行区域:0全国,1省份 */ | 
 |  |  |     implementAreaType?: number; | 
 |  |  |     /** 初始浏览量 */ | 
 |  |  |     initViewCount?: number; | 
 |  |  |     /** 初始关注量 */ | 
 |  |  |     initAttendedCount?: number; | 
 |  |  |     /** 初始点赞数 */ | 
 |  |  |     initThumbsUpCount?: number; | 
 |  |  |     /** 浏览次数 */ | 
 |  |  |     viewCount?: number; | 
 |  |  |     /** 是否广告区 */ | 
 |  |  |     isOnAdvertise?: boolean; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 点赞数 */ | 
 |  |  |     thumbsUpCount?: number; | 
 |  |  |     /** 关注数 */ | 
 |  |  |     attentionCount?: number; | 
 |  |  |     /** 赏 */ | 
 |  |  |     rewardAmount?: number; | 
 |  |  |     /** 最后更新日期 */ | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     /** 打赏信息 */ | 
 |  |  |     rewards?: RewardInfo[]; | 
 |  |  |     /** 是否我的关注 */ | 
 |  |  |     isMyAttention?: boolean; | 
 |  |  |     /** 是否我已赞 */ | 
 |  |  |     isMyThumbsUp?: boolean; | 
 |  |  |     /** 是否自己创建 */ | 
 |  |  |     isOwnerCreate?: boolean; | 
 |  |  |     /** 是否支持广告 */ | 
 |  |  |     isSupportAdvertise?: boolean; | 
 |  |  |     /** 作者 */ | 
 |  |  |     author?: string; | 
 |  |  |     recommendStatus?: InformationRecommendStatusEnum; | 
 |  |  |     /** 有效截止时间 */ | 
 |  |  |     expirationDateTime?: string; | 
 |  |  |     /** 关注时间 */ | 
 |  |  |     attentionTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InformationInfoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: InformationInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type InformationRecommendStatusEnum = 10 | 20; | 
 |  |  |  | 
 |  |  |   interface InformationRewardInput { | 
 |  |  |     /** 被打赏人Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 资讯Id */ | 
 |  |  |     informationId?: string; | 
 |  |  |     /** 打赏金额 */ | 
 |  |  |     amount?: number; | 
 |  |  |     /** 打赏分成金额 */ | 
 |  |  |     shareAmount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InformationShowDetailDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 资讯类别名 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 封面信息 */ | 
 |  |  |     covers?: CoverInfo[]; | 
 |  |  |     /** 点赞数 */ | 
 |  |  |     thumbsUpCount?: number; | 
 |  |  |     /** 浏览次数 */ | 
 |  |  |     viewCount?: number; | 
 |  |  |     /** 作者 */ | 
 |  |  |     author?: string; | 
 |  |  |     fromType?: InformationFormTypeEnum; | 
 |  |  |     /** 多少时间之前字符串 */ | 
 |  |  |     beforeTimeStr?: string; | 
 |  |  |     /** 发布时间 */ | 
 |  |  |     publishTime?: string; | 
 |  |  |     /** 是否我已赞 */ | 
 |  |  |     isMyThumbsUp?: boolean; | 
 |  |  |     recommendStatus?: InformationRecommendStatusEnum; | 
 |  |  |     introInfo?: IntroInfo; | 
 |  |  |     /** 详情信息 */ | 
 |  |  |     intros?: IntroInfo[]; | 
 |  |  |     /** 是否原创 */ | 
 |  |  |     isOriginal?: boolean; | 
 |  |  |     /** 详细举办地址 */ | 
 |  |  |     address?: string; | 
 |  |  |     /** 经度 */ | 
 |  |  |     longitude?: number; | 
 |  |  |     /** 纬度 */ | 
 |  |  |     latitude?: number; | 
 |  |  |     /** 举办起始日期 */ | 
 |  |  |     toHoldStartTime?: string; | 
 |  |  |     /** 举办截止日期 */ | 
 |  |  |     toHoldEndTime?: string; | 
 |  |  |     /** 举办/发布单位 */ | 
 |  |  |     unit?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 报名链接 */ | 
 |  |  |     applyLink?: string; | 
 |  |  |     /** 分享数 */ | 
 |  |  |     shareCount?: number; | 
 |  |  |     /** 关注数 */ | 
 |  |  |     attentionCount?: number; | 
 |  |  |     /** 是否我的关注 */ | 
 |  |  |     isMyAttention?: boolean; | 
 |  |  |     /** 客户Id */ | 
 |  |  |     customerId?: string; | 
 |  |  |     /** 用户头像地址 */ | 
 |  |  |     avatarUrl?: string; | 
 |  |  |     isFollow?: boolean; | 
 |  |  |     /** 发布者名称 */ | 
 |  |  |     publisherName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InformationShowListDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 资讯类别名 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 封面信息 */ | 
 |  |  |     covers?: CoverInfo[]; | 
 |  |  |     /** 点赞数 */ | 
 |  |  |     thumbsUpCount?: number; | 
 |  |  |     /** 浏览次数 */ | 
 |  |  |     viewCount?: number; | 
 |  |  |     /** 作者 */ | 
 |  |  |     author?: string; | 
 |  |  |     fromType?: InformationFormTypeEnum; | 
 |  |  |     /** 多少时间之前字符串 */ | 
 |  |  |     beforeTimeStr?: string; | 
 |  |  |     /** 发布时间 */ | 
 |  |  |     publishTime?: string; | 
 |  |  |     /** 是否我已赞 */ | 
 |  |  |     isMyThumbsUp?: boolean; | 
 |  |  |     recommendStatus?: InformationRecommendStatusEnum; | 
 |  |  |     introInfo?: IntroInfo; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InformationShowListDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: InformationShowListDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type InformationShowStatusEnum = 1 | 2; | 
 |  |  |  | 
 |  |  |   interface InformationThumbsUpInputV2 { | 
 |  |  |     /** 产品评论Id */ | 
 |  |  |     informationId?: string; | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InformationViewInput { | 
 |  |  |     /** 产品点赞Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 产品评论Id */ | 
 |  |  |     informationId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InformationWaitForCheck { | 
 |  |  |     /** 资讯Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 资讯类别名 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 运营类别:1平台自营,2客户自营 */ | 
 |  |  |     operateType?: number; | 
 |  |  |     /** 发布时间 */ | 
 |  |  |     publishTime?: string; | 
 |  |  |     /** 状态:0提交待审核,-10驳回 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 来源 */ | 
 |  |  |     serveName?: string; | 
 |  |  |     fromType?: InformationFormTypeEnum; | 
 |  |  |     /** 资讯来源说明 */ | 
 |  |  |     fromMessage?: string; | 
 |  |  |     /** 省Code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市Code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区域Code */ | 
 |  |  |     areaCode?: number; | 
 |  |  |     /** 区域 */ | 
 |  |  |     areaName?: string; | 
 |  |  |     /** 区域 */ | 
 |  |  |     fullArea?: string; | 
 |  |  |     /** 详细举办地址 */ | 
 |  |  |     address?: string; | 
 |  |  |     /** 地址 */ | 
 |  |  |     fullAddress?: string; | 
 |  |  |     /** 实行区域:0全国,1省份 */ | 
 |  |  |     implementAreaType?: number; | 
 |  |  |     /** 实行省份信息 */ | 
 |  |  |     provinces?: ProvinceInfo[]; | 
 |  |  |     /** 作者 */ | 
 |  |  |     author?: string; | 
 |  |  |     /** 是否原创 */ | 
 |  |  |     isOriginal?: boolean; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     showStatus?: InformationShowStatusEnum; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 创建人 */ | 
 |  |  |     creationName?: string; | 
 |  |  |     /** 有效截止时间 */ | 
 |  |  |     expirationDateTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InformationWaitForCheckPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: InformationWaitForCheck[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InitSettingInfo { | 
 |  |  |     /** 平台自营服务商名称 */ | 
 |  |  |     selfSupportingServiceName?: string; | 
 |  |  |     /** 平台服务电话 */ | 
 |  |  |     platServicePhone?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InquiryAccountStopItem { | 
 |  |  |     stopPayFlw?: string; | 
 |  |  |     startDate?: string; | 
 |  |  |     endDate?: string; | 
 |  |  |     remark?: string; | 
 |  |  |     stopCode?: string; | 
 |  |  |     freezeStatu?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InquiryAccountStopPaymentDetailsInput { | 
 |  |  |     mrchCode: string; | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     accountNo: string; | 
 |  |  |     pageNo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InquiryAccountStopPaymentDetailsOutput { | 
 |  |  |     cSize?: string; | 
 |  |  |     endFlag?: string; | 
 |  |  |     list?: InquiryAccountStopItem[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InquiryIntoTheCurrentDetailsOfMainSubaccountAccountOutput { | 
 |  |  |     count?: string; | 
 |  |  |     allCount?: string; | 
 |  |  |     isEnd?: string; | 
 |  |  |     list?: PrimaryAcctDetialItemOne[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InquiryIntoTheCurrentDetailsOfMainSubaccountAccountTwoInput { | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     mainAccount: string; | 
 |  |  |     opFlag: string; | 
 |  |  |     reqSubAccount?: string; | 
 |  |  |     startTime: string; | 
 |  |  |     endTime: string; | 
 |  |  |     remark?: string; | 
 |  |  |     dcFlag?: string; | 
 |  |  |     pageNo: string; | 
 |  |  |     pageSize?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsurancePolicyDetailInfo { | 
 |  |  |     insurancePolicyDetailId?: string; | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 保单Id */ | 
 |  |  |     insurePolicyId?: string; | 
 |  |  |     /** 批单Id */ | 
 |  |  |     batchBillId?: string; | 
 |  |  |     companyName?: string; | 
 |  |  |     customerId?: string; | 
 |  |  |     /** 服务客户甲方 */ | 
 |  |  |     customerName?: string; | 
 |  |  |     name?: string; | 
 |  |  |     idNumber?: string; | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     recordCnt?: number; | 
 |  |  |     /** 状态 4待审核 6待支付  10投保成功  -10投保失败  25退保待审核 */ | 
 |  |  |     status?: number; | 
 |  |  |     statusStr?: string; | 
 |  |  |     effectStartTime?: string; | 
 |  |  |     effectStartTimeStr?: string; | 
 |  |  |     effectEndTime?: string; | 
 |  |  |     effectEndTimeStr?: string; | 
 |  |  |     creationTime?: string; | 
 |  |  |     creationTimeStr?: string; | 
 |  |  |     orderNo?: number; | 
 |  |  |     errorMsg?: string; | 
 |  |  |     /** 变更类型 10增加 20删除 30修改 */ | 
 |  |  |     changeType?: number; | 
 |  |  |     sex?: number; | 
 |  |  |     sexStr?: string; | 
 |  |  |     age?: number; | 
 |  |  |     useEmploer?: string; | 
 |  |  |     useEmploerId?: string; | 
 |  |  |     jobName?: string; | 
 |  |  |     jobType?: string; | 
 |  |  |     checkStatus?: BatchBillCheckStatus; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsurancePolicyDetailInfoJx { | 
 |  |  |     insurancePolicyDetailId?: string; | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 保单Id */ | 
 |  |  |     insurePolicyId?: string; | 
 |  |  |     /** 批单Id */ | 
 |  |  |     batchBillId?: string; | 
 |  |  |     companyName?: string; | 
 |  |  |     customerId?: string; | 
 |  |  |     /** 变更类型 */ | 
 |  |  |     changeType?: number; | 
 |  |  |     /** 服务客户甲方 */ | 
 |  |  |     customerName?: string; | 
 |  |  |     name?: string; | 
 |  |  |     idNumber?: string; | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     recordCnt?: number; | 
 |  |  |     /** 状态 4待审核 6待支付  10投保成功  -10投保失败  25退保待审核 */ | 
 |  |  |     status?: number; | 
 |  |  |     statusStr?: string; | 
 |  |  |     effectStartTime?: string; | 
 |  |  |     effectStartTimeStr?: string; | 
 |  |  |     effectEndTime?: string; | 
 |  |  |     effectEndTimeStr?: string; | 
 |  |  |     creationTime?: string; | 
 |  |  |     creationTimeStr?: string; | 
 |  |  |     sex?: number; | 
 |  |  |     sexStr?: string; | 
 |  |  |     age?: number; | 
 |  |  |     useEmploer?: string; | 
 |  |  |     useEmploerId?: string; | 
 |  |  |     jobName?: string; | 
 |  |  |     jobType?: string; | 
 |  |  |     orderNo?: number; | 
 |  |  |     errorMsg?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsurancePolicyDetailInfoJxPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: InsurancePolicyDetailInfoJx[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsurancePolicyDetailInfoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: InsurancePolicyDetailInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsurancePolicyInfo { | 
 |  |  |     insurePlanId?: string; | 
 |  |  |     insurancePolicyId?: string; | 
 |  |  |     /** 投保方式 10线上投保  20线下投保 */ | 
 |  |  |     insureOnlineType?: number; | 
 |  |  |     /** 供应商名称 */ | 
 |  |  |     supplierName?: string; | 
 |  |  |     /** 保险编号 */ | 
 |  |  |     serialNum?: string; | 
 |  |  |     /** 人资机构Id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 人资机构名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 创建人 */ | 
 |  |  |     creatorName?: string; | 
 |  |  |     /** 创建日期 */ | 
 |  |  |     createDate?: string; | 
 |  |  |     /** 最后更新时间 */ | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 起始日期 */ | 
 |  |  |     insureStartDate?: string; | 
 |  |  |     /** 截止日期 */ | 
 |  |  |     insureEndDate?: string; | 
 |  |  |     /** 投保类型(投保的险种编码: ACCIDENT: 意外险, EMPLOYER_LIABILITY: 雇主险) */ | 
 |  |  |     insuranceTypeCode?: string; | 
 |  |  |     /** 投保人数 */ | 
 |  |  |     numberOfInsured?: number; | 
 |  |  |     /** 投保成功 */ | 
 |  |  |     numberOfSuccess?: number; | 
 |  |  |     /** 投保失败 */ | 
 |  |  |     numberOfFailed?: number; | 
 |  |  |     /** 退保人数 */ | 
 |  |  |     numberOfRefund?: number; | 
 |  |  |     /** 投保方式(保障周期:1D,30D,360D) */ | 
 |  |  |     period?: string; | 
 |  |  |     /** 总保额(分) */ | 
 |  |  |     sumInsured?: number; | 
 |  |  |     /** 投保方式 10含津贴 20含猝死 30津贴+猝死 40基础全天版 50含三者全天版 */ | 
 |  |  |     insureWay?: number; | 
 |  |  |     /** 退保金额 */ | 
 |  |  |     refundPremium?: number; | 
 |  |  |     /** 人员分类 */ | 
 |  |  |     jobCode?: string; | 
 |  |  |     refundMoney?: number; | 
 |  |  |     /** 投保保额 */ | 
 |  |  |     sumInsuredOfString?: string; | 
 |  |  |     /** 投保费用 */ | 
 |  |  |     amount?: number; | 
 |  |  |     /** 0 未全部收到回调 10 投保成功 -10投保失败  20未生效 */ | 
 |  |  |     policyStatus?: number; | 
 |  |  |     /** 投保状态 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 保单号 */ | 
 |  |  |     policyNo?: string; | 
 |  |  |     merchantsId?: string; | 
 |  |  |     merchantsName?: string; | 
 |  |  |     salesCompanyName?: string; | 
 |  |  |     salesCompanyId?: string; | 
 |  |  |     effectStartTime?: string; | 
 |  |  |     effectEndTime?: string; | 
 |  |  |     /** 保险到期时间(天) */ | 
 |  |  |     remainDays?: number; | 
 |  |  |     /** 设置投保时间 */ | 
 |  |  |     setInsureDateTime?: string; | 
 |  |  |     /** 投保单 */ | 
 |  |  |     insureBillUrl?: string; | 
 |  |  |     /** 保单 */ | 
 |  |  |     effectBillUrl?: string; | 
 |  |  |     /** 保险单号 */ | 
 |  |  |     insureBillNo?: string; | 
 |  |  |     /** 方案名称 */ | 
 |  |  |     schemeType?: string; | 
 |  |  |     productSchemeTypeId?: string; | 
 |  |  |     /** 保险产品Id */ | 
 |  |  |     productId?: string; | 
 |  |  |     /** 保险名称 */ | 
 |  |  |     productName?: string; | 
 |  |  |     walletAccountType?: WalletAccountTypeEnum; | 
 |  |  |     /** 收款企业名称 */ | 
 |  |  |     reveiveFundCompanyName?: string; | 
 |  |  |     /** 收款企业银行账号 */ | 
 |  |  |     reveiveFundAccountNo?: string; | 
 |  |  |     /** 收款银行 */ | 
 |  |  |     reveiveFundBankId?: number; | 
 |  |  |     /** 收款银行名称 */ | 
 |  |  |     reveiveFundBankName?: string; | 
 |  |  |     /** 收款所属支行 */ | 
 |  |  |     reveiveFundBankRamus?: string; | 
 |  |  |     /** 支付日期 */ | 
 |  |  |     payDate?: string; | 
 |  |  |     /** 电子回单 */ | 
 |  |  |     payVoucherUrl?: string; | 
 |  |  |     /** 转账代码 */ | 
 |  |  |     transferCode?: string; | 
 |  |  |     /** 保险公司名称 */ | 
 |  |  |     organizationName?: string; | 
 |  |  |     /** 投保人名称 */ | 
 |  |  |     holderName?: string; | 
 |  |  |     /** 投保人Id */ | 
 |  |  |     holderId?: string; | 
 |  |  |     /** 投保人法人 */ | 
 |  |  |     holderLegalPerson?: string; | 
 |  |  |     holderCertificateType?: CertificateType; | 
 |  |  |     /** 投保人证件号 */ | 
 |  |  |     holderCertNo?: string; | 
 |  |  |     holderCertUrl?: string; | 
 |  |  |     /** 投保人地址 */ | 
 |  |  |     holderAddress?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contracter?: string; | 
 |  |  |     /** 联系人Id */ | 
 |  |  |     contracterId?: string; | 
 |  |  |     /** 联系方式 */ | 
 |  |  |     contracterPhone?: string; | 
 |  |  |     /** 被保险人名称 */ | 
 |  |  |     insurederName?: string; | 
 |  |  |     /** 被保险人Id */ | 
 |  |  |     insurederId?: string; | 
 |  |  |     /** 被保险人法人 */ | 
 |  |  |     insurederLegalPerson?: string; | 
 |  |  |     insurederCertificateType?: CertificateType; | 
 |  |  |     /** 被保险人证件号 */ | 
 |  |  |     insurederCertNo?: string; | 
 |  |  |     insurederCertUrl?: string; | 
 |  |  |     /** 被保险人地址 */ | 
 |  |  |     insurederAddress?: string; | 
 |  |  |     /** 中文金额 */ | 
 |  |  |     chineseAmountTxt?: string; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |     /** 是否有批单 */ | 
 |  |  |     isHasBatchBill?: boolean; | 
 |  |  |     /** 确认到账备注 */ | 
 |  |  |     confirmToAccountRemark?: string; | 
 |  |  |     /** 到期/生效时间提示 */ | 
 |  |  |     insureStartEndTimeTips?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsurancePolicyInfoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: InsurancePolicyInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsurancePolicyRecord { | 
 |  |  |     id?: string; | 
 |  |  |     /** 投保计划Id */ | 
 |  |  |     insurePlanId?: string; | 
 |  |  |     /** 投保方式 10线上投保  20线下投保 */ | 
 |  |  |     insureOnlineType?: number; | 
 |  |  |     insureMarketProductId?: string; | 
 |  |  |     companyId?: string; | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 服务甲方Id */ | 
 |  |  |     customerId?: string; | 
 |  |  |     /** 服务甲方 */ | 
 |  |  |     customerName?: string; | 
 |  |  |     insuranceTypeCode?: string; | 
 |  |  |     /** 投保日期 */ | 
 |  |  |     insureDate?: string; | 
 |  |  |     /** 保险截止日期 */ | 
 |  |  |     insureEndDate?: string; | 
 |  |  |     /** 投保方式(保障周期:1D,30D,360D) */ | 
 |  |  |     period?: string; | 
 |  |  |     /** 投保金额 */ | 
 |  |  |     price?: number; | 
 |  |  |     /** 退保金额(分) */ | 
 |  |  |     refundPremium?: number; | 
 |  |  |     /** 保额 */ | 
 |  |  |     sumInsured?: number; | 
 |  |  |     /** 状态 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 保单号 */ | 
 |  |  |     policyNo?: string; | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 错误信息 */ | 
 |  |  |     errorMsg?: string; | 
 |  |  |     /** 投保方式 10含津贴 20含猝死 30津贴+猝死 40基础全天版 50含三者全天版 */ | 
 |  |  |     insureWay?: number; | 
 |  |  |     jobCode?: string; | 
 |  |  |     schemeType?: string; | 
 |  |  |     productName?: string; | 
 |  |  |     /** 投保单 */ | 
 |  |  |     insureBillUrl?: string; | 
 |  |  |     /** 保险单 */ | 
 |  |  |     effectBillUrl?: string; | 
 |  |  |     insureBillNo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsurancePolicyRecordPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: InsurancePolicyRecord[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureActionLogOutput { | 
 |  |  |     insurancePolicyId?: string; | 
 |  |  |     batchBillId?: string; | 
 |  |  |     actionType?: InsureActionType; | 
 |  |  |     info?: string; | 
 |  |  |     remark?: string; | 
 |  |  |     creatorName?: string; | 
 |  |  |     creationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureActionLogOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: InsureActionLogOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type InsureActionType = 10 | 20 | 30 | 40 | 50; | 
 |  |  |  | 
 |  |  |   interface InsureBatchAddInput { | 
 |  |  |     /** 投保批次Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 公司Id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 批增人员列表 */ | 
 |  |  |     insStaffList?: InsureInsStaffList[]; | 
 |  |  |     /** 投保费用 */ | 
 |  |  |     insureMoney?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureBatchBillDetailDto { | 
 |  |  |     serialNum?: number; | 
 |  |  |     /** 批单编号 */ | 
 |  |  |     batchSerialNum?: string; | 
 |  |  |     /** 投保编号 */ | 
 |  |  |     insureSerialNum?: string; | 
 |  |  |     /** 人资机构Id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 人资机构名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 投保类型(投保的险种编码: ACCIDENT: 意外险, EMPLOYER_LIABILITY: 雇主险) */ | 
 |  |  |     insuranceTypeCode?: string; | 
 |  |  |     insuranceTypeCodeStr?: string; | 
 |  |  |     /** 批单起始有效期 */ | 
 |  |  |     effectStartTime?: string; | 
 |  |  |     /** 批单截止有效期 */ | 
 |  |  |     effectEndTime?: string; | 
 |  |  |     /** 总保额(分) */ | 
 |  |  |     sumInsured?: number; | 
 |  |  |     /** 投保方式 10含津贴 20含猝死 30津贴+猝死 40基础全天版 50含三者全天版 */ | 
 |  |  |     insureWay?: number; | 
 |  |  |     /** 人员分类 */ | 
 |  |  |     jobCode?: string; | 
 |  |  |     /** 保险名称 */ | 
 |  |  |     productName?: string; | 
 |  |  |     /** 投保方案 */ | 
 |  |  |     schemeType?: string; | 
 |  |  |     /** 投保方式(保障周期:1D,30D,360D) */ | 
 |  |  |     period?: string; | 
 |  |  |     periodStr?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     holderName?: string; | 
 |  |  |     /** 批单信息 */ | 
 |  |  |     info?: string; | 
 |  |  |     status?: BatchBillCheckStatus; | 
 |  |  |     /** 批单状态 */ | 
 |  |  |     statusStr?: string; | 
 |  |  |     /** 最后更新时间 */ | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 最后更新时间 */ | 
 |  |  |     lastModificationTimeStr?: string; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 确认到账备注 */ | 
 |  |  |     confirmToAccountRemark?: string; | 
 |  |  |     /** 附件上传 */ | 
 |  |  |     attachmentUrl?: string; | 
 |  |  |     /** 保单Id */ | 
 |  |  |     insurePolicyId?: string; | 
 |  |  |     /** 批单Id */ | 
 |  |  |     batchBillId?: string; | 
 |  |  |     /** 设置投保时间 */ | 
 |  |  |     setInsureDateTime?: string; | 
 |  |  |     /** 保险公司名称 */ | 
 |  |  |     organizationName?: string; | 
 |  |  |     /** 批单编号 */ | 
 |  |  |     batchBillNo?: string; | 
 |  |  |     /** 保单生效时间 */ | 
 |  |  |     insureEffectStartTime?: string; | 
 |  |  |     /** 保单生效截止时间 */ | 
 |  |  |     insureEffectEndTime?: string; | 
 |  |  |     /** 批单生效时间 */ | 
 |  |  |     batchBillEffectStartTime?: string; | 
 |  |  |     walletAccountType?: WalletAccountTypeEnum; | 
 |  |  |     /** 收款企业名称 */ | 
 |  |  |     reveiveFundCompanyName?: string; | 
 |  |  |     /** 收款企业银行账号 */ | 
 |  |  |     reveiveFundAccountNo?: string; | 
 |  |  |     /** 收款银行 */ | 
 |  |  |     reveiveFundBankId?: number; | 
 |  |  |     /** 收款银行名称 */ | 
 |  |  |     reveiveFundBankName?: string; | 
 |  |  |     /** 收款所属支行 */ | 
 |  |  |     reveiveFundBankRamus?: string; | 
 |  |  |     /** 支付金额 */ | 
 |  |  |     amount?: number; | 
 |  |  |     /** 支付日期 */ | 
 |  |  |     payDate?: string; | 
 |  |  |     /** 电子回单Url */ | 
 |  |  |     payVoucherUrl?: string; | 
 |  |  |     /** 转账业务码 */ | 
 |  |  |     transferCode?: string; | 
 |  |  |     /** 审批备注/驳回原因 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |     checkStatus?: BatchBillCheckStatus; | 
 |  |  |     holderCertifiicateType?: CertificateType; | 
 |  |  |     /** 投保人证件号码 */ | 
 |  |  |     holderCertificateNum?: string; | 
 |  |  |     /** 投保人证件Url */ | 
 |  |  |     holderCertificateUrl?: string; | 
 |  |  |     /** 投保人企业地址 */ | 
 |  |  |     holderAddress?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contracter?: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contracterPhone?: string; | 
 |  |  |     /** 被保险人名称 */ | 
 |  |  |     insurederName?: string; | 
 |  |  |     insurederCertifiicateType?: CertificateType; | 
 |  |  |     /** 被保险人证件号码 */ | 
 |  |  |     insurederCertificateNum?: string; | 
 |  |  |     /** 投保人证件Url */ | 
 |  |  |     insurederCertificateUrl?: string; | 
 |  |  |     /** 被保险人企业地址 */ | 
 |  |  |     insurederAddress?: string; | 
 |  |  |     /** 被保险人受益人 */ | 
 |  |  |     insurederLegalPerson?: string; | 
 |  |  |     /** 中文金额 */ | 
 |  |  |     chineseAmountTxt?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureBatchBillDto { | 
 |  |  |     serialNum?: number; | 
 |  |  |     /** 保单Id */ | 
 |  |  |     insurePolicyId?: string; | 
 |  |  |     /** 批单Id */ | 
 |  |  |     batchBillId?: string; | 
 |  |  |     /** 批单编号 */ | 
 |  |  |     batchSerialNum?: string; | 
 |  |  |     /** 投保编号 */ | 
 |  |  |     insureSerialNum?: string; | 
 |  |  |     /** 人资机构Id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 人资机构名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 投保类型(投保的险种编码: ACCIDENT: 意外险, EMPLOYER_LIABILITY: 雇主险) */ | 
 |  |  |     insuranceTypeCode?: string; | 
 |  |  |     insuranceTypeCodeStr?: string; | 
 |  |  |     /** 批单起始有效期 */ | 
 |  |  |     effectStartTime?: string; | 
 |  |  |     /** 批单截止有效期 */ | 
 |  |  |     effectEndTime?: string; | 
 |  |  |     /** 保费 */ | 
 |  |  |     amount?: number; | 
 |  |  |     /** 总保额(分) */ | 
 |  |  |     sumInsured?: number; | 
 |  |  |     /** 投保方式 10含津贴 20含猝死 30津贴+猝死 40基础全天版 50含三者全天版 */ | 
 |  |  |     insureWay?: number; | 
 |  |  |     /** 人员分类 */ | 
 |  |  |     jobCode?: string; | 
 |  |  |     /** 保险名称 */ | 
 |  |  |     productName?: string; | 
 |  |  |     /** 投保方案 */ | 
 |  |  |     schemeType?: string; | 
 |  |  |     /** 投保方式(保障周期:1D,30D,360D) */ | 
 |  |  |     period?: string; | 
 |  |  |     periodStr?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     holderName?: string; | 
 |  |  |     /** 批单信息 */ | 
 |  |  |     info?: string; | 
 |  |  |     status?: BatchBillCheckStatus; | 
 |  |  |     /** 批单状态 */ | 
 |  |  |     statusStr?: string; | 
 |  |  |     /** 最后更新时间 */ | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 最后更新时间 */ | 
 |  |  |     lastModificationTimeStr?: string; | 
 |  |  |     walletAccountType?: WalletAccountTypeEnum; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 确认到账备注 */ | 
 |  |  |     confirmToAccountRemark?: string; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |     /** 电子回单Url */ | 
 |  |  |     payVoucherUrl?: string; | 
 |  |  |     /** 附件上传 */ | 
 |  |  |     attachmentUrl?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureBatchBillDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: InsureBatchBillDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureBatchBillInput { | 
 |  |  |     /** 投保Id */ | 
 |  |  |     insurancePolicyId?: string; | 
 |  |  |     /** 批单Id */ | 
 |  |  |     batchBillId?: string; | 
 |  |  |     /** 费用 */ | 
 |  |  |     amount?: number; | 
 |  |  |     /** 生效起始时间 */ | 
 |  |  |     effectStartTime?: string; | 
 |  |  |     /** 生效截止时间 */ | 
 |  |  |     effectEndTime?: string; | 
 |  |  |     /** 批增人员列表 */ | 
 |  |  |     addInsStaffList?: InsureInsStaffList[]; | 
 |  |  |     /** 修改人员列表 */ | 
 |  |  |     updateInsStaffList?: InsureInsStaffList[]; | 
 |  |  |     /** 删除人员列表 */ | 
 |  |  |     delInsStaffList?: InsureInsStaffList[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureCommonInfoDto { | 
 |  |  |     id?: string; | 
 |  |  |     commonInfoType?: CommonInfoType; | 
 |  |  |     /** 名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 联系电话或手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     certificateType?: CertificateType; | 
 |  |  |     /** 证件号码 */ | 
 |  |  |     certificateNum?: string; | 
 |  |  |     /** 证件路径 */ | 
 |  |  |     certificateUrl?: string; | 
 |  |  |     /** 地址 */ | 
 |  |  |     address?: string; | 
 |  |  |     /** 最后修改时间 */ | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 性别 男0 女1 */ | 
 |  |  |     sex?: number; | 
 |  |  |     /** 出生年月日 */ | 
 |  |  |     brithDay?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureCommonInfoDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: InsureCommonInfoDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureConsultDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 公司名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 投保人数 1:1~49 2:20~99 3: 100以上 */ | 
 |  |  |     insureNumberType?: number; | 
 |  |  |     /** 起保时间 */ | 
 |  |  |     insureStartDate?: string; | 
 |  |  |     /** 跟进状态 1 :待处理 -1:暂停 -2 :作废 10:对接中 20 确认合作 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 最后跟进时间 */ | 
 |  |  |     lastFollowDate?: string; | 
 |  |  |     /** 最后跟进时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 保险产品Id */ | 
 |  |  |     insureMarketProductId?: string; | 
 |  |  |     /** 保险产品名称 */ | 
 |  |  |     insureMarketProductName?: string; | 
 |  |  |     /** 跟进次数 */ | 
 |  |  |     followCount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureConsultDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: InsureConsultDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureConsultFollowDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 公司名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 投保人数 1:1~49 2:20~99 3: 100以上 */ | 
 |  |  |     insureNumberType?: number; | 
 |  |  |     /** 跟进时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 客户需求 */ | 
 |  |  |     customerNeed?: string; | 
 |  |  |     /** 需求跟进 */ | 
 |  |  |     followNeed?: string; | 
 |  |  |     /** 咨询ID */ | 
 |  |  |     insureConsultId?: string; | 
 |  |  |     /** 跟进状态 1 :待处理 -1:暂停 -2 :作废 10:对接中 20 确认合作 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 操作人 */ | 
 |  |  |     operterName?: string; | 
 |  |  |     /** 保险产品Id */ | 
 |  |  |     insureMarketProductId?: string; | 
 |  |  |     /** 保险产品名称 */ | 
 |  |  |     insureMarketProductName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureConsultFollowDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: InsureConsultFollowDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureConsultInfoDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 公司名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 投保人数 1:1~49 2:20~99 3: 100以上 */ | 
 |  |  |     insureNumberType?: number; | 
 |  |  |     /** 起保时间 */ | 
 |  |  |     insureStartDate?: string; | 
 |  |  |     /** 状态 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 最后跟进时间 */ | 
 |  |  |     lastFollowDate?: string; | 
 |  |  |     /** 保险产品Id */ | 
 |  |  |     insureMarketProductId?: string; | 
 |  |  |     /** 保险产品名称 */ | 
 |  |  |     insureMarketProductName?: string; | 
 |  |  |     /** 跟进次数 */ | 
 |  |  |     followCount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureCustomerDto { | 
 |  |  |     /** 甲方名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 甲方ID */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureCustomerInfo { | 
 |  |  |     /** 客户Id */ | 
 |  |  |     customerId?: string; | 
 |  |  |     /** 人资机构名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 客户甲方名称 */ | 
 |  |  |     customerName?: string; | 
 |  |  |     /** 企业类型 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 合作起始日期 */ | 
 |  |  |     cooperateDate?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contactPerson?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 服务人员数 */ | 
 |  |  |     labourCnt?: number; | 
 |  |  |     /** 状态 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureCustomerInfoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: InsureCustomerInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureCustomerModel { | 
 |  |  |     /** 甲方名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 企业类型 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contactPerson?: string; | 
 |  |  |     /** 服务人员数 */ | 
 |  |  |     labourCnt?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureCustomerModelPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: InsureCustomerModel[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureDto { | 
 |  |  |     /** 投保总人数 */ | 
 |  |  |     totalCount?: number; | 
 |  |  |     /** 投保成功人数 */ | 
 |  |  |     successCount?: number; | 
 |  |  |     /** 投保失败人数 */ | 
 |  |  |     errorCount?: number; | 
 |  |  |     /** 是否处理成功 */ | 
 |  |  |     success?: boolean; | 
 |  |  |     /** 处理失败的原因 */ | 
 |  |  |     message?: string; | 
 |  |  |     /** 投保失败人员列表 */ | 
 |  |  |     module?: InsureFailEmployeeDTO[]; | 
 |  |  |     /** 我们自己设置的生效时间 */ | 
 |  |  |     weStartTime?: string; | 
 |  |  |     /** 我们自己设置的失效时间 */ | 
 |  |  |     weEndTime?: string; | 
 |  |  |     /** 保险批次Id */ | 
 |  |  |     insurePolicyId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureEmployeeDTO { | 
 |  |  |     name?: string; | 
 |  |  |     certNo?: string; | 
 |  |  |     mobile?: string; | 
 |  |  |     outSubBizNo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureFailEmployeeDTO { | 
 |  |  |     name?: string; | 
 |  |  |     certNo?: string; | 
 |  |  |     outSubBizNo?: string; | 
 |  |  |     failReason?: string; | 
 |  |  |     staffId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureInput { | 
 |  |  |     /** 保单Id */ | 
 |  |  |     insuracePolicyId?: string; | 
 |  |  |     companyId?: string; | 
 |  |  |     walletAccountType?: WalletAccountTypeEnum; | 
 |  |  |     insuranceTypeCode?: string; | 
 |  |  |     /** 保险场景码: FLEXIBLE_EMPLOYMENT-日单(实时生效);INITIATIVE_EMPLOYMENT-长期(次日0点生效) */ | 
 |  |  |     bizCode?: string; | 
 |  |  |     /** 保障周期:1D、30D、360D(bizCode为长期时必传) */ | 
 |  |  |     period?: string; | 
 |  |  |     /** 职业编码: default-1-一类职业; default-2-二类职业;default-3-三类职业;default-4-四类职业; */ | 
 |  |  |     jobCode?: string; | 
 |  |  |     /** 投保方式 10含津贴 20含猝死 30津贴+猝死 40基础全天版 50含三者全天版 */ | 
 |  |  |     insureWay?: number; | 
 |  |  |     /** 保额(分) */ | 
 |  |  |     sumInsured?: number; | 
 |  |  |     /** 工作地点 */ | 
 |  |  |     companyInsureAddress?: string; | 
 |  |  |     remark?: string; | 
 |  |  |     insStaffList?: InsureInsStaffList[]; | 
 |  |  |     /** 投保费用 */ | 
 |  |  |     insureMoney?: number; | 
 |  |  |     /** 是否来自保险计划 */ | 
 |  |  |     isFromInsurePlan?: boolean; | 
 |  |  |     /** 保险计划Id */ | 
 |  |  |     insurePlanId?: string; | 
 |  |  |     creatorId?: string; | 
 |  |  |     /** 投保方式 10线上投保  20线下投保 */ | 
 |  |  |     insureOnlineType?: number; | 
 |  |  |     /** 投保单 仅线下投保存在 */ | 
 |  |  |     insureBillUrl?: string; | 
 |  |  |     /** 投保城市编码 城市编码 */ | 
 |  |  |     workCityCode?: string; | 
 |  |  |     /** 投保城市地点 组合方式 xx省xx市 */ | 
 |  |  |     workCity?: string; | 
 |  |  |     /** 市场保险产品Id 线下投保方式时必须 */ | 
 |  |  |     insureMarketProductId?: string; | 
 |  |  |     /** 方案Id */ | 
 |  |  |     productSchemeTypeId?: string; | 
 |  |  |     /** 方案名称 */ | 
 |  |  |     schemeType?: string; | 
 |  |  |     /** 设置投保日期 */ | 
 |  |  |     setInsureDateTime?: string; | 
 |  |  |     /** 保险方案详细Id */ | 
 |  |  |     schemeTypeDetailId?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contracter?: string; | 
 |  |  |     /** 投保人 */ | 
 |  |  |     policyholder?: string; | 
 |  |  |     /** 被保险人 */ | 
 |  |  |     insureder?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureInsStaffList { | 
 |  |  |     id?: string; | 
 |  |  |     /** 原人员对应详细表Id 仅修改类型时该值不为空 */ | 
 |  |  |     insurancePolicyDetailId?: string; | 
 |  |  |     /** 保单Id */ | 
 |  |  |     insurePolicyId?: string; | 
 |  |  |     /** 批单Id */ | 
 |  |  |     batchBillId?: string; | 
 |  |  |     /** 姓名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 身份证号 */ | 
 |  |  |     certNo?: string; | 
 |  |  |     /** 手机号 */ | 
 |  |  |     mobile?: string; | 
 |  |  |     /** 10 在职 20离职 */ | 
 |  |  |     staffStatus?: number; | 
 |  |  |     /** 1正常 0异常 */ | 
 |  |  |     isNormal?: boolean; | 
 |  |  |     outSubBizNo?: string; | 
 |  |  |     sex?: number; | 
 |  |  |     age?: number; | 
 |  |  |     useEmploer?: string; | 
 |  |  |     useEmploerId?: string; | 
 |  |  |     jobName?: string; | 
 |  |  |     jobType?: string; | 
 |  |  |     jobIntType?: number; | 
 |  |  |     /** 修改类型 10添加 20删除 30更改 40保留 */ | 
 |  |  |     changeType?: number; | 
 |  |  |     checkStatus?: BatchBillCheckStatus; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureMarketProductAllDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 保险名称 */ | 
 |  |  |     name?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureMarketProductDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 保险名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 保险险种 */ | 
 |  |  |     insureType?: string; | 
 |  |  |     /** 保险公司 */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 保险公司 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 价格范围开始 */ | 
 |  |  |     priceBegin?: number; | 
 |  |  |     /** 价格范围结束 */ | 
 |  |  |     priceEnd?: number; | 
 |  |  |     /** 投保方式 */ | 
 |  |  |     insureWay?: string; | 
 |  |  |     /** 职业类别开始 */ | 
 |  |  |     jobLevelBegin?: number; | 
 |  |  |     /** 职业类别结束 */ | 
 |  |  |     jobLevelEnd?: number; | 
 |  |  |     /** 年龄范围开始 */ | 
 |  |  |     ageBegin?: number; | 
 |  |  |     /** 年龄范围结束 */ | 
 |  |  |     ageEnd?: number; | 
 |  |  |     /** 标签的Id */ | 
 |  |  |     tagId?: number; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sort?: number; | 
 |  |  |     /** 产品简述 */ | 
 |  |  |     description?: string; | 
 |  |  |     /** 保险场景 */ | 
 |  |  |     scene?: string; | 
 |  |  |     /** 保险方案 */ | 
 |  |  |     scheme?: string; | 
 |  |  |     /** 保险流程 */ | 
 |  |  |     flow?: string; | 
 |  |  |     /** 保险须知 */ | 
 |  |  |     needKnow?: string; | 
 |  |  |     /** 供应商类型 1:渠道代理 2:保险公司直营 */ | 
 |  |  |     supplierType?: number; | 
 |  |  |     /** 供应商名称 */ | 
 |  |  |     supplierName?: string; | 
 |  |  |     /** 供应商ID */ | 
 |  |  |     supplierId?: string; | 
 |  |  |     /** 产品图片 */ | 
 |  |  |     productUrl?: string; | 
 |  |  |     /** 合作文件 */ | 
 |  |  |     collaborateFile?: string; | 
 |  |  |     /** 线上保险还是线下保险 */ | 
 |  |  |     onlineType?: number; | 
 |  |  |     /** 保险状态 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 最后上架时间 */ | 
 |  |  |     lastOnShelfDate?: string; | 
 |  |  |     /** 方案数量 */ | 
 |  |  |     schemeTypeCount?: number; | 
 |  |  |     creationTime?: string; | 
 |  |  |     isSetting?: boolean; | 
 |  |  |     /** 是否为授权产品 */ | 
 |  |  |     isNeedAuth?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureMarketProductDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: InsureMarketProductDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureMarketProductForFrontDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 保险名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 保险险种 */ | 
 |  |  |     insureType?: string; | 
 |  |  |     /** 保险公司 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 价格范围开始 */ | 
 |  |  |     priceBegin?: number; | 
 |  |  |     /** 价格范围结束 */ | 
 |  |  |     priceEnd?: number; | 
 |  |  |     /** 年龄范围开始 */ | 
 |  |  |     ageBegin?: number; | 
 |  |  |     /** 年龄范围结束 */ | 
 |  |  |     ageEnd?: number; | 
 |  |  |     tagId?: number; | 
 |  |  |     /** 投保方式 */ | 
 |  |  |     insureWay?: string; | 
 |  |  |     /** 产品图片 */ | 
 |  |  |     productUrl?: string; | 
 |  |  |     /** 线上保险还是线下保险 */ | 
 |  |  |     onlineType?: number; | 
 |  |  |     sort?: number; | 
 |  |  |     creationTime?: string; | 
 |  |  |     isNeedAuth?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureMarketProductForFrontDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: InsureMarketProductForFrontDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureMarketProductInfoDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 保险名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 保险险种 */ | 
 |  |  |     insureType?: string; | 
 |  |  |     /** 保险公司 */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 保险公司 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 价格范围开始 */ | 
 |  |  |     priceBegin?: number; | 
 |  |  |     /** 价格范围结束 */ | 
 |  |  |     priceEnd?: number; | 
 |  |  |     /** 投保方式 */ | 
 |  |  |     insureWay?: string; | 
 |  |  |     claimPhoneNum?: string; | 
 |  |  |     claimTips?: string; | 
 |  |  |     /** 职业类别开始 */ | 
 |  |  |     jobLevelBegin?: number; | 
 |  |  |     /** 职业类别结束 */ | 
 |  |  |     jobLevelEnd?: number; | 
 |  |  |     /** 年龄范围开始 */ | 
 |  |  |     ageBegin?: number; | 
 |  |  |     /** 年龄范围结束 */ | 
 |  |  |     ageEnd?: number; | 
 |  |  |     /** 标签的Id */ | 
 |  |  |     tagId?: number; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sort?: number; | 
 |  |  |     /** 产品简述 */ | 
 |  |  |     description?: string; | 
 |  |  |     /** 禁保城市编码 */ | 
 |  |  |     noAllowInsure?: string[]; | 
 |  |  |     noInsureCityCode?: string; | 
 |  |  |     insureMustReadUrl?: string; | 
 |  |  |     insureMustReadUrlList?: string[]; | 
 |  |  |     /** 保险场景 */ | 
 |  |  |     scene?: string; | 
 |  |  |     /** 保险方案 */ | 
 |  |  |     scheme?: string; | 
 |  |  |     /** 保险流程 */ | 
 |  |  |     flow?: string; | 
 |  |  |     /** 保险须知 */ | 
 |  |  |     needKnow?: string; | 
 |  |  |     /** 供应商类型 */ | 
 |  |  |     supplierType?: number; | 
 |  |  |     /** 供应商名称 */ | 
 |  |  |     supplierName?: string; | 
 |  |  |     supplierId?: string; | 
 |  |  |     /** 产品图片 */ | 
 |  |  |     productUrl?: string; | 
 |  |  |     /** 合作文件 */ | 
 |  |  |     collaborateFile?: string; | 
 |  |  |     /** 线上保险还是线下保险 */ | 
 |  |  |     onlineType?: number; | 
 |  |  |     /** 保险状态 */ | 
 |  |  |     status?: number; | 
 |  |  |     isSuppeortIointPay?: boolean; | 
 |  |  |     /** 最后上架时间 */ | 
 |  |  |     lastOnShelfDate?: string; | 
 |  |  |     /** 是否为授权产品 */ | 
 |  |  |     isNeedAuth?: boolean; | 
 |  |  |     marketProductQuestion?: InsureMarketProductQuestionInfo[]; | 
 |  |  |     marketProductSchemeType?: InsureMarketProductSchemeTypeInfo[]; | 
 |  |  |     productSetting?: InsureMarketProductMainInfoDto; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureMarketProductMainInfoDto { | 
 |  |  |     /** 产品Id */ | 
 |  |  |     markProductId?: string; | 
 |  |  |     /** 收款企业名称 */ | 
 |  |  |     reveiveFundCompanyName?: string; | 
 |  |  |     /** 收款企业银行账号 */ | 
 |  |  |     reveiveFundAccountNo?: string; | 
 |  |  |     /** 收款银行 */ | 
 |  |  |     reveiveFundBankId?: number; | 
 |  |  |     /** 收款银行名称 */ | 
 |  |  |     reveiveFundBankName?: string; | 
 |  |  |     /** 收款所属支行 */ | 
 |  |  |     reveiveFundBankRamus?: string; | 
 |  |  |     /** 起保人数 */ | 
 |  |  |     insureStartCount?: number; | 
 |  |  |     /** 转账代码 */ | 
 |  |  |     transferCode?: string; | 
 |  |  |     /** 保司邮箱 */ | 
 |  |  |     insureEnterEmail?: string; | 
 |  |  |     /** 理赔电话 */ | 
 |  |  |     claimPhoneNum?: string; | 
 |  |  |     /** 理赔提醒 */ | 
 |  |  |     claimTips?: string; | 
 |  |  |     /** 知否支持定向支付 */ | 
 |  |  |     isSuppeortIointPay?: boolean; | 
 |  |  |     /** 批单文件 */ | 
 |  |  |     insureAuditBillUrl?: string; | 
 |  |  |     /** 投保须知文件 */ | 
 |  |  |     insureMustReadUrl?: string; | 
 |  |  |     /** 禁止投保城市编码 组合方式 000001,000002,000003 */ | 
 |  |  |     noInsureCityCode?: string; | 
 |  |  |     /** 禁止投保城市名称 组合方式 xx省xx市,xx省xx市,xx省xx市, */ | 
 |  |  |     noInsureCity?: string; | 
 |  |  |     listSchemeType?: MarkProductSchemeTypeDto[]; | 
 |  |  |     /** 限制列表 */ | 
 |  |  |     listRule?: MarkProductRuleInput[]; | 
 |  |  |     /** 投保须知 */ | 
 |  |  |     insureMustReadList?: string[]; | 
 |  |  |     /** 年龄限制规则列表 */ | 
 |  |  |     listAgeRule?: MarkProductRuleDto[]; | 
 |  |  |     /** 职业类别规则列表 */ | 
 |  |  |     listJobRule?: MarkProductRuleDto[]; | 
 |  |  |     /** 价格范围开始 */ | 
 |  |  |     priceBegin?: number; | 
 |  |  |     /** 价格范围结束 */ | 
 |  |  |     priceEnd?: number; | 
 |  |  |     /** 投保方式 */ | 
 |  |  |     insureWay?: string; | 
 |  |  |     /** 职业类别开始 */ | 
 |  |  |     jobLevelBegin?: number; | 
 |  |  |     /** 职业类别结束 */ | 
 |  |  |     jobLevelEnd?: number; | 
 |  |  |     /** 年龄范围开始 */ | 
 |  |  |     ageBegin?: number; | 
 |  |  |     /** 年龄范围结束 */ | 
 |  |  |     ageEnd?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureMarketProductQuestionInfo { | 
 |  |  |     /** 问题标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     helpQuestionIntroInfos?: HelpQuestionIntroInfo[]; | 
 |  |  |     /** 问题ID */ | 
 |  |  |     questionId?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sort?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureMarketProductQuestionInput { | 
 |  |  |     /** 问题ID */ | 
 |  |  |     questionId?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sort?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureMarketProductSchemeTypeInfo { | 
 |  |  |     id?: string; | 
 |  |  |     /** 方案名称 */ | 
 |  |  |     schemeName?: string; | 
 |  |  |     /** 排序号 */ | 
 |  |  |     sort?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureMarketProductSchemeTypeInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 方案名称 */ | 
 |  |  |     schemeName?: string; | 
 |  |  |     /** 排序号 */ | 
 |  |  |     sort?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureMarketProductToAuthInput { | 
 |  |  |     companyId?: string; | 
 |  |  |     authProductIds?: string[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureMarkProductSettingInput { | 
 |  |  |     /** 产品Id */ | 
 |  |  |     markProductId?: string; | 
 |  |  |     /** 收款企业名称 */ | 
 |  |  |     reveiveFundCompanyName?: string; | 
 |  |  |     /** 收款企业银行账号 */ | 
 |  |  |     reveiveFundAccountNo?: string; | 
 |  |  |     /** 收款银行 */ | 
 |  |  |     reveiveFundBankId?: number; | 
 |  |  |     /** 收款银行名称 */ | 
 |  |  |     reveiveFundBankName?: string; | 
 |  |  |     /** 收款所属支行 */ | 
 |  |  |     reveiveFundBankRamus?: string; | 
 |  |  |     /** 起保人数 */ | 
 |  |  |     insureStartCount?: number; | 
 |  |  |     /** 转账代码 */ | 
 |  |  |     transferCode?: string; | 
 |  |  |     /** 保司邮箱 */ | 
 |  |  |     insureEnterEmail?: string; | 
 |  |  |     /** 理赔电话 */ | 
 |  |  |     claimPhoneNum?: string; | 
 |  |  |     /** 理赔提醒 */ | 
 |  |  |     claimTips?: string; | 
 |  |  |     /** 知否支持定向支付 */ | 
 |  |  |     isSuppeortIointPay?: boolean; | 
 |  |  |     /** 批单文件 */ | 
 |  |  |     insureAuditBillUrl?: string; | 
 |  |  |     /** 投保须知文件 */ | 
 |  |  |     insureMustReadUrl?: string; | 
 |  |  |     /** 禁止投保城市编码 组合方式 000001,000002,000003 */ | 
 |  |  |     noInsureCityCode?: string; | 
 |  |  |     /** 禁止投保城市名称 组合方式 xx省xx市,xx省xx市,xx省xx市, */ | 
 |  |  |     noInsureCity?: string; | 
 |  |  |     /** 方案列表 */ | 
 |  |  |     listSchemeType?: MarkProductSchemeTypeInput[]; | 
 |  |  |     /** 限制列表 */ | 
 |  |  |     listRule?: MarkProductRuleInput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureOfflineBillDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 统一信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 保险保单号 */ | 
 |  |  |     billCode?: string; | 
 |  |  |     /** 险种 */ | 
 |  |  |     insureType?: string; | 
 |  |  |     /** 保险产品Id */ | 
 |  |  |     insureProductId?: string; | 
 |  |  |     /** 投保价格 */ | 
 |  |  |     insurePrice?: number; | 
 |  |  |     /** 保险有效期起始时间 */ | 
 |  |  |     insureBeginDate?: string; | 
 |  |  |     /** 保险有效期结束时间 */ | 
 |  |  |     insureEndDate?: string; | 
 |  |  |     /** 销售公司 */ | 
 |  |  |     salesCompany?: string; | 
 |  |  |     /** 业务员 */ | 
 |  |  |     salesman?: string; | 
 |  |  |     /** 附件 */ | 
 |  |  |     attachment?: string; | 
 |  |  |     /** 状态 1 未开始 2 保障中 已失效 -1 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 保险名称 */ | 
 |  |  |     productName?: string; | 
 |  |  |     /** 操作人 */ | 
 |  |  |     operator?: string; | 
 |  |  |     /** 保险公司名称 */ | 
 |  |  |     insureOrganizationName?: string; | 
 |  |  |     /** 数据类型 1退保  2批增 */ | 
 |  |  |     operateType?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureOfflineBillDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: InsureOfflineBillDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureOfflineBillInfoDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 统一信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 保险保单号 */ | 
 |  |  |     billCode?: string; | 
 |  |  |     /** 险种 */ | 
 |  |  |     insureType?: string; | 
 |  |  |     /** 保险产品Id */ | 
 |  |  |     insureProductId?: string; | 
 |  |  |     /** 投保价格 */ | 
 |  |  |     insurePrice?: number; | 
 |  |  |     /** 保险有效期起始时间 */ | 
 |  |  |     insureBeginDate?: string; | 
 |  |  |     /** 保险有效期结束时间 */ | 
 |  |  |     insureEndDate?: string; | 
 |  |  |     /** 销售公司 */ | 
 |  |  |     salesCompany?: string; | 
 |  |  |     /** 业务员 */ | 
 |  |  |     salesman?: string; | 
 |  |  |     /** 附件 */ | 
 |  |  |     attachment?: string; | 
 |  |  |     /** 状态 1 未开始 2 保障中 已失效 -1 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 保险名称 */ | 
 |  |  |     productName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureOrganizationDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 保险公司全称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 保险公司简称 */ | 
 |  |  |     shortName?: string; | 
 |  |  |     /** 状态 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sort?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureOrganizationInfoDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 保险公司全称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 保险公司简称 */ | 
 |  |  |     shortName?: string; | 
 |  |  |     /** 状态 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sort?: number; | 
 |  |  |     /** 关联产品数 */ | 
 |  |  |     productCount?: number; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureOrganizationInfoDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: InsureOrganizationInfoDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureOrganizationSelectDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 保险公司全称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 保险公司简称 */ | 
 |  |  |     shortName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type InsurePeopleNumberEnum = 10 | 20 | 30; | 
 |  |  |  | 
 |  |  |   interface InsurePersonSortBigTypeTree { | 
 |  |  |     id?: number; | 
 |  |  |     name?: string; | 
 |  |  |     children?: InsurePersonSortSmallTypeTree[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsurePersonSortSmallTypeTree { | 
 |  |  |     id?: number; | 
 |  |  |     parentsName?: string; | 
 |  |  |     name?: string; | 
 |  |  |     children?: GetInsurePersonSortList[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsurePlanDetailDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 公司Id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 投保批次编号 */ | 
 |  |  |     insurePolicyId?: string; | 
 |  |  |     /** 计划明细详情Id */ | 
 |  |  |     insurePlanDetailId?: string; | 
 |  |  |     /** 投保编号 */ | 
 |  |  |     serialNum?: string; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 生效时间 */ | 
 |  |  |     effectStartTime?: string; | 
 |  |  |     /** 预估投保截止时间 */ | 
 |  |  |     effectEndTime?: string; | 
 |  |  |     /** 执行推送投保时间 */ | 
 |  |  |     pushDateTime?: string; | 
 |  |  |     /** 需要执行生效时间 */ | 
 |  |  |     needEffectDateTime?: string; | 
 |  |  |     /** 投保期数 */ | 
 |  |  |     staffCount?: number; | 
 |  |  |     /** 投保成功人数 */ | 
 |  |  |     successStaffCount?: number; | 
 |  |  |     /** 投保失败人数 */ | 
 |  |  |     failNumberOfInsured?: number; | 
 |  |  |     /** 投保金额 */ | 
 |  |  |     amount?: number; | 
 |  |  |     /** 退保保费 */ | 
 |  |  |     refundAmount?: number; | 
 |  |  |     /** 实际保费 */ | 
 |  |  |     realAmount?: number; | 
 |  |  |     /** 保单状态 */ | 
 |  |  |     insureStatus?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsurePlanDetailDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: InsurePlanDetailDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsurePlanDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 计划序号 */ | 
 |  |  |     serialNum?: string; | 
 |  |  |     /** 保险机构名称 */ | 
 |  |  |     insureOrganization?: string; | 
 |  |  |     /** 公司Id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 设置投保起始时间 */ | 
 |  |  |     insureStartTime?: string; | 
 |  |  |     /** 预估投保截止时间 */ | 
 |  |  |     insureEndTime?: string; | 
 |  |  |     /** 投保期数 */ | 
 |  |  |     periodCount?: number; | 
 |  |  |     /** 已投保期数 */ | 
 |  |  |     hasPeriodCount?: number; | 
 |  |  |     /** 剩余期数 */ | 
 |  |  |     remainPeriodCount?: number; | 
 |  |  |     /** 险种类型: ACCIDENT: 意外险; EMPLOYER_LIABILITY: 雇主险 */ | 
 |  |  |     insuranceTypeCode?: string; | 
 |  |  |     /** 保险场景码: FLEXIBLE_EMPLOYMENT-日单(实时生效);INITIATIVE_EMPLOYMENT-长期(次日0点生效) */ | 
 |  |  |     bizCode?: string; | 
 |  |  |     /** 产品Id */ | 
 |  |  |     productId?: string; | 
 |  |  |     /** 人员类别 */ | 
 |  |  |     jobCode?: string; | 
 |  |  |     /** 投保周期 1D  30D  360D */ | 
 |  |  |     period?: string; | 
 |  |  |     /** 投保人数 */ | 
 |  |  |     employCount?: number; | 
 |  |  |     /** 工作地点 */ | 
 |  |  |     address?: string; | 
 |  |  |     /** 投保版本 */ | 
 |  |  |     insureWay?: number; | 
 |  |  |     /** 保额 (分) */ | 
 |  |  |     sumInsured?: number; | 
 |  |  |     /** 检测状态 1未开始  10进行中  20已结束 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 投保金额 */ | 
 |  |  |     amount?: number; | 
 |  |  |     realAmount?: number; | 
 |  |  |     /** 保费(分) */ | 
 |  |  |     premium?: number; | 
 |  |  |     /** 产品单价 */ | 
 |  |  |     unitPrice?: number; | 
 |  |  |     /** 处理失败原因 */ | 
 |  |  |     errorMessage?: string; | 
 |  |  |     /** 已投保费用 */ | 
 |  |  |     amountInsured?: number; | 
 |  |  |     /** 退保保费 */ | 
 |  |  |     refundAmount?: number; | 
 |  |  |     /** common-意外险通用;allowance-意外险津贴; suddenDeath-意外险猝死; liabilityCommon-雇主险基础; liabilityThird-雇主险三者; liabilityBuilding-雇主险建筑 */ | 
 |  |  |     type?: string; | 
 |  |  |     /** 保障范围(仅雇主险有): work-工作时间; allDay-24小时 */ | 
 |  |  |     scope?: string; | 
 |  |  |     /** 保险版本类型:basic-基础版; upgrade-升级版 */ | 
 |  |  |     plevel?: string; | 
 |  |  |     /** 创建人 */ | 
 |  |  |     creatorName?: string; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsurePlanDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: InsurePlanDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsurePlanStaffDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 公司Id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 添加时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 姓名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 身份证号 */ | 
 |  |  |     idNumber?: string; | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phoneNum?: string; | 
 |  |  |     /** 投保成功次数 */ | 
 |  |  |     successCount?: number; | 
 |  |  |     /** 投保失败次数 */ | 
 |  |  |     failCount?: number; | 
 |  |  |     /** 投保次数 */ | 
 |  |  |     insureCount?: number; | 
 |  |  |     /** 是否在保 */ | 
 |  |  |     isInsureing?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsurePlanStaffDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: InsurePlanStaffDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsurePolicyDTO { | 
 |  |  |     orderNo?: number; | 
 |  |  |     policyNo?: string; | 
 |  |  |     effectStartTime?: string; | 
 |  |  |     effectEndTime?: string; | 
 |  |  |     sumInsured?: number; | 
 |  |  |     premium?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsurePriceModel { | 
 |  |  |     /** 价格配置Id */ | 
 |  |  |     settingPriceId?: string; | 
 |  |  |     /** 价格 */ | 
 |  |  |     price?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureProductDetail { | 
 |  |  |     price?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureProductDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 产品名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     insuranceTypeCode?: string; | 
 |  |  |     /** 保险场景码: FLEXIBLE_EMPLOYMENT-日单(实时生效);INITIATIVE_EMPLOYMENT-长期(次日0点生效) */ | 
 |  |  |     bizCode?: string; | 
 |  |  |     /** 产品Id */ | 
 |  |  |     productId?: string; | 
 |  |  |     /** 产品类型: 套餐类型: common-意外险通用;allowance-意外险津贴; suddenDeath-意外险猝死; liabilityCommon-雇主险基础; liabilityThird-雇主险三者; liabilityBuilding-雇主险建筑 */ | 
 |  |  |     type?: string; | 
 |  |  |     /** 投保版本 10含津贴 20含猝死 30津贴+猝死 40基础全天版 50含三者全天版 */ | 
 |  |  |     premium?: number; | 
 |  |  |     /** 保额(分) */ | 
 |  |  |     sumInsured?: number; | 
 |  |  |     /** 产品状态 1启用 0禁用 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 保险版本类型:basic-基础版; upgrade-升级版 */ | 
 |  |  |     plevel?: string; | 
 |  |  |     /** 保障范围(仅雇主险有): work-工作时间; allDay-24小时 */ | 
 |  |  |     scope?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureProductDTO { | 
 |  |  |     name?: string; | 
 |  |  |     productId?: string; | 
 |  |  |     insuranceTypeCode?: string; | 
 |  |  |     recomFlowNo?: string; | 
 |  |  |     premium?: string; | 
 |  |  |     sumInsured?: number; | 
 |  |  |     type?: string; | 
 |  |  |     scope?: string; | 
 |  |  |     level?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureProductDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: InsureProductDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type InsureRefundStatusEnum = 10 | 20 | -10; | 
 |  |  |  | 
 |  |  |   interface InsureSettingDto { | 
 |  |  |     /** 配置Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 配置名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 状态 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     /** 说明 */ | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureSettingPriceDto { | 
 |  |  |     /** 险种版本Id */ | 
 |  |  |     versionId?: string; | 
 |  |  |     /** 险种版本名称 */ | 
 |  |  |     versionName?: string; | 
 |  |  |     /** 投保方式Id */ | 
 |  |  |     modeId?: string; | 
 |  |  |     /** 投保方式名称 */ | 
 |  |  |     modeName?: string; | 
 |  |  |     /** 价格信息 */ | 
 |  |  |     priceInfos?: PriceInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureSubSetting { | 
 |  |  |     /** 类型 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 配置名称 */ | 
 |  |  |     name?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureSupplierDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 供应商名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 行业配套类型 */ | 
 |  |  |     categoryType?: string; | 
 |  |  |     /** 行业配套类型 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 统一信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 供应商类型 1渠道代理 2保险公司 */ | 
 |  |  |     suppierType?: number; | 
 |  |  |     /** 供应商等级 1普通 2重要 */ | 
 |  |  |     suppierLevel?: number; | 
 |  |  |     /** 行业ID */ | 
 |  |  |     industryId?: string; | 
 |  |  |     /** 行业ID */ | 
 |  |  |     industryName?: string; | 
 |  |  |     /** 省Code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市Code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县Code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 公司地址 */ | 
 |  |  |     companyAddress?: string; | 
 |  |  |     /** 企业介绍 */ | 
 |  |  |     introduce?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 部门 */ | 
 |  |  |     departmentName?: string; | 
 |  |  |     /** 职位 */ | 
 |  |  |     position?: string; | 
 |  |  |     /** 微信号 */ | 
 |  |  |     weChat?: string; | 
 |  |  |     /** 邮箱 */ | 
 |  |  |     email?: string; | 
 |  |  |     /** 网址 */ | 
 |  |  |     siteUrl?: string; | 
 |  |  |     /** 联系地址 */ | 
 |  |  |     linkAddress?: string; | 
 |  |  |     /** 附件 */ | 
 |  |  |     attachment?: string; | 
 |  |  |     /** 状态 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 关联产品数 */ | 
 |  |  |     productCount?: number; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureSupplierDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: InsureSupplierDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface InsureSupplierSelectDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 供应商名称 */ | 
 |  |  |     name?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface IntroInfo { | 
 |  |  |     /** 类型:0为文本,1为图片,2为视频;默认为文本 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 摘要 */ | 
 |  |  |     contentSummary?: string; | 
 |  |  |     /** 文本内容 */ | 
 |  |  |     content?: string; | 
 |  |  |     /** 图片/视频路径 */ | 
 |  |  |     path?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type InvoicingStatusEnum = 0 | 10 | 20; | 
 |  |  |  | 
 |  |  |   type InvoicingTypeEnum = 0 | 10 | 20; | 
 |  |  |  | 
 |  |  |   interface IssuanceSingleTransactionRegulatorsInput { | 
 |  |  |     mrchCode: string; | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     thirdVoucher: string; | 
 |  |  |     ccyCode: string; | 
 |  |  |     outAcctNo: string; | 
 |  |  |     inAcctBankNode?: string; | 
 |  |  |     inAcctNo: string; | 
 |  |  |     inAcctName: string; | 
 |  |  |     tranAmount: string; | 
 |  |  |     useEx?: string; | 
 |  |  |     freezeNo: string; | 
 |  |  |     dfAgreementNo: string; | 
 |  |  |     nationalityCode?: string; | 
 |  |  |     agreementCode: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface IssuanceSingleTransactionRegulatorsOutput { | 
 |  |  |     thirdVoucher?: string; | 
 |  |  |     frontLogNo?: string; | 
 |  |  |     ccyCode?: string; | 
 |  |  |     outAcctNo?: string; | 
 |  |  |     inAcctNo?: string; | 
 |  |  |     inAcctName?: string; | 
 |  |  |     tranAmount?: string; | 
 |  |  |     stt?: string; | 
 |  |  |   } | 
 |  |  |   type IntroInfoTypeEnum = 0 | 1 | 2 | 3 | 4; | 
 |  |  |  | 
 |  |  |   interface IStringValueType { | 
 |  |  |     name?: string; | 
 |  |  | 
 |  |  |     flagIcon?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type LgGigRealVerifyStatus = 10 | 20; | 
 |  |  |  | 
 |  |  |   type LgGigUserSignEnum = 10 | 20; | 
 |  |  |  | 
 |  |  |   interface LgGigUserToSignUrlInput { | 
 |  |  |     /** 签约Id */ | 
 |  |  |     lgGigSignId?: string; | 
 |  |  |     /** 人员类型 1个人签约 2企业签约 */ | 
 |  |  |     userType?: string; | 
 |  |  |     /** 企业签约时可传入 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LgGigWorkerBaseInput { | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phone?: string; | 
 |  |  |     /** 用户id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 业务代码 */ | 
 |  |  |     bussinessCode?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LgGigWorkerBussinessAutoSignInput { | 
 |  |  |     /** 用户Id */ | 
 |  |  |     compayId?: string; | 
 |  |  |     /** 需要签约的用户签约id */ | 
 |  |  |     listLgWorkerSignId?: string[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LgGigWorkerBussinessAutoSignOutput { | 
 |  |  |     toSignCount?: number; | 
 |  |  |     realSignCount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type LgGigWorkerCustomerTemplateStatusEnum = 10 | 20; | 
 |  |  |  | 
 |  |  |   type LgGigWorkerRechargeStatusEnum = 10 | 30 | 40; | 
 |  |  |  | 
 |  |  |   interface LgGigWorkerRegisterInput { | 
 |  |  |     /** 姓名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phone?: string; | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 业务代码 */ | 
 |  |  |     bussinessCode?: string; | 
 |  |  |     customerId?: string; | 
 |  |  |     contractTemplateId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LgGigWorkerSignChannelDto { | 
 |  |  |     /** 电子签名称 */ | 
 |  |  |     signName?: string; | 
 |  |  |     /** 渠道Id */ | 
 |  |  |     signChannelId?: string; | 
 |  |  |     signChannel?: SignChannelEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LgGigWorkerSignChannelSettingDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 通道名称 */ | 
 |  |  |     channelName?: string; | 
 |  |  |     /** 签约通道Id */ | 
 |  |  |     signChannelId?: string; | 
 |  |  |     /** 渠道Id */ | 
 |  |  |     channelIntId?: number; | 
 |  |  |     /** 渠道URL */ | 
 |  |  |     channelUrl?: string; | 
 |  |  |     chargeType?: ChargeTypeEnum; | 
 |  |  |     /** 实名认证费用 */ | 
 |  |  |     realVerifyCost?: number; | 
 |  |  |     /** 签约费用 */ | 
 |  |  |     signCost?: number; | 
 |  |  |     /** 统一签约费用 */ | 
 |  |  |     mergeSignCost?: number; | 
 |  |  |     /** 上上签是否配置 */ | 
 |  |  |     isSetBestSign?: boolean; | 
 |  |  |     /** 阿里信任签配置 */ | 
 |  |  |     isSetAlipaySign?: boolean; | 
 |  |  |     settingStatus?: LgGigWorkerSignChannelSettingStatus; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LgGigWorkerSignChannelSettingDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: LgGigWorkerSignChannelSettingDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type LgGigWorkerSignChannelSettingStatus = 10 | -10; | 
 |  |  |  | 
 |  |  |   interface LgGigWorkerSignFreeSettingDto { | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 电子签渠道Id */ | 
 |  |  |     signChannelId?: string; | 
 |  |  |     /** 电子签渠道名称 */ | 
 |  |  |     signName?: string; | 
 |  |  |     /** 赠送条数 */ | 
 |  |  |     freeCount?: number; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     id?: string; | 
 |  |  |     creationTime?: string; | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     lastModifierName?: string; | 
 |  |  |     lastModifierId?: string; | 
 |  |  |     /** 产业园区名称 */ | 
 |  |  |     industrialParkName?: string; | 
 |  |  |     /** 产业园区Id */ | 
 |  |  |     industrialParkId?: string; | 
 |  |  |     /** 账号 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LgGigWorkerSignFreeSettingDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: LgGigWorkerSignFreeSettingDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LgGigWorkerSignOptions { | 
 |  |  |     accountName?: string; | 
 |  |  |     accountNo?: string; | 
 |  |  |     bankName?: string; | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LgGigWorkerSignSettingDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 电子签名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     signChannel?: SignChannelEnum; | 
 |  |  |     /** 实名认证费用 */ | 
 |  |  |     realVerifyCost?: number; | 
 |  |  |     /** 签约费用 */ | 
 |  |  |     signCost?: number; | 
 |  |  |     /** 统一签约费用 */ | 
 |  |  |     mergeSignCost?: number; | 
 |  |  |     chargeType?: ChargeTypeEnum; | 
 |  |  |     status?: LgGigWorkerSignStatus; | 
 |  |  |     settingStatus?: LgGigWorkerSignSettingStatus; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LgGigWorkerSignSettingDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: LgGigWorkerSignSettingDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type LgGigWorkerSignSettingStatus = 10 | -10; | 
 |  |  |  | 
 |  |  |   type LgGigWorkerSignStatus = 10 | -10; | 
 |  |  |  | 
 |  |  |   interface LgGigWorkerUserImport { | 
 |  |  |     /** 用户Id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 甲方id */ | 
 |  |  |     customerId?: string; | 
 |  |  |     /** 合同模板id */ | 
 |  |  |     contractTemplateId?: string; | 
 |  |  |     /** 导入人员列表 */ | 
 |  |  |     userList?: LgGigWorkerUserInfoList[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LgGigWorkerUserInfoList { | 
 |  |  |     id?: number; | 
 |  |  |     name?: string; | 
 |  |  |     phone?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LgGigWorkerUserSignListInput { | 
 |  |  |     /** 灵工人员注册签约id */ | 
 |  |  |     ids?: string[]; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 业务代码 */ | 
 |  |  |     bussinessCode?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LgGigWorkUserOutput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 姓名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 身份证号 */ | 
 |  |  |     idNumber?: string; | 
 |  |  |     /** 身份证证明地址 */ | 
 |  |  |     idFrontUrl?: string; | 
 |  |  |     /** 身份证背面地址 */ | 
 |  |  |     idBackUrl?: string; | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     /** 年龄 */ | 
 |  |  |     age?: number; | 
 |  |  |     /** 性别 */ | 
 |  |  |     sex?: number; | 
 |  |  |     /** 登记时间 */ | 
 |  |  |     regiterTime?: string; | 
 |  |  |     /** 甲方Id */ | 
 |  |  |     customerId?: string; | 
 |  |  |     /** 所属客户 */ | 
 |  |  |     customerName?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     realVerifyStatus?: LgGigRealVerifyStatus; | 
 |  |  |     /** 实名认证时间 */ | 
 |  |  |     realVerifyTime?: string; | 
 |  |  |     signStatus?: LgGigUserSignEnum; | 
 |  |  |     /** 签约时间 */ | 
 |  |  |     signTime?: string; | 
 |  |  |     /** 合同编号 */ | 
 |  |  |     contractNo?: string; | 
 |  |  |     /** 合同模板Id */ | 
 |  |  |     contractTemplateId?: string; | 
 |  |  |     /** 合同Id */ | 
 |  |  |     contractId?: string; | 
 |  |  |     /** 合同预览地址 */ | 
 |  |  |     previewUrl?: string; | 
 |  |  |     /** 合同地址 */ | 
 |  |  |     contractUrl?: string; | 
 |  |  |     /** 合同凭证地址 */ | 
 |  |  |     contractProofUrl?: string; | 
 |  |  |     enterSignStatus?: LgGigUserSignEnum; | 
 |  |  |     /** 企业签约时间 */ | 
 |  |  |     enterSignTime?: string; | 
 |  |  |     regiterStatus?: boolean; | 
 |  |  |     signChannel?: SignChannelEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LgGigWorkUserOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: LgGigWorkUserOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LicenseOcrModel { | 
 |  |  |     name?: string; | 
 |  |  |     cardNum?: string; | 
 |  |  |     address?: string; | 
 |  |  |     type?: string; | 
 |  |  |     dateFrom?: string; | 
 |  |  |     dateTo?: string; | 
 |  |  |     societyCode?: string; | 
 |  |  |     registerMoney?: string; | 
 |  |  |     businessRange?: string; | 
 |  |  |     legalPerson?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LifeElectricData { | 
 |  |  |     /** 充值面额,单位为元。 */ | 
 |  |  |     parValue: number; | 
 |  |  | 
 |  |  |     /** 省份。 */ | 
 |  |  |     province: string; | 
 |  |  |     /** 城市。 */ | 
 |  |  |     city: string; | 
 |  |  |     city?: string; | 
 |  |  |     /** 客户身份证后6位,南网必传。 */ | 
 |  |  |     sixID?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LifeElectricDataCreateLifePayOrderInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     checkChannelId?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     lifePayType?: LifePayTypeEnum; | 
 |  |  |     /** 渠道名称 */ | 
 |  |  |     channelId?: string; | 
 |  |  |     productData?: LifeElectricData; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LifeGasData { | 
 |  |  |     /** 充值面额,单位为元。 */ | 
 |  |  |     parValue: number; | 
 |  |  |     /** 天然气公司类型,"zhong_ran"代表中燃燃气,"bei_jing"代表北京燃气。 */ | 
 |  |  |     gasOrgType: string; | 
 |  |  |     /** 燃气户号 */ | 
 |  |  |     gasAccount: string; | 
 |  |  |     /** 省份 */ | 
 |  |  |     province: string; | 
 |  |  |     /** 城市 */ | 
 |  |  |     city?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LifeGasDataCreateLifePayOrderInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     checkChannelId?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 渠道名称 */ | 
 |  |  |     channelId?: string; | 
 |  |  |     productData?: LifeGasData; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type LifePayChannelsStatsEnum = 10 | 20; | 
 |  |  |  | 
 |  |  |   type LifePayChannlesTypeEnum = 10 | 20; | 
 |  |  |  | 
 |  |  |   interface LifePayIntroInfoDetail { | 
 |  |  |     type?: IntroInfoTypeEnum; | 
 |  |  |     /** 摘要 */ | 
 |  |  |     contentSummary?: string; | 
 |  |  |     /** 文本内容 */ | 
 |  |  |     content?: string; | 
 |  |  |     /** 图片/视频路径 */ | 
 |  |  |     path?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LifePayIntroInfoInput { | 
 |  |  |     lifePayType?: LifePayOrderTypeEnum; | 
 |  |  |     /** 更新内容 */ | 
 |  |  |     data?: LifePayIntroInfoDetail[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LifePayIntroInfoOutput { | 
 |  |  |     type?: IntroInfoTypeEnum; | 
 |  |  |     lifePayType?: LifePayOrderTypeEnum; | 
 |  |  |     /** 摘要 */ | 
 |  |  |     contentSummary?: string; | 
 |  |  |     /** 文本内容 */ | 
 |  |  |     content?: string; | 
 |  |  |     /** 图片/视频路径 */ | 
 |  |  |     path?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LifePayOrderListOutput { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 用户手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     lifePayType?: LifePayTypeEnum; | 
 |  |  |     /** 渠道名称 */ | 
 |  |  |     channelName?: string; | 
 |  |  |     lifePayOrderType?: LifePayOrderTypeEnum; | 
 |  |  |     /** 订单号 */ | 
 |  |  |     orderNo?: string; | 
 |  |  |     /** 充值金额 */ | 
 |  |  |     rechargeAmount?: number; | 
 |  |  |     /** 优惠金额 */ | 
 |  |  |     discountAmount?: number; | 
 |  |  |     /** 实付金额 */ | 
 |  |  |     payAmount?: number; | 
 |  |  |     /** 支付时间 */ | 
 |  |  |     payTime?: string; | 
 |  |  |     payStatus?: LifePayStatusEnum; | 
 |  |  |     /** 外部订单号 */ | 
 |  |  |     outOrderNo?: string; | 
 |  |  |     lifePayOrderStatus?: LifePayOrderStatusEnum; | 
 |  |  |     /** 完成时间 */ | 
 |  |  |     finishTime?: string; | 
 |  |  |     /** 退款凭证 */ | 
 |  |  |     refundCredentialsImgUrl?: string; | 
 |  |  |     /** 下单时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 退款时间 */ | 
 |  |  |     refundTime?: string; | 
 |  |  |     refundApplyRemark?: string; | 
 |  |  |     refundCheckRemark?: string; | 
 |  |  |     acoolyOrderNo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LifePayOrderListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: LifePayOrderListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type LifePayOrderStatusEnum = 10 | 20 | 30 | 40 | 50 | 60; | 
 |  |  |  | 
 |  |  |   type LifePayOrderTypeEnum = 10 | 20 | 30; | 
 |  |  |  | 
 |  |  |   interface LifePayPhoneMesssageCodeLoginInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     checkChannelId?: string; | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phoneNumber: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LifePayPremiumInput { | 
 |  |  |     premiumType?: LifePayTypeEnum; | 
 |  |  |     rate?: number; | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LifePayPremiumListOutput { | 
 |  |  |     premiumType?: LifePayTypeEnum; | 
 |  |  |     rate?: number; | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LifePayRateInput { | 
 |  |  |     rateType?: LifePayRateTypeEnum; | 
 |  |  |     rate?: number; | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LifePayRateListOutput { | 
 |  |  |     rateType?: LifePayRateTypeEnum; | 
 |  |  |     rate?: number; | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type LifePayRateTypeEnum = 10 | 20 | 30 | 40; | 
 |  |  |  | 
 |  |  |   type LifePayStatusEnum = 10 | 20 | 30 | 40; | 
 |  |  |  | 
 |  |  |   type LifePaySwitchTypeEnum = 10 | 20 | 30; | 
 |  |  |  | 
 |  |  |   type LifePayTypeEnum = 10 | 20; | 
 |  |  |  | 
 |  |  | 
 |  |  |     parValue: number; | 
 |  |  |     /** 手机号。 */ | 
 |  |  |     phone: string; | 
 |  |  |     /** 机主名称(电信手机号必填) */ | 
 |  |  |     name?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LifePhoneDataCreateLifePayOrderInput { | 
 |  |  |     userId?: string; | 
 |  |  |     lifePayType?: LifePayTypeEnum; | 
 |  |  |     productData?: LifePhoneData; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LikeFavoriteMessageInfo { | 
 |  |  |     /** 消息Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 消息内容 */ | 
 |  |  |     messageContent?: string; | 
 |  |  |     /** 消息发送时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 是否已读 */ | 
 |  |  |     isRead?: boolean; | 
 |  |  |     /** 消息类型 */ | 
 |  |  |     type?: number; | 
 |  |  |     businessBehaviorType?: MessageBusinessBehaviorTypeEnum; | 
 |  |  |     /** 业务数据 */ | 
 |  |  |     businessData?: string; | 
 |  |  |     sourceType?: MessageSourceTypeEnum; | 
 |  |  |     /** 消息发送者的用户id,来源为系统时为空 */ | 
 |  |  |     sourceId?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 名称 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 头像 */ | 
 |  |  |     avatarUrl?: string; | 
 |  |  |     userFollowStatus?: UserFollowStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LikeFavoriteMessageInfoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: LikeFavoriteMessageInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ListOrderStatus { | 
 |  |  |     ids?: string[]; | 
 |  |  |     status?: number; | 
 |  |  |     checkChannelId?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 渠道名称 */ | 
 |  |  |     channelId?: string; | 
 |  |  |     productData?: LifePhoneData; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LocalizableStringDto { | 
 |  |  | 
 |  |  |     resource?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MaintainInquireSmartClearingAccountInput { | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     mainAccount: string; | 
 |  |  |     ccy: string; | 
 |  |  |     functionCode: string; | 
 |  |  |     subAcctNo: string; | 
 |  |  |     daiTxAmt?: string; | 
 |  |  |     daiTxStopDate?: string; | 
 |  |  |     allowTxCts?: string; | 
 |  |  |     totalRcvLimit?: string; | 
 |  |  |     singleTxLimitAmt?: string; | 
 |  |  |     singleTxMaxAmt?: string; | 
 |  |  |   interface LogErrorInput { | 
 |  |  |     error?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MaintainInquireSmartClearingAccountOutput { | 
 |  |  |     mainAccount?: string; | 
 |  |  |     ccy?: string; | 
 |  |  |     functionCode?: string; | 
 |  |  |     subAcctNo?: string; | 
 |  |  |     acctName?: string; | 
 |  |  |     agreeStatuts?: string; | 
 |  |  |     signDate?: string; | 
 |  |  |     effectDate?: string; | 
 |  |  |     cancelDate?: string; | 
 |  |  |     daiTxAmt?: string; | 
 |  |  |     daiTxStopDate?: string; | 
 |  |  |     allowTxCts?: string; | 
 |  |  |     allowQueryTxDetailFlag?: string; | 
 |  |  |     allowQueryHuoMianList?: string; | 
 |  |  |     totalRcvLimit?: string; | 
 |  |  |     singleTxLimitAmt?: string; | 
 |  |  |     singleTxMaxAmt?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MaintainTransferCounterpartyWhiteListInput { | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     mainAccount: string; | 
 |  |  |     validationFlag?: string; | 
 |  |  |     functionCode: string; | 
 |  |  |     tranItemArray?: MaintainTransferItem[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MaintainTransferCounterpartyWhiteListOutput { | 
 |  |  |     mainAccount?: string; | 
 |  |  |     validationFlag?: string; | 
 |  |  |     functionCode?: string; | 
 |  |  |     list?: MaintainTransferOutputItem[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MaintainTransferItem { | 
 |  |  |     signAcctNo: string; | 
 |  |  |     ccy?: string; | 
 |  |  |     checkType?: string; | 
 |  |  |     whiteListType?: string; | 
 |  |  |     counterpartyAcctNo?: string; | 
 |  |  |     drcrFlag?: string; | 
 |  |  |     counterpartyAcctName?: string; | 
 |  |  |     counterpartyOpenBranchID?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MaintainTransferOutputItem { | 
 |  |  |     signAcctNo?: string; | 
 |  |  |     ccy?: string; | 
 |  |  |     signAcctName?: string; | 
 |  |  |     whiteListType?: string; | 
 |  |  |     checkType?: string; | 
 |  |  |     aconRecvAcctNo?: string; | 
 |  |  |     aconRecvAcctName?: string; | 
 |  |  |     clearingSubAcctNo?: string; | 
 |  |  |     clearingSubAcctName?: string; | 
 |  |  |     counterpartyAcctNo?: string; | 
 |  |  |     drcrFlag?: string; | 
 |  |  |     counterpartyAcctName?: string; | 
 |  |  |     counterpartyOpenBranchID?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MaintainVosAcctAutomaticClearingRuleInput { | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     validationFlag?: string; | 
 |  |  |     mainAccount: string; | 
 |  |  |     ccy: string; | 
 |  |  |     functionCode: string; | 
 |  |  |     listNum: string; | 
 |  |  |     tranItemArray?: MaintainVosAcctItem[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MaintainVosAcctAutomaticClearingRuleOutput { | 
 |  |  |     validationFlag?: string; | 
 |  |  |     mainAccount?: string; | 
 |  |  |     ccy?: string; | 
 |  |  |     functionCode?: string; | 
 |  |  |     listNum?: string; | 
 |  |  |     successRecordNum?: string; | 
 |  |  |     list?: MaintainVosAcctOutputItem[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MaintainVosAcctItem { | 
 |  |  |     subAcctNo: string; | 
 |  |  |     bindVosAcctNo?: string; | 
 |  |  |     bindVosAcctAddMsg?: string; | 
 |  |  |     whetherFlag?: string; | 
 |  |  |     subAcctNoPosition?: string; | 
 |  |  |     setID?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MaintainVosAcctOutputItem { | 
 |  |  |     setID?: string; | 
 |  |  |     subAcctNo?: string; | 
 |  |  |     subAccountName?: string; | 
 |  |  |     bindVosAcctNo?: string; | 
 |  |  |     bindVosAcctAddMsg?: string; | 
 |  |  |     whetherFlag?: string; | 
 |  |  |     subAcctNoPosition?: string; | 
 |  |  |     inputDate?: string; | 
 |  |  |     errorCode?: string; | 
 |  |  |     errorMsg?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MakeACircleFriendInput { | 
 |  |  |     /** 标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 内容 */ | 
 |  |  |     content?: string; | 
 |  |  |     /** 文件 */ | 
 |  |  |     files?: CircleFriendFileDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MarkProductRuleDto { | 
 |  |  |     id?: string; | 
 |  |  |     ruleType?: number; | 
 |  |  |     startAge?: number; | 
 |  |  |     insureMarketProductId?: string; | 
 |  |  |     jobType?: number; | 
 |  |  |     /** 保额 分为单位 */ | 
 |  |  |     sort?: number; | 
 |  |  |     percentum?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MarkProductRuleInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 规则类型 年龄规则:10 职业类型规则:20 */ | 
 |  |  |     ruleType?: number; | 
 |  |  |     startAge?: number; | 
 |  |  |     jobType?: number; | 
 |  |  |     percentum?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MarkProductSchemeTypeDetailInput { | 
 |  |  |     /** 详情Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 投保方式 按月30D 按年360D */ | 
 |  |  |     period?: string; | 
 |  |  |     startLevelType?: number; | 
 |  |  |     endLevelType?: number; | 
 |  |  |     unitPrice?: number; | 
 |  |  |     sequence?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MarkProductSchemeTypeDto { | 
 |  |  |     id?: string; | 
 |  |  |     schemeName?: string; | 
 |  |  |     insureBillTemplateUrl?: string; | 
 |  |  |     insureMarketProductId?: string; | 
 |  |  |     sort?: number; | 
 |  |  |     /** 保额 分为单位 */ | 
 |  |  |     sumInsured?: number; | 
 |  |  |     listDetail?: MarkProductSchemeTypeDetailInput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MarkProductSchemeTypeInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 投保单 */ | 
 |  |  |     insureBillTemplateUrl?: string; | 
 |  |  |     listDetail?: MarkProductSchemeTypeDetailInput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MassgeChatOutput { | 
 |  |  |     chatId?: string; | 
 |  |  |     /** 名称 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 头像 */ | 
 |  |  |     avatarUrl?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     latestMessage?: UserMessageInfo; | 
 |  |  |     /** 未读消息数 */ | 
 |  |  |     unReadCount?: number; | 
 |  |  |     chatType?: MessageChatTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MassgeChatOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: MassgeChatOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MatchMakingApplyByOrderOutput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 订单ID */ | 
 |  |  |     orderId?: string; | 
 |  |  |     name?: string; | 
 |  |  |     contact?: string; | 
 |  |  |     contactPhone?: string; | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 镇 */ | 
 |  |  |     villageName?: string; | 
 |  |  |     cityName?: string; | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     parkStyle?: string; | 
 |  |  |     serviceInfo?: ServeSearchSettingInfo[]; | 
 |  |  |     workInfo?: ServeSearchSettingInfo[]; | 
 |  |  |     /** 申请时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     status?: MatchMakingApplyStatusEnum; | 
 |  |  |     /** 订单用户id */ | 
 |  |  |     orderUserId?: string; | 
 |  |  |     /** 申请用户id */ | 
 |  |  |     applyUserId?: string; | 
 |  |  |     /** 申请企业id */ | 
 |  |  |     applyEnterpriseId?: string; | 
 |  |  |     /** 订单企业id */ | 
 |  |  |     orderEnterpriseId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MatchMakingApplyByOrderOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: MatchMakingApplyByOrderOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type MatchMakingApplyStatusEnum = 10 | 20 | -10; | 
 |  |  |  | 
 |  |  |   type MatchMakingIdentityEnum = 10 | 20; | 
 |  |  |  | 
 |  |  |   interface MaterialFileItemOutput { | 
 |  |  |     id?: string; | 
 |  |  |     fileBusinessType?: EnterpriseMaterialFileBusinessTypeEnum; | 
 |  |  |     /** 文件url */ | 
 |  |  |     fileUrl?: string; | 
 |  |  |     /** 文件大小 */ | 
 |  |  |     fileSize?: number; | 
 |  |  |     /** 文件扩展名 */ | 
 |  |  |     fileExtension?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type MessageBusinessBehaviorTypeEnum = | 
 |  |  |     | 10 | 
 |  |  |     | 20 | 
 |  |  |     | 30 | 
 |  |  |     | 40 | 
 |  |  |     | 41 | 
 |  |  |     | 50 | 
 |  |  |     | 60 | 
 |  |  |     | 70 | 
 |  |  |     | 80 | 
 |  |  |     | 90 | 
 |  |  |     | 91 | 
 |  |  |     | 92 | 
 |  |  |     | 93 | 
 |  |  |     | 94 | 
 |  |  |     | 95 | 
 |  |  |     | 96 | 
 |  |  |     | 97; | 
 |  |  |  | 
 |  |  |   type MessageBusinessTypeEnum = | 
 |  |  |     | 1 | 
 |  |  |     | 2 | 
 |  |  |     | 3 | 
 |  |  |     | 4 | 
 |  |  |     | 5 | 
 |  |  |     | 6 | 
 |  |  |     | 7 | 
 |  |  |     | 8 | 
 |  |  |     | 9 | 
 |  |  |     | 10 | 
 |  |  |     | 11 | 
 |  |  |     | 12 | 
 |  |  |     | 13 | 
 |  |  |     | 14 | 
 |  |  |     | 15 | 
 |  |  |     | 16 | 
 |  |  |     | 17 | 
 |  |  |     | 18 | 
 |  |  |     | 19 | 
 |  |  |     | 20 | 
 |  |  |     | 21 | 
 |  |  |     | 22 | 
 |  |  |     | 23 | 
 |  |  |     | 24 | 
 |  |  |     | 25 | 
 |  |  |     | 26 | 
 |  |  |     | 30 | 
 |  |  |     | 31 | 
 |  |  |     | 40 | 
 |  |  |     | 50 | 
 |  |  |     | 60 | 
 |  |  |     | 61 | 
 |  |  |     | 70 | 
 |  |  |     | 71 | 
 |  |  |     | 72 | 
 |  |  |     | 73 | 
 |  |  |     | 74 | 
 |  |  |     | 75 | 
 |  |  |     | 76 | 
 |  |  |     | 77 | 
 |  |  |     | 78 | 
 |  |  |     | 79 | 
 |  |  |     | 80 | 
 |  |  |     | 81 | 
 |  |  |     | 82 | 
 |  |  |     | 83 | 
 |  |  |     | 84 | 
 |  |  |     | 85 | 
 |  |  |     | 86 | 
 |  |  |     | 87 | 
 |  |  |     | 88 | 
 |  |  |     | 999 | 
 |  |  |     | 1000 | 
 |  |  |     | 1001 | 
 |  |  |     | 1002; | 
 |  |  |  | 
 |  |  |   type MessageChatTypeEnum = 10 | 20 | 30; | 
 |  |  |  | 
 |  |  |   interface MessageInfo { | 
 |  |  |     /** 消息Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 消息内容 */ | 
 |  |  |     messageContent?: string; | 
 |  |  |     /** 消息发送时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 是否已读 */ | 
 |  |  |     isRead?: boolean; | 
 |  |  |     /** 消息类型 */ | 
 |  |  |     type?: number; | 
 |  |  |     businessBehaviorType?: MessageBusinessBehaviorTypeEnum; | 
 |  |  |     /** 业务数据 */ | 
 |  |  |     businessData?: string; | 
 |  |  |     sourceType?: MessageSourceTypeEnum; | 
 |  |  |     /** 消息发送者的用户id,来源为系统时为空 */ | 
 |  |  |     sourceId?: string; | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MessageInfoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: MessageInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type MessageSourceTypeEnum = 10 | 20; | 
 |  |  |  | 
 |  |  |   interface MethodParameterApiDescriptionModel { | 
 |  |  |     name?: string; | 
 |  |  | 
 |  |  |     typeSimple?: string; | 
 |  |  |     isOptional?: boolean; | 
 |  |  |     defaultValue?: any; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ModelPaymentMiniPay { | 
 |  |  |     nonceStr?: string; | 
 |  |  |     package?: string; | 
 |  |  |     signType?: string; | 
 |  |  |     paySign?: string; | 
 |  |  |     timestamp?: string; | 
 |  |  |     timeExpire?: string; | 
 |  |  |     message?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ModuleApiDescriptionModel { | 
 |  |  | 
 |  |  |     moduleId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MonthlyStatementItem { | 
 |  |  |     fileName?: string; | 
 |  |  |     filePwd?: string; | 
 |  |  |     acctNo?: string; | 
 |  |  |     queryDate?: string; | 
 |  |  |     docID?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MonthlyStatementQueryNewInput { | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     acctNo: string; | 
 |  |  |     queryMonth: string; | 
 |  |  |     fileType?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MonthlyStatementQueryNewOutput { | 
 |  |  |     queryCts?: string; | 
 |  |  |     list?: MonthlyStatementItem[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MultiTenancyInfoDto { | 
 |  |  |     isEnabled?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MyCertificationAuditDto { | 
 |  |  |     /** 审核单id */ | 
 |  |  |     auditId?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     enterpriseType?: EnterpriseTypeEnum; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 营业执照文件地址 */ | 
 |  |  |     licenseUrl?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     certificationMode?: UserCertificationModeEnum; | 
 |  |  |     /** 法人姓名 */ | 
 |  |  |     legalPersonName?: string; | 
 |  |  |     /** 法人身份证号 */ | 
 |  |  |     legalPersonIdNumber?: string; | 
 |  |  |     /** 法人手持身份证照 */ | 
 |  |  |     legalPersonIdImgUrl?: string; | 
 |  |  |     /** 认证联系人 */ | 
 |  |  |     certificationContact?: string; | 
 |  |  |     /** 认证联系人电话 */ | 
 |  |  |     certificationContactPhone?: string; | 
 |  |  |     /** 代理人姓名 */ | 
 |  |  |     proxyPersonName?: string; | 
 |  |  |     /** 代理人身份证号 */ | 
 |  |  |     proxyPersonIdNumber?: string; | 
 |  |  |     /** 代理人手持身份证照 */ | 
 |  |  |     proxyPersonIdImgUrl?: string; | 
 |  |  |     /** 企业授权书 */ | 
 |  |  |     proxyPowerAttorneyUrl?: string; | 
 |  |  |     /** 当前认证审核单的单号 */ | 
 |  |  |     currentUserCertificationAuditNo?: string; | 
 |  |  |     /** 当前认证审核单的id */ | 
 |  |  |     currentUserCertificationAuditId?: string; | 
 |  |  |     /** 认证时间 */ | 
 |  |  |     certificationTime?: string; | 
 |  |  |     /** 认证过期时间 */ | 
 |  |  |     expirationTime?: string; | 
 |  |  |     status?: UserCertificationStatusEnum; | 
 |  |  |     invoicingType?: InvoicingTypeEnum; | 
 |  |  |     /** 平台服务支付Id */ | 
 |  |  |     platformServicePayId?: string; | 
 |  |  |     payTypeEnum?: PayTypeEnum; | 
 |  |  |     auditStatus?: UserCertificationAuditStatusEnum; | 
 |  |  |     payStatus?: PayStatusEnum; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |     /** 入账日期 */ | 
 |  |  |     payCreditedTime?: string; | 
 |  |  |     payCreditedStatus?: PayCreditedStatusEnum; | 
 |  |  |     /** 支付发票地址 */ | 
 |  |  |     payInvoicingUrl?: string; | 
 |  |  |     invoicingStatus?: InvoicingStatusEnum; | 
 |  |  |     /** 人脸认证url */ | 
 |  |  |     faceCertificationUrl?: string; | 
 |  |  |     legalPersonIdBackImgUrl?: string; | 
 |  |  |     proxyPersonIdBackImgUrl?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MyEnterpriseMaterialListOutput { | 
 |  |  |     id?: string; | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 年 */ | 
 |  |  |     year?: number; | 
 |  |  |     /** 月 */ | 
 |  |  |     month?: number; | 
 |  |  |     materialType?: EnterpriseMaterialTypeEnum; | 
 |  |  |     materialItemList?: SimpleEnterpriseMaterialItemOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MyEnterpriseMaterialListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: MyEnterpriseMaterialListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MyFirstPartyCompanyDto { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     /** 所属行业Id */ | 
 |  |  |     industryTypeId?: string; | 
 |  |  |     status?: ParkOrStatusEnum; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |     auditStatus?: ParkOrHRAuditStatusEnum; | 
 |  |  |     firstPartyCompanyId?: string; | 
 |  |  |     isUserCertification?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MyIndustryBodyDto { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     /** 所属行业Id */ | 
 |  |  |     institutionTypeId?: string; | 
 |  |  |     status?: ParkOrStatusEnum; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |     auditStatus?: ParkOrHRAuditStatusEnum; | 
 |  |  |     industryBodyId?: string; | 
 |  |  |     isUserCertification?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MyIndustryMatingDto { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     status?: ParkOrStatusEnum; | 
 |  |  |     /** 服务类型Id */ | 
 |  |  |     serviceTypeId?: string; | 
 |  |  |     /** 服务资质 */ | 
 |  |  |     serviceQualificationsUrl?: string; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |     auditStatus?: ParkOrHRAuditStatusEnum; | 
 |  |  |     industryMatingId?: string; | 
 |  |  |     isUserCertification?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MyInformationAttentionInfo { | 
 |  |  |     /** 资讯Id */ | 
 |  |  |     informationId?: string; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 资讯类别名 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 来源 */ | 
 |  |  |     serveName?: string; | 
 |  |  |     /** 发布时间 */ | 
 |  |  |     publishTime?: string; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 详细举办地址 */ | 
 |  |  |     address?: string; | 
 |  |  |     /** 封面信息 */ | 
 |  |  |     covers?: CoverInfo[]; | 
 |  |  |     /** 是否需要报名 */ | 
 |  |  |     needApply?: boolean; | 
 |  |  |     /** 报名链接 */ | 
 |  |  |     applyLink?: string; | 
 |  |  |     /** 举办起始日期 */ | 
 |  |  |     toHoldStartTime?: string; | 
 |  |  |     /** 举办截止日期 */ | 
 |  |  |     toHoldEndTime?: string; | 
 |  |  |     fromType?: InformationFormTypeEnum; | 
 |  |  |     /** 资讯来源说明 */ | 
 |  |  |     fromMessage?: string; | 
 |  |  |     /** 标签信息 */ | 
 |  |  |     tags?: TagInfo[]; | 
 |  |  |     /** 实行省份信息 */ | 
 |  |  |     provinces?: ProvinceInfo[]; | 
 |  |  |     /** 举办/发布单位 */ | 
 |  |  |     unit?: string; | 
 |  |  |     /** 实行区域:0全国,1省份 */ | 
 |  |  |     implementAreaType?: number; | 
 |  |  |     /** 初始浏览量 */ | 
 |  |  |     initViewCount?: number; | 
 |  |  |     /** 初始关注量 */ | 
 |  |  |     initAttendedCount?: number; | 
 |  |  |     /** 浏览次数 */ | 
 |  |  |     viewCount?: number; | 
 |  |  |     /** 关注数 */ | 
 |  |  |     attentionCount?: number; | 
 |  |  |     /** 报名状态:0报名中,10进行中,20已结束 */ | 
 |  |  |     applyStatus?: number; | 
 |  |  |     /** 点赞数 */ | 
 |  |  |     thumbsUpCount?: number; | 
 |  |  |     /** 是否我已赞 */ | 
 |  |  |     isMyThumbsUp?: boolean; | 
 |  |  |     /** 作者 */ | 
 |  |  |     author?: string; | 
 |  |  |     /** 关注时间 */ | 
 |  |  |     attentionTime?: string; | 
 |  |  |     /** 多少时间之前字符串 */ | 
 |  |  |     beforeTimeStr?: string; | 
 |  |  |     isMyAttention?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MyInformationAttentionInfoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: MyInformationAttentionInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MyLikeFavoriteAddFollowMessageCountOutput { | 
 |  |  |     likeFavoriteUnReadCount?: number; | 
 |  |  |     addFollowUnReadCount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MyMatchMakingApplyInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     status?: MatchMakingApplyStatusEnum; | 
 |  |  |     /** 开始申请时间 */ | 
 |  |  |     beginCreationTime?: string; | 
 |  |  |     /** 结束申请时间 */ | 
 |  |  |     endCreationTime?: string; | 
 |  |  |     /** 订单名称 */ | 
 |  |  |     orderName?: string; | 
 |  |  |     /** 订单id */ | 
 |  |  |     orderId?: string; | 
 |  |  |     /** 申请用户id */ | 
 |  |  |     applyUserId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MyMatchMakingApplyOutput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 订单ID */ | 
 |  |  |     orderId?: string; | 
 |  |  |     /** 申请时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     status?: MatchMakingApplyStatusEnum; | 
 |  |  |     /** 订单用户id */ | 
 |  |  |     orderUserId?: string; | 
 |  |  |     /** 申请用户id */ | 
 |  |  |     applyUserId?: string; | 
 |  |  |     /** 申请企业id */ | 
 |  |  |     applyEnterpriseId?: string; | 
 |  |  |     /** 订单企业id */ | 
 |  |  |     orderEnterpriseId?: string; | 
 |  |  |     /** 订单名称 */ | 
 |  |  |     orderName?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 招聘人数类型 10 固定人数  20 范围人数 */ | 
 |  |  |     hireType?: number; | 
 |  |  |     /** 固定人数 或 范围人数的起始人数 */ | 
 |  |  |     hireNumber?: number; | 
 |  |  |     /** 范围人数的截止人数 */ | 
 |  |  |     hireEndNumber?: number; | 
 |  |  |     /** 综合薪资 */ | 
 |  |  |     integratedSalary?: string; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     contact?: string; | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 员工薪资 10 月薪, 20 周薪,30 日薪,40 时薪 */ | 
 |  |  |     salaryTimeType?: number; | 
 |  |  |     orderSupplierRefundInfos?: OrderSupplierRefundInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MyMatchMakingApplyOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: MyMatchMakingApplyOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MyMessageCountOutput { | 
 |  |  |     /** 未读消息数 */ | 
 |  |  |     unReadCount?: number; | 
 |  |  |     /** 消息总数 */ | 
 |  |  |     totalCount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MyModuleDto { | 
 |  |  | 
 |  |  |     sequence?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MyOrderListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** -10 驳回 10未提交 20待审核 30 进行中 40 下架 50 系统下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 开始时间 */ | 
 |  |  |     startDate?: string; | 
 |  |  |     /** 结束时间 */ | 
 |  |  |     endDate?: string; | 
 |  |  |     orderName?: string; | 
 |  |  |     categoryId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MyParkOrHRInfoDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 人资公司名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 分类Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 所属区域省级code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 所属区域市级code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 所属区域县级code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 所属区域省级名称 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 所属区域市级名称 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 所属区别县级名称 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 创建人名称 */ | 
 |  |  |     creatorName?: string; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |     auditStatus?: ParkOrHRAuditStatusEnum; | 
 |  |  |     /** 对外联系人 */ | 
 |  |  |     foreignContact?: string; | 
 |  |  |     /** 对外联系方式 */ | 
 |  |  |     foreignContactPhone?: string; | 
 |  |  |     /** 荣誉证书数量 */ | 
 |  |  |     honorCertificateCount?: number; | 
 |  |  |     serviceWorkerCount?: ServiceWorkerCountTypeEnum; | 
 |  |  |     /** 是否展示 */ | 
 |  |  |     isShow?: boolean; | 
 |  |  |     /** 是否隐藏名字 1隐藏 0不隐藏 */ | 
 |  |  |     isHideName?: boolean; | 
 |  |  |     /** 社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 成立年份 */ | 
 |  |  |     setUpDate?: number; | 
 |  |  |     parkCustomersCount?: ParkCustomersCountTypeEnum; | 
 |  |  |     /** 描述 */ | 
 |  |  |     description?: string; | 
 |  |  |     /** 园区风采 */ | 
 |  |  |     parkStyles?: ParkStyleInfo[]; | 
 |  |  |     /** 园区服务类型/人资服务类型 */ | 
 |  |  |     serveSettingName?: ServiceName[]; | 
 |  |  |     /** 工种 */ | 
 |  |  |     workOfTypeName?: ServiceName[]; | 
 |  |  |     /** 营业执照 */ | 
 |  |  |     licenseUrl?: string; | 
 |  |  |     /** 人力资源许可证 */ | 
 |  |  |     hrLicenseUrl?: string; | 
 |  |  |     /** 劳务派遣许可证 */ | 
 |  |  |     laborLienseUrl?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 所属区域 */ | 
 |  |  |     hrArea?: HRAreaDto[]; | 
 |  |  |     /** 客户名称 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 人资公司Id */ | 
 |  |  |     parkOrHRId?: string; | 
 |  |  |     /** 人资公司状态 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 用户是否已认证 */ | 
 |  |  |     isUserCertification?: boolean; | 
 |  |  |     /** 编辑戳 */ | 
 |  |  |     editStamp?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MyProductAttentionInfo { | 
 |  |  |     /** 产品Id */ | 
 |  |  |     productId?: string; | 
 |  |  |     /** 产品名称 */ | 
 |  |  |     productName?: string; | 
 |  |  |     /** 产品类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 产品类别名 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 标签信息 */ | 
 |  |  |     tags?: TagInfo[]; | 
 |  |  |     /** 成交数量 */ | 
 |  |  |     transactionCount?: number; | 
 |  |  |     /** 封面信息 */ | 
 |  |  |     covers?: CoverInfo[]; | 
 |  |  |     /** 点赞数 */ | 
 |  |  |     thumbsUpCount?: number; | 
 |  |  |     /** 评星数 */ | 
 |  |  |     starCount?: number; | 
 |  |  |     /** 服务商 */ | 
 |  |  |     serveName?: string; | 
 |  |  |     /** 状态:-1保存,0提交待审核,10通过,-10驳回,-20已下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 服务商星级:1~5 */ | 
 |  |  |     serveStarLevel?: number; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contacterPhone?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MyProductAttentionInfoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: MyProductAttentionInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MyProductInfo { | 
 |  |  |     /** 产品Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 产品名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 产品类别名 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 状态:-1保存,0提交待审核,10通过,-10驳回,-20已下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 封面信息 */ | 
 |  |  |     covers?: CoverInfo[]; | 
 |  |  |     /** 详情信息 */ | 
 |  |  |     priceVersions?: PriceVersionInfo[]; | 
 |  |  |     /** 标签信息 */ | 
 |  |  |     tags?: TagInfo[]; | 
 |  |  |     /** 最后更新日期 */ | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 成交数量 */ | 
 |  |  |     transactionCount?: number; | 
 |  |  |     /** 浏览数 */ | 
 |  |  |     browseCount?: number; | 
 |  |  |     /** 点赞数 */ | 
 |  |  |     thumbsUpCount?: number; | 
 |  |  |     /** 评星数 */ | 
 |  |  |     starCount?: number; | 
 |  |  |     /** 广告信息 */ | 
 |  |  |     advertises?: AdvertiseInfo[]; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MyProductInfoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: MyProductInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MyPurchaseDto { | 
 |  |  |     /** 产品购买Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 类别名称 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 产品Id */ | 
 |  |  |     productId?: string; | 
 |  |  |     /** 产品名称 */ | 
 |  |  |     productName?: string; | 
 |  |  |     /** 封面信息 */ | 
 |  |  |     covers?: CoverInfo[]; | 
 |  |  |     /** 标签信息 */ | 
 |  |  |     tags?: TagInfo[]; | 
 |  |  |     /** 版本名 */ | 
 |  |  |     versionName?: string; | 
 |  |  |     /** 收费方式 */ | 
 |  |  |     chargeWay?: string; | 
 |  |  |     /** 产品数量 */ | 
 |  |  |     count?: number; | 
 |  |  |     /** 产品单价 */ | 
 |  |  |     unitPrice?: number; | 
 |  |  |     /** 成交额 */ | 
 |  |  |     amount?: number; | 
 |  |  |     /** 卖家名称 */ | 
 |  |  |     seller?: string; | 
 |  |  |     /** 购买日期 */ | 
 |  |  |     purchaseDate?: string; | 
 |  |  |     comment?: PurchasedCommentInfo; | 
 |  |  |     refund?: RefundInfo; | 
 |  |  |     /** 状态:0待确认验收,10待评价,20交易完成,-10申请退款,-20退款成功,-30申请退款驳回 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MyPurchaseDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: MyPurchaseDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MyRecentInformationDto { | 
 |  |  |     /** 资讯Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 资讯类别名 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 状态:-1保存,0提交待审核,10通过,-10驳回,-20已下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 封面信息 */ | 
 |  |  |     covers?: CoverInfo[]; | 
 |  |  |     /** 浏览次数 */ | 
 |  |  |     viewCount?: number; | 
 |  |  |     /** 点赞数 */ | 
 |  |  |     thumbsUpCount?: number; | 
 |  |  |     /** 关注数 */ | 
 |  |  |     attentionCount?: number; | 
 |  |  |     /** 赏 */ | 
 |  |  |     rewardAmount?: number; | 
 |  |  |     /** 是否需要报名 */ | 
 |  |  |     needApply?: boolean; | 
 |  |  |     /** 报名链接 */ | 
 |  |  |     applyLink?: string; | 
 |  |  |     /** 举办起始日期 */ | 
 |  |  |     toHoldStartTime?: string; | 
 |  |  |     /** 举办截止日期 */ | 
 |  |  |     toHoldEndTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MyRecentProductDto { | 
 |  |  |     /** 产品Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 产品名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 产品类别名 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 状态:-1保存,0提交待审核,10通过,-10驳回,-20已下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 封面信息 */ | 
 |  |  |     covers?: CoverInfo[]; | 
 |  |  |     /** 详情信息 */ | 
 |  |  |     priceVersions?: PriceVersionInfo[]; | 
 |  |  |     /** 标签信息 */ | 
 |  |  |     tags?: TagInfo[]; | 
 |  |  |     /** 浏览数 */ | 
 |  |  |     browseCount?: number; | 
 |  |  |     /** 点赞数 */ | 
 |  |  |     thumbsUpCount?: number; | 
 |  |  |     /** 评星数 */ | 
 |  |  |     starCount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MyRecentPurchaseDto { | 
 |  |  |     /** 产品购买Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 类别名称 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 产品Id */ | 
 |  |  |     productId?: string; | 
 |  |  |     /** 产品名称 */ | 
 |  |  |     productName?: string; | 
 |  |  |     /** 封面信息 */ | 
 |  |  |     covers?: CoverInfo[]; | 
 |  |  |     /** 标签信息 */ | 
 |  |  |     tags?: TagInfo[]; | 
 |  |  |     /** 版本名 */ | 
 |  |  |     versionName?: string; | 
 |  |  |     /** 收费方式 */ | 
 |  |  |     chargeWay?: string; | 
 |  |  |     /** 产品数量 */ | 
 |  |  |     count?: number; | 
 |  |  |     /** 产品单价 */ | 
 |  |  |     unitPrice?: number; | 
 |  |  |     /** 成交额 */ | 
 |  |  |     amount?: number; | 
 |  |  |     /** 卖家名称 */ | 
 |  |  |     seller?: string; | 
 |  |  |     /** 购买日期 */ | 
 |  |  |     purchaseDate?: string; | 
 |  |  |     comment?: PurchasedCommentInfo; | 
 |  |  |     /** 状态:0待确认验收,10待评价,20交易完成,-10申请退款,-20退款成功,-30申请退款驳回 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MySellDto { | 
 |  |  |     /** 产品购买Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 类别名称 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 产品Id */ | 
 |  |  |     productId?: string; | 
 |  |  |     /** 产品名称 */ | 
 |  |  |     productName?: string; | 
 |  |  |     /** 买家Id */ | 
 |  |  |     purchaserId?: string; | 
 |  |  |     /** 买家名称 */ | 
 |  |  |     purchaser?: string; | 
 |  |  |     /** 联系人(买家) */ | 
 |  |  |     purchaseContacter?: string; | 
 |  |  |     /** 联系电话(买家) */ | 
 |  |  |     purchaseContacterPhone?: string; | 
 |  |  |     /** 产品单价 */ | 
 |  |  |     unitPrice?: number; | 
 |  |  |     /** 成交量 */ | 
 |  |  |     count?: number; | 
 |  |  |     /** 成交额 */ | 
 |  |  |     amount?: number; | 
 |  |  |     /** 状态:0待确认验收,10待评价,20交易完成,-10申请退款,-20退款成功,-30申请退款驳回 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 购买日期 */ | 
 |  |  |     purchaseDate?: string; | 
 |  |  |     /** 成交日期(确认验收时间) */ | 
 |  |  |     fixtureDate?: string; | 
 |  |  |     comment?: PurchasedCommentInfo; | 
 |  |  |     refund?: RefundInfo; | 
 |  |  |     /** 版本名 */ | 
 |  |  |     versionName?: string; | 
 |  |  |     /** 收费方式 */ | 
 |  |  |     chargeWay?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MySellDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: MySellDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface NameValue { | 
 |  |  |     name?: string; | 
 |  |  |     value?: string; | 
 |  |  | 
 |  |  |   interface ObjectExtensionsDto { | 
 |  |  |     modules?: Record<string, any>; | 
 |  |  |     enums?: Record<string, any>; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface OfflineInsureBatchRefundApplyInput { | 
 |  |  |     insurancePolicyId?: string; | 
 |  |  |     insurancePolicyDetailIds?: string[]; | 
 |  |  |     /** 退保批单 */ | 
 |  |  |     batchBillUrl?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface OfflineInsureBatchRefundCheckInput { | 
 |  |  |     insurePolicyOperateHistoryId?: string; | 
 |  |  |     successInsurancePolicyDetailIds?: string[]; | 
 |  |  |     failInsurancePolicyDetailIds?: string[]; | 
 |  |  |     status?: InsureRefundStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface OfflineInsureBillPassInput { | 
 |  |  |     /** 投保批次编号 */ | 
 |  |  |     insurePolicyId?: string; | 
 |  |  |     walletAccountType?: WalletAccountTypeEnum; | 
 |  |  |     /** 保单号 */ | 
 |  |  |     insureBillNo?: string; | 
 |  |  |     /** 无法参保人员详情Id */ | 
 |  |  |     listInsurePlanDetailIds?: string[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface OperateHistoryDto { | 
 |  |  | 
 |  |  |     | 29 | 
 |  |  |     | 30 | 
 |  |  |     | 31 | 
 |  |  |     | 32; | 
 |  |  |  | 
 |  |  |   interface OrderChangedBzContentInput { | 
 |  |  |     outBizNo?: string; | 
 |  |  |     productCode?: string; | 
 |  |  |     bizScene?: string; | 
 |  |  |     originInterface?: string; | 
 |  |  |     orderId?: string; | 
 |  |  |     status?: string; | 
 |  |  |     actionType?: string; | 
 |  |  |     transAmount?: string; | 
 |  |  |     settleSerialNo?: string; | 
 |  |  |     subOrderStatus?: string; | 
 |  |  |     subOrderErrorCode?: string; | 
 |  |  |     subOrderFailReason?: string; | 
 |  |  |     payFundOrderId?: string; | 
 |  |  |     payDate?: string; | 
 |  |  |     refundDate?: string; | 
 |  |  |     entrustOrderId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface OrderInfoDto { | 
 |  |  |     id?: string; | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 订单名称 */ | 
 |  |  |     orderName?: string; | 
 |  |  |     /** 企业地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 用户名片名称 */ | 
 |  |  |     userName?: string; | 
 |  |  |     creatorId?: string; | 
 |  |  |     creatorName?: string; | 
 |  |  |     companyName?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 起始综合月薪 */ | 
 |  |  |     startMonthlySalary?: number; | 
 |  |  |     /** 截止综合月薪 */ | 
 |  |  |     endMonthlySalary?: number; | 
 |  |  |     /** 最后上架时间 */ | 
 |  |  |     lastShelfTime?: string; | 
 |  |  |     /** 招聘人数类型 10 固定人数  20 范围人数 */ | 
 |  |  |     hireType?: number; | 
 |  |  |     /** 固定人数 或 范围人数的起始人数 */ | 
 |  |  |     hireNumber?: number; | 
 |  |  |     /** 工作性质 10 两班倒 20 仅白班 */ | 
 |  |  |     workNature?: number; | 
 |  |  |     /** 范围人数的截止人数 */ | 
 |  |  |     hireEndNumber?: number; | 
 |  |  |     /** 起始年龄 */ | 
 |  |  |     ageStart?: number; | 
 |  |  |     /** 截止年龄 */ | 
 |  |  |     ageEnd?: number; | 
 |  |  |     /** 性别要求 0 不限 10 仅限男士 20 仅限女士 30 男女设定 */ | 
 |  |  |     sexRequirement?: number; | 
 |  |  |     /** 男性人数 */ | 
 |  |  |     manNumber?: number; | 
 |  |  |     /** 女性人数 */ | 
 |  |  |     womanNumber?: number; | 
 |  |  |     /** 学历要求 0 不限 10 小学 20 初中 30 高中 40 专科 50 大学 60 硕士 70 博士 及以上 */ | 
 |  |  |     education?: number; | 
 |  |  |     /** 服务费 */ | 
 |  |  |     service?: number; | 
 |  |  |     /** -10 驳回 10未提交 20待审核 30 进行中 40 下架 50 系统下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 是否同步到朋友圈 */ | 
 |  |  |     isSyncCircleFriend?: boolean; | 
 |  |  |     checkRemark?: string; | 
 |  |  |     /** 浏览量 */ | 
 |  |  |     viewCount?: number; | 
 |  |  |     attentionCount?: number; | 
 |  |  |     creationTime?: string; | 
 |  |  |     provinceCode?: number; | 
 |  |  |     cityCode?: number; | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 申请合作企业 */ | 
 |  |  |     companyCount?: number; | 
 |  |  |     isRecommend?: boolean; | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 设置信息 */ | 
 |  |  |     searchSettings?: SearchSettingInfo[]; | 
 |  |  |     orderSupplierRefundInfo?: OrderSupplierRefundInfo[]; | 
 |  |  |     /** 运费模式 10小时工返费 20一次性招聘费 30 连续性管理费 */ | 
 |  |  |     rebateMode?: number; | 
 |  |  |     /** 供应商利润 */ | 
 |  |  |     supplierProfit?: number; | 
 |  |  |     /** 10 一次性利润 20 xx元/每人/每小时 30 xx元/每人/每月 */ | 
 |  |  |     supplierProfitUint?: number; | 
 |  |  |     rebateTime?: number; | 
 |  |  |     /** 白班时间 */ | 
 |  |  |     dayStartTime?: string; | 
 |  |  |     /** 白班截止时间 */ | 
 |  |  |     dayEndTime?: string; | 
 |  |  |     /** 晚班开始时间 */ | 
 |  |  |     nightStartTime?: string; | 
 |  |  |     /** 晚班截止时间 */ | 
 |  |  |     nightEndTime?: string; | 
 |  |  |     /** 工资发放类型 10 每月发放 20 每周发放 30 每日发放 */ | 
 |  |  |     salaryType?: number; | 
 |  |  |     /** 对外联系方式 10 平台 20 手动输入 */ | 
 |  |  |     externalcontactType?: number; | 
 |  |  |     /** 对外联系电话 */ | 
 |  |  |     externalcontactNumber?: string; | 
 |  |  |     /** 员工福利 */ | 
 |  |  |     searchSettingId?: string[]; | 
 |  |  |     /** 企业风采 */ | 
 |  |  |     src?: string[]; | 
 |  |  |     /** 公司座机 */ | 
 |  |  |     companyLandline?: string; | 
 |  |  |     /** 接车电话 */ | 
 |  |  |     carNumber?: string; | 
 |  |  |     /** 工作介绍 */ | 
 |  |  |     jobIntroduction?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** Order联系人 */ | 
 |  |  |     orderContact?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactNumber?: string; | 
 |  |  |     /** 我是否已接单 */ | 
 |  |  |     isMyTaken?: boolean; | 
 |  |  |     /** 我是否已接单 */ | 
 |  |  |     isAttention?: boolean; | 
 |  |  |     /** 员工薪资 10 月薪, 20 周薪,30 日薪,40 时薪 */ | 
 |  |  |     salaryTimeType?: number; | 
 |  |  |     /** 综合薪资 */ | 
 |  |  |     integratedSalary?: string; | 
 |  |  |     /** 行业类型Id */ | 
 |  |  |     industryTypeId?: string; | 
 |  |  |     /** 行业类型名称 */ | 
 |  |  |     industryTypeName?: string; | 
 |  |  |     /** 用户头像地址 */ | 
 |  |  |     avatarUrl?: string; | 
 |  |  |     /** 职称 */ | 
 |  |  |     jobTitle?: string; | 
 |  |  |     /** 是否已认证 */ | 
 |  |  |     isCertified?: boolean; | 
 |  |  |     parkOrHRSimpleInfo?: ParkOrHRSimpleOutput; | 
 |  |  |     /** 是否存在联系记录 */ | 
 |  |  |     isExistTradeChatRecord?: boolean; | 
 |  |  |   } | 
 |  |  |     | 32 | 
 |  |  |     | 40 | 
 |  |  |     | 42; | 
 |  |  |  | 
 |  |  |   interface OrderInput { | 
 |  |  |     property?: string; | 
 |  |  |     order?: OrderTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface OrderListDto { | 
 |  |  |     id?: string; | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 订单名称 */ | 
 |  |  |     orderName?: string; | 
 |  |  |     /** -10 驳回 10未提交 20待审核 30 进行中 40 下架 50 系统下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 设置信息 */ | 
 |  |  |     searchSettings?: SearchSettingInfo[]; | 
 |  |  |     /** 订单关闭 */ | 
 |  |  |     isOrderClosed?: boolean; | 
 |  |  |     rebateRemark?: string; | 
 |  |  |     checkRemark?: string; | 
 |  |  |     creationTime?: string; | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 返费信息 */ | 
 |  |  |     orderSupplierRefundInfo?: OrderSupplierRefundInfo[]; | 
 |  |  |     /** 起始综合月薪 */ | 
 |  |  |     startMonthlySalary?: number; | 
 |  |  |     /** 截止综合月薪 */ | 
 |  |  |     endMonthlySalary?: number; | 
 |  |  |     /** 最后上架时间 */ | 
 |  |  |     lastShelfTime?: string; | 
 |  |  |     /** 招聘人数类型 10 固定人数  20 范围人数 */ | 
 |  |  |     hireType?: number; | 
 |  |  |     /** 固定人数 或 范围人数的起始人数 */ | 
 |  |  |     hireNumber?: number; | 
 |  |  |     /** 工作性质 10 两班倒 20 仅白班 */ | 
 |  |  |     workNature?: number; | 
 |  |  |     /** 范围人数的截止人数 */ | 
 |  |  |     hireEndNumber?: number; | 
 |  |  |     /** 起始年龄 */ | 
 |  |  |     ageStart?: number; | 
 |  |  |     /** 截止年龄 */ | 
 |  |  |     ageEnd?: number; | 
 |  |  |     /** 性别要求 0 不限 10 仅限男士 20 仅限女士 30 男女设定 */ | 
 |  |  |     sexRequirement?: number; | 
 |  |  |     /** 男性人数 */ | 
 |  |  |     manNumber?: number; | 
 |  |  |     /** 女性人数 */ | 
 |  |  |     womanNumber?: number; | 
 |  |  |     /** 学历要求 0 不限 10 小学 20 初中 30 高中 40 专科 50 大学 60 硕士 70 博士 及以上 */ | 
 |  |  |     education?: number; | 
 |  |  |     /** 服务费 */ | 
 |  |  |     service?: number; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 浏览量 */ | 
 |  |  |     viewCount?: number; | 
 |  |  |     provinceCode?: number; | 
 |  |  |     cityCode?: number; | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 申请合作企业 */ | 
 |  |  |     companyCount?: number; | 
 |  |  |     isRecommend?: boolean; | 
 |  |  |     userName?: string; | 
 |  |  |     companyName?: string; | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 行业类型名称 */ | 
 |  |  |     industryTypeName?: string; | 
 |  |  |     /** 用户账号 */ | 
 |  |  |     userAccount?: string; | 
 |  |  |     /** 综合薪资 */ | 
 |  |  |     integratedSalary?: string; | 
 |  |  |     /** 员工薪资 10 月薪, 20 周薪,30 日薪,40 时薪 */ | 
 |  |  |     salaryTimeType?: number; | 
 |  |  |     /** 申请人数 */ | 
 |  |  |     matchMakingApplyCount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface OrderListDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: OrderListDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface OrderListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 昵称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 查询条件:订单名称/用户ID/订单编号 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |     /** 开始时间 */ | 
 |  |  |     startDate?: string; | 
 |  |  |     /** 结束时间 */ | 
 |  |  |     endDate?: string; | 
 |  |  |     /** -10 驳回 10未提交 20待审核 30 进行中 40 下架 50 系统下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 查询关键字 企业名称/账号 */ | 
 |  |  |     searchKey?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface OrderSettingDto { | 
 |  |  |     settingId?: string; | 
 |  |  |     sequence?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface OrderSinglePayUploadFileInput { | 
 |  |  |     payDataId?: string; | 
 |  |  |     /** 文件上传类型 10费用明细文件 20发票文件 */ | 
 |  |  |     uploadType?: number; | 
 |  |  |     fileUrl?: string; | 
 |  |  |     fileName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface OrderSinglePayVerifyInvoiceInput { | 
 |  |  |     payDataId?: string; | 
 |  |  |     /** 确认文件类型 10费用明细文件 20发票文件 */ | 
 |  |  |     verifyType?: number; | 
 |  |  |     /** 发票确认结果 30通过 40拒绝 */ | 
 |  |  |     verifyStatus?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface OrderStatusInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** -10 驳回 10未提交 20待审核 30 进行中 40 下架 50 系统下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 上架原因 */ | 
 |  |  |     onShelfReason?: string; | 
 |  |  |     /** 下架原因 */ | 
 |  |  |     offShelfReason?: string; | 
 |  |  |     checkRemark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface OrderSupplierRefundInfo { | 
 |  |  |     /** 运费模式 10小时工返费 20一次性招聘费 30 连续性管理费 */ | 
 |  |  |     rebateMode?: number; | 
 |  |  |     /** 供应商利润 */ | 
 |  |  |     supplierProfit?: number; | 
 |  |  |     /** 运费时长 0连续合作 其他数值就代表时长月份 */ | 
 |  |  |     rebateTime?: number; | 
 |  |  |     /** 10 一次性利润 20 xx元/每人/每小时 30 xx元/每人/每月 */ | 
 |  |  |     supplierProfitUint?: number; | 
 |  |  |     /** 返费周期 10 按月,20按日,30按时 */ | 
 |  |  |     cycleType?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type OrderTypeEnum = 0 | 1; | 
 |  |  |  | 
 |  |  |   interface OrderViewInput { | 
 |  |  |     /** 订单浏览Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 订单Id */ | 
 |  |  |     orderId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface OssSTSReponse { | 
 |  |  |     expiration?: string; | 
 |  |  | 
 |  |  |     descriptorName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type ParkCustomersCountTypeEnum = 10 | 50 | 100; | 
 |  |  |  | 
 |  |  |   interface ParkHRForHomePageInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     categoryId?: string; | 
 |  |  |     cityName?: string; | 
 |  |  |     parkOrHRName?: string; | 
 |  |  |     /** 园区/企业级别 10国家级 20省级 30市级 40区县级 */ | 
 |  |  |     level?: number; | 
 |  |  |     /** 园区类型 (对应于SearchSetting 中SearchType=40的Id)(实体产业园/数字产业园/...) */ | 
 |  |  |     parkTypeId?: string; | 
 |  |  |     /** 园区服务类型 */ | 
 |  |  |     parkServiceId?: string[]; | 
 |  |  |     /** 企业服务类型 */ | 
 |  |  |     personServiceId?: string[]; | 
 |  |  |     /** 工种 */ | 
 |  |  |     workOfTypeId?: string[]; | 
 |  |  |     userId?: string; | 
 |  |  |     serviceWorkerCount?: ServiceWorkerCountTypeEnum; | 
 |  |  |     provinceCode?: number; | 
 |  |  |     cityCode?: number; | 
 |  |  |     countyCode?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ParkHRInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     categoryId?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     status?: number; | 
 |  |  |     parkOrHRName?: string; | 
 |  |  |     provinceCode?: number; | 
 |  |  |     cityCode?: number; | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 园区/企业级别 10国家级 20省级 30市级 40区县级 */ | 
 |  |  |     level?: number; | 
 |  |  |     /** 园区类型 (对应于SearchSetting 中SearchType=40的Id)(实体产业园/数字产业园/...) */ | 
 |  |  |     parkTypeId?: string; | 
 |  |  |     /** 园区服务类型 */ | 
 |  |  |     parkServiceId?: string[]; | 
 |  |  |     /** 企业服务类型 */ | 
 |  |  |     personServiceId?: string[]; | 
 |  |  |     /** 工种 */ | 
 |  |  |     workOfTypeId?: string[]; | 
 |  |  |     isShow?: boolean; | 
 |  |  |     /** 广告位是否展示 */ | 
 |  |  |     advertiseIsShow?: boolean; | 
 |  |  |     /** 0 客户展示列表  1广告位列表 */ | 
 |  |  |     isCustomer?: boolean; | 
 |  |  |     isMy?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ParkOrHRAdvertiseInfo { | 
 |  |  |     id?: string; | 
 |  |  |     parkTypeName?: string; | 
 |  |  |     parkTypeId?: string; | 
 |  |  |     name?: string; | 
 |  |  |     /** 服务 */ | 
 |  |  |     serviceName?: string[]; | 
 |  |  |     /** 工种 */ | 
 |  |  |     workName?: string[]; | 
 |  |  |     serviceInfo?: ServeSearchSettingInfo[]; | 
 |  |  |     workInfo?: ServeSearchSettingInfo[]; | 
 |  |  |     hrArea?: ServeHRArea[]; | 
 |  |  |     parkCustomersCount?: ParkCustomersCountTypeEnum; | 
 |  |  |     creationTime?: string; | 
 |  |  |     cityName?: string; | 
 |  |  |     isMyAttention?: boolean; | 
 |  |  |     /** 企业封面 */ | 
 |  |  |     topSrc?: string; | 
 |  |  |     viewCount?: number; | 
 |  |  |     description?: string; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 产品类别名 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     level?: number; | 
 |  |  |     /** 广告类型:0付费,1免费 */ | 
 |  |  |     payType?: number; | 
 |  |  |     /** 广告起始时间 */ | 
 |  |  |     startTime?: string; | 
 |  |  |     /** 广告到期时间 */ | 
 |  |  |     endTime?: string; | 
 |  |  |     /** 投放周期类型:1天,7周,30月,90季,365年 */ | 
 |  |  |     periodType?: number; | 
 |  |  |     /** 单次投放收费 */ | 
 |  |  |     price?: number; | 
 |  |  |     /** 投放次数 */ | 
 |  |  |     count?: number; | 
 |  |  |     /** 对外联系人 */ | 
 |  |  |     outerContacter?: string; | 
 |  |  |     /** 对外联系电话是否平台电话 */ | 
 |  |  |     isOuterPhonePlatform?: boolean; | 
 |  |  |     /** 对外联系人号码 */ | 
 |  |  |     outerContacterPhone?: string; | 
 |  |  |     /** 广告位置:0首页一级,1首页二级,2详情页推荐 */ | 
 |  |  |     position?: number; | 
 |  |  |     /** 付费额 */ | 
 |  |  |     fee?: number; | 
 |  |  |     /** 状态:0(客户端)提交,-10下架,10上架 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 是否客户端自发广告 */ | 
 |  |  |     isFromClient?: boolean; | 
 |  |  |     provinceCode?: number; | 
 |  |  |     cityCode?: number; | 
 |  |  |     countyCode?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ParkOrHRAuditInfoDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 人资公司名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 分类Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 所属区域省级code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 所属区域市级code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 所属区域县级code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 所属区域省级名称 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 所属区域市级名称 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 所属区别县级名称 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 创建人名称 */ | 
 |  |  |     creatorName?: string; | 
 |  |  |     /** 用户注册时间 */ | 
 |  |  |     registTime?: string; | 
 |  |  |     /** 审核提交时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |     auditStatus?: ParkOrHRAuditStatusEnum; | 
 |  |  |     /** 对外联系人 */ | 
 |  |  |     foreignContact?: string; | 
 |  |  |     /** 对外联系方式 */ | 
 |  |  |     foreignContactPhone?: string; | 
 |  |  |     /** 荣誉证书数量 */ | 
 |  |  |     honorCertificateCount?: number; | 
 |  |  |     serviceWorkerCount?: ServiceWorkerCountTypeEnum; | 
 |  |  |     /** 是否展示 */ | 
 |  |  |     isShow?: boolean; | 
 |  |  |     /** 是否隐藏名字 1隐藏 0不隐藏 */ | 
 |  |  |     isHideName?: boolean; | 
 |  |  |     /** 社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 成立年份 */ | 
 |  |  |     setUpDate?: number; | 
 |  |  |     parkCustomersCount?: ParkCustomersCountTypeEnum; | 
 |  |  |     /** 人资公司信息Id */ | 
 |  |  |     parkOrHRId?: string; | 
 |  |  |     /** 工种名称 */ | 
 |  |  |     workServiceName?: string; | 
 |  |  |     /** 园区服务类型/人资服务类型 */ | 
 |  |  |     serveSettingName?: ServiceName[]; | 
 |  |  |     /** 描述 */ | 
 |  |  |     description?: string; | 
 |  |  |     /** 园区风采 */ | 
 |  |  |     parkStyles?: ParkStyleInfo[]; | 
 |  |  |     /** 工种 */ | 
 |  |  |     workOfTypeName?: ServiceName[]; | 
 |  |  |     /** 园区服务类型/人资服务类型Id集合 */ | 
 |  |  |     serveSetting?: string[]; | 
 |  |  |     /** 工种集合 */ | 
 |  |  |     workOfType?: string[]; | 
 |  |  |     /** 营业执照 */ | 
 |  |  |     licenseUrl?: string; | 
 |  |  |     /** 人力资源许可证 */ | 
 |  |  |     hrLicenseUrl?: string; | 
 |  |  |     /** 劳务派遣许可证 */ | 
 |  |  |     laborLienseUrl?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     hrArea?: HRAreaDto[]; | 
 |  |  |     userName?: string; | 
 |  |  |     /** 10园区客户 20人资企业 */ | 
 |  |  |     type?: number; | 
 |  |  |     publishSourceType?: ParkOrHRPublishSourceTypeEnum; | 
 |  |  |     /** 编辑戳 */ | 
 |  |  |     editStamp?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ParkOrHRAuditListDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 人资公司名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 分类Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 所属区域省级code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 所属区域市级code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 所属区域县级code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 所属区域省级名称 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 所属区域市级名称 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 所属区别县级名称 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 创建人名称 */ | 
 |  |  |     creatorName?: string; | 
 |  |  |     /** 用户注册时间 */ | 
 |  |  |     registTime?: string; | 
 |  |  |     /** 审核提交时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |     auditStatus?: ParkOrHRAuditStatusEnum; | 
 |  |  |     /** 对外联系人 */ | 
 |  |  |     foreignContact?: string; | 
 |  |  |     /** 对外联系方式 */ | 
 |  |  |     foreignContactPhone?: string; | 
 |  |  |     /** 荣誉证书数量 */ | 
 |  |  |     honorCertificateCount?: number; | 
 |  |  |     serviceWorkerCount?: ServiceWorkerCountTypeEnum; | 
 |  |  |     /** 是否展示 */ | 
 |  |  |     isShow?: boolean; | 
 |  |  |     /** 是否隐藏名字 1隐藏 0不隐藏 */ | 
 |  |  |     isHideName?: boolean; | 
 |  |  |     /** 社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 成立年份 */ | 
 |  |  |     setUpDate?: number; | 
 |  |  |     parkCustomersCount?: ParkCustomersCountTypeEnum; | 
 |  |  |     /** 人资公司信息Id */ | 
 |  |  |     parkOrHRId?: string; | 
 |  |  |     /** 账号 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 工种名称 */ | 
 |  |  |     workServiceName?: string; | 
 |  |  |     /** 企业服务 */ | 
 |  |  |     serveSettingName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ParkOrHRAuditListDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: ParkOrHRAuditListDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type ParkOrHRAuditStatusEnum = 10 | 30 | 40; | 
 |  |  |  | 
 |  |  |   interface ParkOrHRDetail { | 
 |  |  |     id?: string; | 
 |  |  |     categoryId?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     parkTypeName?: string; | 
 |  |  |     name?: string; | 
 |  |  |     /** 服务 */ | 
 |  |  |     serviceName?: string[]; | 
 |  |  |     /** 工种 */ | 
 |  |  |     workName?: string[]; | 
 |  |  |     serviceInfo?: ServeSearchSettingInfo[]; | 
 |  |  |     workInfo?: ServeSearchSettingInfo[]; | 
 |  |  |     parkCustomersCount?: ParkCustomersCountTypeEnum; | 
 |  |  |     serviceWorkerCount?: ServiceWorkerCountTypeEnum; | 
 |  |  |     /** 营业执照 */ | 
 |  |  |     licenseUrl?: string; | 
 |  |  |     /** 社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 人力资源许可证 */ | 
 |  |  |     hrLicenseUrl?: string; | 
 |  |  |     /** 劳务派遣许可证 */ | 
 |  |  |     laborLienseUrl?: string; | 
 |  |  |     setUpDate?: number; | 
 |  |  |     creationTime?: string; | 
 |  |  |     cityName?: string; | 
 |  |  |     isMyAttention?: boolean; | 
 |  |  |     /** 企业封面 */ | 
 |  |  |     topSrc?: string; | 
 |  |  |     viewCount?: number; | 
 |  |  |     description?: string; | 
 |  |  |     level?: number; | 
 |  |  |     /** 园区类型 (对应于SearchSetting 中SearchType=40的Id)(实体产业园/数字产业园/...) */ | 
 |  |  |     parkTypeId?: string; | 
 |  |  |     status?: number; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     provinceCode?: number; | 
 |  |  |     cityCode?: number; | 
 |  |  |     countyCode?: number; | 
 |  |  |     provinceName?: string; | 
 |  |  |     countyName?: string; | 
 |  |  |     hrArea?: ServeHRArea[]; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 对外联系方式 */ | 
 |  |  |     foreignContactPhone?: string; | 
 |  |  |     /** 是否付费 */ | 
 |  |  |     isPay?: boolean; | 
 |  |  |     /** 用户是否认证 */ | 
 |  |  |     isUserCertification?: boolean; | 
 |  |  |     /** 认证时间 */ | 
 |  |  |     certificationTime?: string; | 
 |  |  |     /** 用户注册时间 */ | 
 |  |  |     registTime?: string; | 
 |  |  |     /** 用户是否锁定 */ | 
 |  |  |     userIsLocked?: boolean; | 
 |  |  |     userAuthTye?: EnterpriseTypeEnum; | 
 |  |  |     /** 园区入驻客户数 */ | 
 |  |  |     parkSettledCustomersCount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ParkOrHRDetailPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: ParkOrHRDetail[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ParkOrHRDto { | 
 |  |  |     id?: string; | 
 |  |  |     categoryId?: string; | 
 |  |  |     type?: number; | 
 |  |  |     /** 成立年份 */ | 
 |  |  |     setUpDate?: number; | 
 |  |  |     /** 是否隐藏名字 1隐藏 0不隐藏 */ | 
 |  |  |     isHideName?: boolean; | 
 |  |  |     name?: string; | 
 |  |  |     /** 企业认证名字 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     contact?: string; | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 园区/企业级别 10国家级 20省级 30市级 40区县级 */ | 
 |  |  |     level?: number; | 
 |  |  |     parkCustomersCount?: ParkCustomersCountTypeEnum; | 
 |  |  |     /** 园区类型 */ | 
 |  |  |     parkTypeName?: string; | 
 |  |  |     /** 园区类型 (对应于SearchSetting 中SearchType=40的Id)(实体产业园/数字产业园/...) */ | 
 |  |  |     parkTypeId?: string; | 
 |  |  |     /** 审批状态 5草稿 10待审核 20办理中 30通过 40驳回 */ | 
 |  |  |     status?: number; | 
 |  |  |     isShow?: boolean; | 
 |  |  |     /** 浏览数 */ | 
 |  |  |     viewCount?: number; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     foreignContact?: string; | 
 |  |  |     foreignContactPhone?: string; | 
 |  |  |     provinceCode?: number; | 
 |  |  |     cityCode?: number; | 
 |  |  |     countyCode?: number; | 
 |  |  |     provinceName?: string; | 
 |  |  |     cityName?: string; | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 运营机构 10民企运营 20政府运营 */ | 
 |  |  |     operatingAgencies?: number; | 
 |  |  |     /** 政府委托书 */ | 
 |  |  |     governmentPowerOfAttorney?: string; | 
 |  |  |     remark?: string; | 
 |  |  |     /** 描述 */ | 
 |  |  |     description?: string; | 
 |  |  |     creatorName?: string; | 
 |  |  |     isCustomer?: boolean; | 
 |  |  |     /** 申请时间 */ | 
 |  |  |     createTime?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     showContact?: string; | 
 |  |  |     showContactPhone?: string; | 
 |  |  |     honorCertificateCount?: number; | 
 |  |  |     serviceWorkerCount?: ServiceWorkerCountTypeEnum; | 
 |  |  |     /** 营业执照 */ | 
 |  |  |     licenseUrl?: string; | 
 |  |  |     /** 社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 人力资源许可证 */ | 
 |  |  |     hrLicenseUrl?: string; | 
 |  |  |     /** 劳务派遣许可证 */ | 
 |  |  |     laborLienseUrl?: string; | 
 |  |  |     /** 审批备注 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |     mainSrc?: string; | 
 |  |  |     isAttention?: boolean; | 
 |  |  |     villageName?: string; | 
 |  |  |     villageCode?: number; | 
 |  |  |     userName?: string; | 
 |  |  |     /** 所属园区 */ | 
 |  |  |     parkName?: string; | 
 |  |  |     parkId?: string; | 
 |  |  |     money?: number; | 
 |  |  |     /** 广告起始日期 */ | 
 |  |  |     advertiseStartDate?: string; | 
 |  |  |     /** 广告到期日期 */ | 
 |  |  |     advertiseEndDate?: string; | 
 |  |  |     /** 广告类型 10付费 20免费 */ | 
 |  |  |     advertiseType?: number; | 
 |  |  |     publishSourceType?: ParkOrHRPublishSourceTypeEnum; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 园区入驻客户数 */ | 
 |  |  |     parkSettledCustomersCount?: number; | 
 |  |  |     creationTime?: string; | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     registTime?: string; | 
 |  |  |     applyCheckTime?: string; | 
 |  |  |     authType?: EnterpriseTypeEnum; | 
 |  |  |     serviceInfo?: ServeSearchSettingInfo[]; | 
 |  |  |     workInfo?: ServeSearchSettingInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ParkOrHRDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: ParkOrHRDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ParkOrHRInfo { | 
 |  |  |     id?: string; | 
 |  |  |     /** 类别ID */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 企业名称/个人姓名 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 10园区客户 20人资企业 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 成立年份 */ | 
 |  |  |     setUpDate?: number; | 
 |  |  |     /** 是否隐藏名字 1隐藏 0不隐藏 */ | 
 |  |  |     isHideName?: boolean; | 
 |  |  |     name?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 园区/企业级别 10国家级 20省级 30市级 40区县级 */ | 
 |  |  |     level?: number; | 
 |  |  |     parkCustomersCount?: ParkCustomersCountTypeEnum; | 
 |  |  |     /** 园区类型 */ | 
 |  |  |     parkTypeName?: string; | 
 |  |  |     /** 园区类型 (对应于SearchSetting 中SearchType=40的Id)(实体产业园/数字产业园/...) */ | 
 |  |  |     parkTypeId?: string; | 
 |  |  |     /** 审批状态 5草稿 10待审核 20办理中 30通过 40驳回 */ | 
 |  |  |     status?: number; | 
 |  |  |     isShow?: boolean; | 
 |  |  |     /** 浏览数 */ | 
 |  |  |     viewCount?: number; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     foreignContact?: string; | 
 |  |  |     foreignContactPhone?: string; | 
 |  |  |     provinceCode?: number; | 
 |  |  |     cityCode?: number; | 
 |  |  |     countyCode?: number; | 
 |  |  |     provinceName?: string; | 
 |  |  |     cityName?: string; | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 运营机构 10民企运营 20政府运营 */ | 
 |  |  |     operatingAgencies?: number; | 
 |  |  |     /** 政府委托书 */ | 
 |  |  |     governmentPowerOfAttorney?: string; | 
 |  |  |     remark?: string; | 
 |  |  |     /** 描述 */ | 
 |  |  |     description?: string; | 
 |  |  |     creatorName?: string; | 
 |  |  |     /** 园区风采 */ | 
 |  |  |     parkStyles?: ParkStyleInfo[]; | 
 |  |  |     /** 宣传视频 */ | 
 |  |  |     promotionalVideo?: ParkStyleInfo[]; | 
 |  |  |     serveSetting?: string[]; | 
 |  |  |     workOfType?: string[]; | 
 |  |  |     /** 园区服务类型/人资服务类型 */ | 
 |  |  |     serveSettingName?: ServiceName[]; | 
 |  |  |     /** 工种 */ | 
 |  |  |     workOfTypeName?: ServiceName[]; | 
 |  |  |     /** 园区客户 */ | 
 |  |  |     companyCount?: number; | 
 |  |  |     honorCertificateCount?: number; | 
 |  |  |     serviceWorkerCount?: ServiceWorkerCountTypeEnum; | 
 |  |  |     /** 营业执照 */ | 
 |  |  |     licenseUrl?: string; | 
 |  |  |     /** 社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 人力资源许可证 */ | 
 |  |  |     hrLicenseUrl?: string; | 
 |  |  |     /** 劳务派遣许可证 */ | 
 |  |  |     laborLienseUrl?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     isMyAttention?: boolean; | 
 |  |  |     hrArea?: HRAreaDto[]; | 
 |  |  |     userName?: string; | 
 |  |  |     auditNote?: string; | 
 |  |  |     /** 用户是否已认证 */ | 
 |  |  |     isUserCertification?: boolean; | 
 |  |  |     publishSourceType?: ParkOrHRPublishSourceTypeEnum; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 园区入驻客户数 */ | 
 |  |  |     parkSettledCustomersCount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ParkOrHRList { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     name?: string; | 
 |  |  |     contact?: string; | 
 |  |  |     contactPhone?: string; | 
 |  |  |     money?: number; | 
 |  |  |     /** 园区/企业级别 10国家级 20省级 30市级 40区县级 */ | 
 |  |  |     level?: number; | 
 |  |  |     /** 园区类型 */ | 
 |  |  |     parkTypeName?: string; | 
 |  |  |     /** 园区类型 (对应于SearchSetting 中SearchType=40的Id)(实体产业园/数字产业园/...) */ | 
 |  |  |     parkTypeId?: string; | 
 |  |  |     status?: number; | 
 |  |  |     isShow?: boolean; | 
 |  |  |     advertiseIsShow?: boolean; | 
 |  |  |     /** 浏览数 */ | 
 |  |  |     viewCount?: number; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     provinceCode?: number; | 
 |  |  |     cityCode?: number; | 
 |  |  |     countyCode?: number; | 
 |  |  |     provinceName?: string; | 
 |  |  |     cityName?: string; | 
 |  |  |     countyName?: string; | 
 |  |  |     creatorName?: string; | 
 |  |  |     /** 工种 */ | 
 |  |  |     wOrkOfTypeName?: string; | 
 |  |  |     /** 园区服务 */ | 
 |  |  |     parkServiceName?: string; | 
 |  |  |     wOrkOfTypeId?: string; | 
 |  |  |     parkServiceId?: string; | 
 |  |  |     /** 企业服务 */ | 
 |  |  |     personServiceName?: string; | 
 |  |  |     personServiceId?: string; | 
 |  |  |     /** 广告类型 10付费 20免费 */ | 
 |  |  |     advertiseType?: number; | 
 |  |  |     /** 最后展示日期 */ | 
 |  |  |     lastShowDate?: string; | 
 |  |  |     /** 广告起始日期 */ | 
 |  |  |     advertiseStartDate?: string; | 
 |  |  |     /** 广告到期日期 */ | 
 |  |  |     advertiseEndDate?: string; | 
 |  |  |     foreignContact?: string; | 
 |  |  |     foreignContactPhone?: string; | 
 |  |  |     honorCertificateCount?: number; | 
 |  |  |     serviceWorkerCount?: ServiceWorkerCountTypeEnum; | 
 |  |  |     /** 营业执照 */ | 
 |  |  |     licenseUrl?: string; | 
 |  |  |     /** 社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 人力资源许可证 */ | 
 |  |  |     hrLicenseUrl?: string; | 
 |  |  |     /** 劳务派遣许可证 */ | 
 |  |  |     laborLienseUrl?: string; | 
 |  |  |     mainSrc?: string; | 
 |  |  |     creationTime?: string; | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     registTime?: string; | 
 |  |  |     applyCheckTime?: string; | 
 |  |  |     /** 所属园区 */ | 
 |  |  |     parkName?: string; | 
 |  |  |     auditNote?: string; | 
 |  |  |     publishSourceType?: ParkOrHRPublishSourceTypeEnum; | 
 |  |  |     serviceInfo?: ServeSearchSettingInfo[]; | 
 |  |  |     workInfo?: ServeSearchSettingInfo[]; | 
 |  |  |     canEditName?: boolean; | 
 |  |  |     userName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ParkOrHRListPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: ParkOrHRList[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type ParkOrHRPublishSourceTypeEnum = 10 | 20 | 30; | 
 |  |  |  | 
 |  |  |   interface ParkOrHRSimpleDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ParkOrHRSimpleOutput { | 
 |  |  |     id?: string; | 
 |  |  |     name?: string; | 
 |  |  |     contact?: string; | 
 |  |  |     contactPhone?: string; | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 镇 */ | 
 |  |  |     villageName?: string; | 
 |  |  |     cityName?: string; | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     serviceInfo?: ServeSearchSettingInfo[]; | 
 |  |  |     workInfo?: ServeSearchSettingInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type ParkOrStatusEnum = 0 | 1 | 10 | 20 | 30 | 40 | 50 | -20; | 
 |  |  |  | 
 |  |  |   interface ParkRewardApplyDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 政策福利ID */ | 
 |  |  |     parkRewardId?: string; | 
 |  |  |     /** 公司名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 账号 */ | 
 |  |  |     userName?: string; | 
 |  |  |     companyType?: EnterpriseTypeEnum; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 申请理由 */ | 
 |  |  |     applyReason?: string; | 
 |  |  |     /** 最后跟进时间 */ | 
 |  |  |     lastFollowDate?: string; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 福利名称 */ | 
 |  |  |     parkRewardName?: string; | 
 |  |  |     /** 跟进次数 */ | 
 |  |  |     followCount?: number; | 
 |  |  |     status?: ParkRewardApplyStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ParkRewardApplyDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: ParkRewardApplyDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ParkRewardApplyFollowDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 公司名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 申请ID */ | 
 |  |  |     parkRewardApplyId?: string; | 
 |  |  |     status?: ParkRewardApplyStatusEnum; | 
 |  |  |     /** 操作人 */ | 
 |  |  |     operterName?: string; | 
 |  |  |     /** 政策福利Id */ | 
 |  |  |     parkRewardId?: string; | 
 |  |  |     /** 政策福利名称 */ | 
 |  |  |     parkRewardName?: string; | 
 |  |  |     /** 跟进创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ParkRewardApplyFollowDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: ParkRewardApplyFollowDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ParkRewardApplyInfoDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 政策福利ID */ | 
 |  |  |     parkRewardId?: string; | 
 |  |  |     /** 公司名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     /** 账号 */ | 
 |  |  |     userName?: string; | 
 |  |  |     companyType?: EnterpriseTypeEnum; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 申请理由 */ | 
 |  |  |     applyReason?: string; | 
 |  |  |     /** 最后跟进时间 */ | 
 |  |  |     lastFollowDate?: string; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 福利名称 */ | 
 |  |  |     parkRewardName?: string; | 
 |  |  |     /** 跟进次数 */ | 
 |  |  |     followCount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type ParkRewardApplyStatusEnum = 1 | 10 | 20 | -1; | 
 |  |  |  | 
 |  |  |   interface ParkRewardOutPut { | 
 |  |  |     id?: string; | 
 |  |  |     /** 奖励名称 */ | 
 |  |  |     rewardName?: string; | 
 |  |  |     rewardType?: RewardTypeEnum; | 
 |  |  |     /** 适用园区 */ | 
 |  |  |     parkId?: string; | 
 |  |  |     /** 奖励说明 */ | 
 |  |  |     rewardIntroduce?: string; | 
 |  |  |     /** 使用规则 */ | 
 |  |  |     rewardRule?: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 省名称 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市名称 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     rewardUseType?: RewardUseTypeEnum; | 
 |  |  |     status?: ParkRewardStatusEnum; | 
 |  |  |     /** 是否已经申请 */ | 
 |  |  |     hasApply?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ParkRewardOutPutPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: ParkRewardOutPut[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type ParkRewardStatusEnum = 10 | -10; | 
 |  |  |  | 
 |  |  |   interface ParkStyleDto { | 
 |  |  |     /** 10 园区风采 20宣传视频 */ | 
 |  |  |     type?: number; | 
 |  |  |     src?: string; | 
 |  |  |     isTop?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ParkStyleInfo { | 
 |  |  |     id?: string; | 
 |  |  |     src?: string; | 
 |  |  |     isTop?: boolean; | 
 |  |  |     type?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PasswordLoginInput { | 
 |  |  |     /** 登录名 */ | 
 |  |  |     loginName: string; | 
 |  |  |     /** 登录密码 */ | 
 |  |  |     password: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type PayCreditedStatusEnum = 10 | 20 | 30; | 
 |  |  |  | 
 |  |  |   interface PaymentOrderStatusQueryInput { | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     origThirdVoucher?: string; | 
 |  |  |     origFrontLogNo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PaymentOrderStatusQueryOutput { | 
 |  |  |     origThirdVoucher?: string; | 
 |  |  |     frontLogNo?: string; | 
 |  |  |     cstInnerFlowNo?: string; | 
 |  |  |     ccyCode?: string; | 
 |  |  |     outAcctNo?: string; | 
 |  |  |     inAcctBankName?: string; | 
 |  |  |     inAcctNo?: string; | 
 |  |  |     inAcctName?: string; | 
 |  |  |     tranAmount?: string; | 
 |  |  |     unionFlag?: string; | 
 |  |  |     stt?: string; | 
 |  |  |     isBack?: string; | 
 |  |  |     backRem?: string; | 
 |  |  |     yhcljg?: string; | 
 |  |  |     sysFlag?: string; | 
 |  |  |     fee?: string; | 
 |  |  |     submitTime?: string; | 
 |  |  |     accountDate?: string; | 
 |  |  |     hostFlowNo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PayOfflineInsureBillInput { | 
 |  |  |     /** 投保批次编号 */ | 
 |  |  |     insurePolicyId?: string; | 
 |  |  |     /** 批单编号 */ | 
 |  |  |     batchBillId?: string; | 
 |  |  |     walletAccountType?: WalletAccountTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type PayStatusEnum = 10 | 20 | 30 | 40; | 
 |  |  |  | 
 |  |  |   type PayTypeEnum = 10 | 20 | 30 | 40; | 
 |  |  |  | 
 |  |  |   interface PeriodPriceInfo { | 
 |  |  |     /** 投放周期类型:1天,7周,30月,90季,365年 */ | 
 |  |  |     periodType?: number; | 
 |  |  |     /** 价格 */ | 
 |  |  |     price?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PermissionGrantInfoDto { | 
 |  |  |     name?: string; | 
 |  |  |     displayName?: string; | 
 |  |  | 
 |  |  |     permissions?: PermissionGrantInfoDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PersonalAttestationDto { | 
 |  |  |     /** 用户认证Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 认证类型:1为企业,2为个人 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 10 人资公司 20 园区经营 30 用工单位 40 民营企业 */ | 
 |  |  |     authType?: number; | 
 |  |  |     /** 姓名 */ | 
 |  |  |     customerName?: string; | 
 |  |  |     /** 身份证号 */ | 
 |  |  |     idNumber?: string; | 
 |  |  |     /** 身份证正面图片地址 */ | 
 |  |  |     frontIdUrl?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contacter?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contacterPhone?: string; | 
 |  |  |     /** 名片联系人 */ | 
 |  |  |     cardName?: string; | 
 |  |  |     /** 名片联系电话 */ | 
 |  |  |     cardPhone?: string; | 
 |  |  |     /** 名片的Email */ | 
 |  |  |     cardEmail?: string; | 
 |  |  |     /** 名片的地址 */ | 
 |  |  |     cardAddress?: string; | 
 |  |  |     /** 名片的微信二维码 */ | 
 |  |  |     cardWxUrl?: string; | 
 |  |  |     /** 头像 */ | 
 |  |  |     cardHeadUrl?: string; | 
 |  |  |     /** 名片的职称 */ | 
 |  |  |     cardPostion?: string; | 
 |  |  |     /** 公司名称 */ | 
 |  |  |     cardCompanyName?: string; | 
 |  |  |     /** 昵称 */ | 
 |  |  |     nickName?: string; | 
 |  |  |     /** 名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 登录用户名 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 用户手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     /** 注册日期 */ | 
 |  |  |     registDate?: string; | 
 |  |  |     /** 提交认证时间 */ | 
 |  |  |     attestateDate?: string; | 
 |  |  |     /** 服务商星级:1~5 */ | 
 |  |  |     serveStarLevel?: number; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PersonalAttestationSubmitInput { | 
 |  |  |     /** 身份证正面图片地址 */ | 
 |  |  |     frontIdUrl: string; | 
 |  |  |     /** 昵称 */ | 
 |  |  |     nickName: string; | 
 |  |  |     /** 个人姓名 */ | 
 |  |  |     customerName: string; | 
 |  |  |     /** 身份证号 */ | 
 |  |  |     idNumber: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contacterPhone: string; | 
 |  |  |     /** 名片联系人 */ | 
 |  |  |     cardName?: string; | 
 |  |  |     /** 名片联系电话 */ | 
 |  |  |     cardPhone?: string; | 
 |  |  |     /** 名片的Email */ | 
 |  |  |     cardEmail?: string; | 
 |  |  |     /** 名片的地址 */ | 
 |  |  |     cardAddress?: string; | 
 |  |  |     /** 名片的微信二维码 */ | 
 |  |  |     cardWxUrl?: string; | 
 |  |  |     /** 名片的职称 */ | 
 |  |  |     cardPostion?: string; | 
 |  |  |     /** 名片的头像 */ | 
 |  |  |     cardHeadUrl?: string; | 
 |  |  |     /** 公司名称 */ | 
 |  |  |     cardCompanyName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PersonalIdentity3FaceInput { | 
 |  |  |     /** 证件号,目前只支持中国大陆身份证号 */ | 
 |  |  |     identity?: string; | 
 |  |  |     /** 姓名/名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 姓名/名称 */ | 
 |  |  |     data1?: string; | 
 |  |  |     /** 姓名/名称 */ | 
 |  |  |     data2?: string; | 
 |  |  |     /** 姓名/名称 */ | 
 |  |  |     data3?: string; | 
 |  |  |     /** 姓名/名称 */ | 
 |  |  |     dataType?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PersonalUserDetail { | 
 |  |  |     /** 用户认证Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 客户名称 */ | 
 |  |  |     customerName?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contacter?: string; | 
 |  |  |     /** 名片联系人 */ | 
 |  |  |     cardName?: string; | 
 |  |  |     /** 名片联系电话 */ | 
 |  |  |     cardPhone?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contacterPhone?: string; | 
 |  |  |     /** 名片的Email */ | 
 |  |  |     cardEmail?: string; | 
 |  |  |     /** 名片的地址 */ | 
 |  |  |     cardAddress?: string; | 
 |  |  |     /** 名片的微信二维码 */ | 
 |  |  |     cardWxUrl?: string; | 
 |  |  |     /** 头像 */ | 
 |  |  |     cardHeadUrl?: string; | 
 |  |  |     /** 名片的职称 */ | 
 |  |  |     cardPostion?: string; | 
 |  |  |     /** 产品数量(审核通过的数量) */ | 
 |  |  |     productCount?: number; | 
 |  |  |     /** 资讯数量(审核通过的数量) */ | 
 |  |  |     informationCount?: number; | 
 |  |  |     /** 注册日期 */ | 
 |  |  |     registDate?: string; | 
 |  |  |     /** 提交认证时间 */ | 
 |  |  |     attestateDate?: string; | 
 |  |  |     /** 身份证正面图片地址 */ | 
 |  |  |     frontIdUrl?: string; | 
 |  |  |     /** 名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 登录用户名 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 用户手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     /** 服务商星级:1~5 */ | 
 |  |  |     serveStarLevel?: number; | 
 |  |  |     /** 身份证号 */ | 
 |  |  |     idNumber?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PersonalUserDto { | 
 |  |  |     /** 用户认证Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 客户名称 */ | 
 |  |  |     customerName?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contacter?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contacterPhone?: string; | 
 |  |  |     /** 名片联系人 */ | 
 |  |  |     cardName?: string; | 
 |  |  |     /** 名片联系电话 */ | 
 |  |  |     cardPhone?: string; | 
 |  |  |     /** 名片的Email */ | 
 |  |  |     cardEmail?: string; | 
 |  |  |     /** 名片的地址 */ | 
 |  |  |     cardAddress?: string; | 
 |  |  |     /** 名片的职称 */ | 
 |  |  |     cardPostion?: string; | 
 |  |  |     cardHeadUrl?: string; | 
 |  |  |     /** 名片的微信二维码 */ | 
 |  |  |     cardWxUrl?: string; | 
 |  |  |     /** 产品数量(审核通过的数量) */ | 
 |  |  |     productCount?: number; | 
 |  |  |     /** 资讯数量(审核通过的数量) */ | 
 |  |  |     informationCount?: number; | 
 |  |  |     /** 注册日期 */ | 
 |  |  |     registDate?: string; | 
 |  |  |     /** 提交认证时间 */ | 
 |  |  |     attestateDate?: string; | 
 |  |  |     /** 身份证正面图片地址 */ | 
 |  |  |     frontIdUrl?: string; | 
 |  |  |     /** 名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 登录用户名 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 用户手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     /** 服务商星级:1~5 */ | 
 |  |  |     serveStarLevel?: number; | 
 |  |  |     /** 账户是否锁住(是否禁用) */ | 
 |  |  |     isLocked?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PersonalUserDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: PersonalUserDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PersonalUserRegCredentialInput { | 
 |  |  |     /** 用户证件号 必须和证件上登记的号码一致 */ | 
 |  |  |     identity?: string; | 
 |  |  |     /** 用户证件类型 否 默认用“0”, "0"表示身份证,会校验18位身份证号格式。0-居民身份证; 1-护照;6-社会保障卡;  | 
 |  |  | B-港澳居民往来内地通行证; C-台湾居民来往大陆通行证; E-户口簿;  | 
 |  |  | F-临时居民身份证;P-外国人永久居留证;Z-其他证件 */ | 
 |  |  |     identityType?: string; | 
 |  |  |     /** 联系手机 否 */ | 
 |  |  |     contactMobile?: string; | 
 |  |  |     /** 联系邮箱 否 */ | 
 |  |  |     contactMail?: string; | 
 |  |  |     /** 省份 否 */ | 
 |  |  |     province?: string; | 
 |  |  |     /** 城市 否 */ | 
 |  |  |     city?: string; | 
 |  |  |     /** 地址 否 */ | 
 |  |  |     address?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PersonalUserRegInput { | 
 |  |  |     /** 用户账号 用户的唯一标识,可以是邮箱、手机号、证件号等不限,建议使用邮箱或手机号码。请勿使用空格、回车、换行等特殊字符。 */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 用户名称 必须和证件上登记的姓名一致 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 用户类型 1表示个人 */ | 
 |  |  |     userType?: string; | 
 |  |  |     /** 用户邮箱 否 */ | 
 |  |  |     mail?: string; | 
 |  |  |     /** 用户手机号 否 */ | 
 |  |  |     mobile?: string; | 
 |  |  |     /** 是否申请证书 需申请证书则填写1,申请证书所使用的证件信息请先核实确认正确无误后再调用本接口。  | 
 |  |  | 无需申请填写0。如果采取手动签“实名与签署校验二合一”方案则填2。 如果采用带校验的自动签二合一接口,传2 */ | 
 |  |  |     applyCert?: string; | 
 |  |  |     credential?: PersonalUserRegCredentialInput; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type PhoneMessageBusinessTypeEnum = 10 | 11 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 920; | 
 |  |  |  | 
 |  |  |   type PhoneMessageStatusEnum = 1 | 2 | 3; | 
 |  |  |  | 
 |  |  |   type PhoneMessageTypeEnum = 10 | 20; | 
 |  |  |  | 
 |  |  |   interface PhoneMesssageCodeLoginInput { | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phoneNumber: string; | 
 |  |  |     /** 验证码 */ | 
 |  |  |     code: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PhoneMesssageCodeRegisterInput { | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phoneNumber: string; | 
 |  |  |     /** 验证码 */ | 
 |  |  |     code: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PhoneParValueOutput { | 
 |  |  |     ispCode?: string; | 
 |  |  |     ispName?: string; | 
 |  |  |     parValue?: number; | 
 |  |  |     parValue?: string[]; | 
 |  |  |     rate?: number; | 
 |  |  |     phoneSection?: string; | 
 |  |  |     comments?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PhoneParValueResponse { | 
 |  |  |     success?: string; | 
 |  |  |     success?: boolean; | 
 |  |  |     requestNo?: string; | 
 |  |  |     partnerId?: string; | 
 |  |  |     service?: string; | 
 |  |  |     version?: string; | 
 |  |  |     protocol?: string; | 
 |  |  |     context?: string; | 
 |  |  |     ext?: string; | 
 |  |  |     ext?: any; | 
 |  |  |     code?: string; | 
 |  |  |     message?: string; | 
 |  |  |     detail?: string; | 
 |  |  |     phoneParValue?: PhoneParValueOutput; | 
 |  |  |     phoneParValue?: PhoneParValueOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PhoneToken { | 
 |  |  |     phone?: string; | 
 |  |  |     phoneCode?: string; | 
 |  |  |     clientId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PhonMessageHistoryListDto { | 
 |  |  |     id?: string; | 
 |  |  |     phone?: string; | 
 |  |  |     messageType?: PhoneMessageTypeEnum; | 
 |  |  |     businessType?: PhoneMessageBusinessTypeEnum; | 
 |  |  |     /** 业务数据 */ | 
 |  |  |     businessData?: string; | 
 |  |  |     status?: PhoneMessageStatusEnum; | 
 |  |  |     /** 发送时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PhonMessageHistoryListDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: PhonMessageHistoryListDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PlatformContactList { | 
 |  |  |     id?: string; | 
 |  |  |     /** 行业服务 = 0 行业配套 = 1  甲方需求 = 2 行业资讯 = 3; */ | 
 |  |  |     categoryType: number; | 
 |  |  |     categoryId?: string; | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 联系方式 */ | 
 |  |  |     contactPhone: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PlatFormPurchase { | 
 |  |  |     /** 产品购买Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 买家名称 */ | 
 |  |  |     purchaser?: string; | 
 |  |  |     /** 卖家名称 */ | 
 |  |  |     seller?: string; | 
 |  |  |     /** 类别名称 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 产品Id */ | 
 |  |  |     productId?: string; | 
 |  |  |     /** 产品名称 */ | 
 |  |  |     productName?: string; | 
 |  |  |     /** 成交额 */ | 
 |  |  |     amount?: number; | 
 |  |  |     /** 产品数量 */ | 
 |  |  |     count?: number; | 
 |  |  |     /** 购买日期 */ | 
 |  |  |     purchaseDate?: string; | 
 |  |  |     /** 成交日期(确认验收时间) */ | 
 |  |  |     fixtureDate?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contacter?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contacterPhone?: string; | 
 |  |  |     /** 状态:0待确认验收,10待评价,20交易完成,-10申请退款,-20退款成功,-30申请退款驳回 */ | 
 |  |  |     status?: number; | 
 |  |  |     comment?: PurchasedCommentInfo; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PlatFormPurchasePageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: PlatFormPurchase[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PlatformServicePayDetailDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 订单号 */ | 
 |  |  |     relationalOrderNo?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 认证信息Id */ | 
 |  |  |     userCertificationId?: string; | 
 |  |  |     payStatus?: PayStatusEnum; | 
 |  |  |     /** 入账日期 */ | 
 |  |  |     payCreditedTime?: string; | 
 |  |  |     payCreditedStatus?: PayCreditedStatusEnum; | 
 |  |  |     payType?: PayTypeEnum; | 
 |  |  |     /** 对应支付类型(支付渠道)订单号 */ | 
 |  |  |     payTypeTradeNo?: string; | 
 |  |  |     platformServiceType?: PlatformServiceTypeEnum; | 
 |  |  |     /** 用户手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     /** 支付入账凭证地址 */ | 
 |  |  |     payCreditedUrl?: string; | 
 |  |  |     /** 入账备注 */ | 
 |  |  |     creditedRemark?: string; | 
 |  |  |     /** 订单提交日期 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 汇款银行账号,当前仅线下支付时,用户的汇款银行账号 */ | 
 |  |  |     offlineBankCardNumber?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PlatformServicePayInvoicingDetailDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 订单号 */ | 
 |  |  |     relationalOrderNo?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 认证信息Id */ | 
 |  |  |     userCertificationId?: string; | 
 |  |  |     payStatus?: PayStatusEnum; | 
 |  |  |     /** 入账日期 */ | 
 |  |  |     payCreditedTime?: string; | 
 |  |  |     invoicingStatus?: InvoicingStatusEnum; | 
 |  |  |     payType?: PayTypeEnum; | 
 |  |  |     /** 对应支付类型(支付渠道)订单号 */ | 
 |  |  |     payTypeTradeNo?: string; | 
 |  |  |     platformServiceType?: PlatformServiceTypeEnum; | 
 |  |  |     /** 用户手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     /** 支付发票地址 */ | 
 |  |  |     payInvoicingUrl?: string; | 
 |  |  |     /** 开票备注 */ | 
 |  |  |     invoicingRemark?: string; | 
 |  |  |     /** 完成时间 */ | 
 |  |  |     finishTime?: string; | 
 |  |  |     /** 开票日期 */ | 
 |  |  |     invoicingTime?: string; | 
 |  |  |     invoicingType?: InvoicingTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PlatformServicePayInvoicingListDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 订单号 */ | 
 |  |  |     relationalOrderNo?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 认证信息Id */ | 
 |  |  |     userCertificationId?: string; | 
 |  |  |     payStatus?: PayStatusEnum; | 
 |  |  |     /** 入账日期 */ | 
 |  |  |     payCreditedTime?: string; | 
 |  |  |     invoicingStatus?: InvoicingStatusEnum; | 
 |  |  |     payType?: PayTypeEnum; | 
 |  |  |     /** 对应支付类型(支付渠道)订单号 */ | 
 |  |  |     payTypeTradeNo?: string; | 
 |  |  |     platformServiceType?: PlatformServiceTypeEnum; | 
 |  |  |     /** 用户手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     /** 支付发票地址 */ | 
 |  |  |     payInvoicingUrl?: string; | 
 |  |  |     /** 开票备注 */ | 
 |  |  |     invoicingRemark?: string; | 
 |  |  |     /** 完成时间 */ | 
 |  |  |     finishTime?: string; | 
 |  |  |     /** 开票日期 */ | 
 |  |  |     invoicingTime?: string; | 
 |  |  |     invoicingType?: InvoicingTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PlatformServicePayInvoicingListDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: PlatformServicePayInvoicingListDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PlatformServicePayListDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 订单号 */ | 
 |  |  |     relationalOrderNo?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 认证信息Id */ | 
 |  |  |     userCertificationId?: string; | 
 |  |  |     payStatus?: PayStatusEnum; | 
 |  |  |     /** 入账日期 */ | 
 |  |  |     payCreditedTime?: string; | 
 |  |  |     payCreditedStatus?: PayCreditedStatusEnum; | 
 |  |  |     payType?: PayTypeEnum; | 
 |  |  |     /** 对应支付类型(支付渠道)订单号 */ | 
 |  |  |     payTypeTradeNo?: string; | 
 |  |  |     platformServiceType?: PlatformServiceTypeEnum; | 
 |  |  |     /** 用户手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     /** 支付入账凭证地址 */ | 
 |  |  |     payCreditedUrl?: string; | 
 |  |  |     /** 入账备注 */ | 
 |  |  |     creditedRemark?: string; | 
 |  |  |     /** 订单提交日期 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PlatformServicePayListDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: PlatformServicePayListDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type PlatformServiceTypeEnum = 10 | 99; | 
 |  |  |  | 
 |  |  |   interface PlatUserAccountSettingDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 账户名称 */ | 
 |  |  |     accountName?: string; | 
 |  |  |     /** 账户头像 */ | 
 |  |  |     headUrl?: string; | 
 |  |  |     /** 描述 */ | 
 |  |  |     description?: string; | 
 |  |  |     /** 运营账号名称 */ | 
 |  |  |     userName?: string; | 
 |  |  |     status?: boolean; | 
 |  |  |     userId?: string; | 
 |  |  |     categoryIds?: number[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PlatUserAccountSettingDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: PlatUserAccountSettingDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PlatUserAccountStatusInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 1启用 0禁用 */ | 
 |  |  |     status?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PlatUserAttestationDto { | 
 |  |  |     /** 用户认证Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 联系人:类型为个人时联系人为申请时姓名 */ | 
 |  |  |     contacter?: string; | 
 |  |  |     /** 用户手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     /** 注册类型:1为企业,2为个人 */ | 
 |  |  |     registType?: number; | 
 |  |  |     authType?: EnterpriseTypeEnum; | 
 |  |  |     /** 企业名称/个人姓名 */ | 
 |  |  |     customerName?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 营业执照文件地址 */ | 
 |  |  |     licenseUrl?: string; | 
 |  |  |     status?: UserCertificationStatusEnum; | 
 |  |  |     /** 注册日期 */ | 
 |  |  |     registDate?: string; | 
 |  |  |     /** 是否付费 */ | 
 |  |  |     isPay?: boolean; | 
 |  |  |     /** 付费金额 */ | 
 |  |  |     payAmount?: number; | 
 |  |  |     belongPark?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contacterPhone?: string; | 
 |  |  |     /** 认证时间 */ | 
 |  |  |     certificationDate?: string; | 
 |  |  |     /** 名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 登录用户名 */ | 
 |  |  |     userName?: string; | 
 |  |  |     lastLoginTime?: string; | 
 |  |  |     /** 产品数量(审核通过的数量) */ | 
 |  |  |     productCount?: number; | 
 |  |  |     /** 资讯数量(审核通过的数量) */ | 
 |  |  |     informationCount?: number; | 
 |  |  |     /** 账户是否锁住(是否禁用) */ | 
 |  |  |     isLocked?: boolean; | 
 |  |  |     /** 绑定邮箱地址 */ | 
 |  |  |     bindEmailAddress?: string; | 
 |  |  |     canLoginUserSign?: CanLoginUserSignEnum; | 
 |  |  |     bussinessCode?: string; | 
 |  |  |     /** 是否可以后台代发人资公司 */ | 
 |  |  |     canPublishParkOrHR?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PlatUserAttestationDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: PlatUserAttestationDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PlatUserAttestationInfoDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户名 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     /** 用户认证Id */ | 
 |  |  |     userCertificationId?: string; | 
 |  |  |     /** 认证时间 */ | 
 |  |  |     certificationTime?: string; | 
 |  |  |     /** 企业认证的名称 */ | 
 |  |  |     customerName?: string; | 
 |  |  |     /** 1,企业 2, 个人 */ | 
 |  |  |     userType?: number; | 
 |  |  |     authType?: EnterpriseTypeEnum; | 
 |  |  |     userCertificationStatus?: UserCertificationStatusEnum; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contacter?: string; | 
 |  |  |     /** 绑定邮箱地址 */ | 
 |  |  |     bindEmailAddress?: string; | 
 |  |  |     /** 用户头像地址 */ | 
 |  |  |     avatarUrl?: string; | 
 |  |  |     genderType?: GenderTypeEnum; | 
 |  |  |     /** 职称 */ | 
 |  |  |     jobTitle?: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 微信二维码图片 */ | 
 |  |  |     wxQrCodeUrl?: string; | 
 |  |  |     /** 个人信息邮箱地址 */ | 
 |  |  |     userInfoEmailAddress?: string; | 
 |  |  |     /** 注册日期 */ | 
 |  |  |     registDate?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PriceInfo { | 
 |  |  |     /** 价格配置Id */ | 
 |  |  |     settingPriceId?: string; | 
 |  |  |     /** 方案配置Id */ | 
 |  |  |     schemeId?: string; | 
 |  |  |     /** 方案配置名称 */ | 
 |  |  |     schemeName?: string; | 
 |  |  |     /** 人员分类Id */ | 
 |  |  |     sorterId?: string; | 
 |  |  |     /** 人员分类名称 */ | 
 |  |  |     sorterName?: string; | 
 |  |  |     /** 价格 */ | 
 |  |  |     price?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PriceVersionInfo { | 
 |  |  |     /** 版本价格Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 版本名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 价格 */ | 
 |  |  |     price?: number; | 
 |  |  |     /** 收费方式 */ | 
 |  |  |     chargeWay?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PrimaryAcctDetialInputBase { | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     mainAccount: string; | 
 |  |  |     opFlag: string; | 
 |  |  |     reqSubAccount?: string; | 
 |  |  |     startDate: string; | 
 |  |  |     endDate: string; | 
 |  |  |     reqLastSubAccNo: string; | 
 |  |  |     reqLastDate: string; | 
 |  |  |     reqLastJNo: string; | 
 |  |  |     reqLastSeq: string; | 
 |  |  |     pageSize?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PrimaryAcctDetialItemBase { | 
 |  |  |     subAccount?: string; | 
 |  |  |     accountDate?: string; | 
 |  |  |     journalNo?: string; | 
 |  |  |     seqNo?: string; | 
 |  |  |     tranTime?: string; | 
 |  |  |     mainAccount?: string; | 
 |  |  |     mainAccountName?: string; | 
 |  |  |     subAccoutName?: string; | 
 |  |  |     dcFlag?: string; | 
 |  |  |     ccyCode?: string; | 
 |  |  |     tranAmount?: string; | 
 |  |  |     txFlag?: string; | 
 |  |  |     oppAccountNo?: string; | 
 |  |  |     oppAccountName?: string; | 
 |  |  |     oppBankName?: string; | 
 |  |  |     remark?: string; | 
 |  |  |     balance?: string; | 
 |  |  |     bizFlowNo?: string; | 
 |  |  |     abstract?: string; | 
 |  |  |     abstractCode?: string; | 
 |  |  |     tranDate?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PrimaryAcctDetialItemOne { | 
 |  |  |     oppBankNo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PrimaryAcctDetialQueryInput { | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     mainAccount: string; | 
 |  |  |     opFlag: string; | 
 |  |  |     reqSubAccount?: string; | 
 |  |  |     startDate: string; | 
 |  |  |     endDate: string; | 
 |  |  |     reqLastSubAccNo: string; | 
 |  |  |     reqLastDate: string; | 
 |  |  |     reqLastJNo: string; | 
 |  |  |     reqLastSeq: string; | 
 |  |  |     pageSize?: string; | 
 |  |  |     hostFlowNo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PrimaryAcctDetialQueryOutput { | 
 |  |  |     count?: string; | 
 |  |  |     allCount?: string; | 
 |  |  |     isEnd?: string; | 
 |  |  |     list?: PrimaryAcctDetialItemBase[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PrimaryAcctRelationshipQueryInput { | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     mainAccount: string; | 
 |  |  |     ccyCode?: string; | 
 |  |  |     reqSubAccountNo: string; | 
 |  |  |     pageNo: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PrimaryAcctRelationshipQueryOutput { | 
 |  |  |     mainAccount?: string; | 
 |  |  |     ccyCode?: string; | 
 |  |  |     accountName?: string; | 
 |  |  |     stt?: string; | 
 |  |  |     lastModifyDate?: string; | 
 |  |  |     corId?: string; | 
 |  |  |     shadowAcctNo?: string; | 
 |  |  |     subAccNum?: string; | 
 |  |  |     isEnd?: string; | 
 |  |  |     count?: string; | 
 |  |  |     list?: SubAccountItem[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ProductAdvertiseDetail { | 
 |  |  |     /** 产品广告Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 产品Id */ | 
 |  |  |     productId?: string; | 
 |  |  |     /** 产品名称 */ | 
 |  |  |     productName?: string; | 
 |  |  |     /** 服务商 */ | 
 |  |  |     serveName?: string; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 产品类别名 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 联系人:类型为个人时联系人为申请时姓名 */ | 
 |  |  |     contacter?: string; | 
 |  |  |     /** 对外联系人 */ | 
 |  |  |     outerContacter?: string; | 
 |  |  |     /** 对外联系电话是否平台电话 */ | 
 |  |  |     isOuterPhonePlatform?: boolean; | 
 |  |  |     /** 对外联系人号码 */ | 
 |  |  |     outerContacterPhone?: string; | 
 |  |  |     /** 广告起始时间 */ | 
 |  |  |     startTime?: string; | 
 |  |  |     /** 广告到期时间 */ | 
 |  |  |     endTime?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     /** 广告位置:0首页一级,1首页二级,2详情页推荐 */ | 
 |  |  |     position?: number; | 
 |  |  |     /** 广告类型:0付费,1免费 */ | 
 |  |  |     payType?: number; | 
 |  |  |     /** 付费额 */ | 
 |  |  |     fee?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ProductAdvertiseForManage { | 
 |  |  |     /** 产品广告Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 产品Id */ | 
 |  |  |     productId?: string; | 
 |  |  |     /** 产品名称 */ | 
 |  |  |     productName?: string; | 
 |  |  |     /** 服务商 */ | 
 |  |  |     serveName?: string; | 
 |  |  |     /** 联系人:类型为个人时联系人为申请时姓名 */ | 
 |  |  |     contacter?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     /** 广告类型:0付费,1免费 */ | 
 |  |  |     payType?: number; | 
 |  |  |     /** 浏览次数 */ | 
 |  |  |     viewCount?: number; | 
 |  |  |     /** 广告起始时间 */ | 
 |  |  |     startTime?: string; | 
 |  |  |     /** 广告到期时间 */ | 
 |  |  |     endTime?: string; | 
 |  |  |     /** 状态:0(客户端)提交,-10下架,10上架 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 是否客户端自发广告 */ | 
 |  |  |     isFromClient?: boolean; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ProductAdvertiseForManagePageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: ProductAdvertiseForManage[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ProductCheckInput { | 
 |  |  |     /** 产品Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 审核状态:10通过,-10驳回 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 初始销售量 */ | 
 |  |  |     initSalesVolume?: number; | 
 |  |  |     /** 初始评分 */ | 
 |  |  |     initScore?: number; | 
 |  |  |     /** 初始浏览量 */ | 
 |  |  |     initViewCount?: number; | 
 |  |  |     /** 初始关注量 */ | 
 |  |  |     initAttendedCount?: number; | 
 |  |  |     /** 初始好评数 */ | 
 |  |  |     initPraiseCount?: number; | 
 |  |  |     /** 初始点赞数 */ | 
 |  |  |     initThumbsUpCount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ProductDetail { | 
 |  |  |     /** 产品Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 服务商 */ | 
 |  |  |     serveName?: string; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 产品类别名 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 运营类别:1平台自营,2客户自营 */ | 
 |  |  |     operateType?: number; | 
 |  |  |     /** 封面信息 */ | 
 |  |  |     covers?: CoverInfo[]; | 
 |  |  |     /** 产品名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 详情信息 */ | 
 |  |  |     priceVersions?: PriceVersionInfo[]; | 
 |  |  |     /** 标签信息 */ | 
 |  |  |     tags?: TagInfo[]; | 
 |  |  |     /** 简述 */ | 
 |  |  |     sketch?: string; | 
 |  |  |     /** 详情信息 */ | 
 |  |  |     intros?: IntroInfo[]; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 客户Id */ | 
 |  |  |     customerId?: string; | 
 |  |  |     /** 初始销售量 */ | 
 |  |  |     initSalesVolume?: number; | 
 |  |  |     /** 初始评分 */ | 
 |  |  |     initScore?: number; | 
 |  |  |     /** 初始浏览量 */ | 
 |  |  |     initViewCount?: number; | 
 |  |  |     /** 初始关注量 */ | 
 |  |  |     initAttendedCount?: number; | 
 |  |  |     /** 初始好评数 */ | 
 |  |  |     initPraiseCount?: number; | 
 |  |  |     /** 初始点赞数 */ | 
 |  |  |     initThumbsUpCount?: number; | 
 |  |  |     /** 是否自己创建 */ | 
 |  |  |     isOwnerCreate?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ProductDetailForHomePage { | 
 |  |  |     /** 产品Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 产品名称 */ | 
 |  |  |     productName?: string; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 产品类别名 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 运营类别:1平台自营,2客户自营 */ | 
 |  |  |     operateType?: number; | 
 |  |  |     /** 服务商 */ | 
 |  |  |     serveName?: string; | 
 |  |  |     /** 服务商星级:1~5 */ | 
 |  |  |     serveStarLevel?: number; | 
 |  |  |     /** 是否广告区 */ | 
 |  |  |     isOnAdvertise?: boolean; | 
 |  |  |     /** 封面信息 */ | 
 |  |  |     covers?: CoverInfo[]; | 
 |  |  |     /** 标签信息 */ | 
 |  |  |     tags?: TagInfo[]; | 
 |  |  |     /** 成交数量 */ | 
 |  |  |     transactionCount?: number; | 
 |  |  |     /** 浏览数 */ | 
 |  |  |     browseCount?: number; | 
 |  |  |     /** 点赞数 */ | 
 |  |  |     thumbsUpCount?: number; | 
 |  |  |     /** 关注数 */ | 
 |  |  |     attentionCount?: number; | 
 |  |  |     /** 评星数 */ | 
 |  |  |     starCount?: number; | 
 |  |  |     /** 评论数 */ | 
 |  |  |     commentCount?: number; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contacterPhone?: string; | 
 |  |  |     /** 广告位置:0首页一级,1首页二级,2详情页推荐 */ | 
 |  |  |     position?: number; | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ProductDetailForHomePagePageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: ProductDetailForHomePage[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ProductDetailInfo { | 
 |  |  |     /** 产品Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 产品名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 产品类别名 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 运营类别:1平台自营,2客户自营 */ | 
 |  |  |     operateType?: number; | 
 |  |  |     /** 服务商 */ | 
 |  |  |     serveName?: string; | 
 |  |  |     /** 服务商星级:1~5 */ | 
 |  |  |     serveStarLevel?: number; | 
 |  |  |     /** 版本数量 */ | 
 |  |  |     versionCount?: number; | 
 |  |  |     /** 最高价 */ | 
 |  |  |     maxPrice?: number; | 
 |  |  |     /** 最低价 */ | 
 |  |  |     minPrice?: number; | 
 |  |  |     /** 是否我的关注 */ | 
 |  |  |     isMyAttention?: boolean; | 
 |  |  |     /** 是否我已赞 */ | 
 |  |  |     isMyThumbsUp?: boolean; | 
 |  |  |     thumbsUpId?: string; | 
 |  |  |     /** 发布时间 */ | 
 |  |  |     publishTime?: string; | 
 |  |  |     /** 状态:-1保存,0提交待审核,10通过,-10驳回,-20已下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 简述 */ | 
 |  |  |     sketch?: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 封面信息 */ | 
 |  |  |     covers?: CoverInfo[]; | 
 |  |  |     /** 详情信息 */ | 
 |  |  |     priceVersions?: PriceVersionInfo[]; | 
 |  |  |     /** 标签信息 */ | 
 |  |  |     tags?: TagInfo[]; | 
 |  |  |     /** 详情信息 */ | 
 |  |  |     intros?: IntroInfo[]; | 
 |  |  |     /** 最后更新日期 */ | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 成交数量 */ | 
 |  |  |     transactionCount?: number; | 
 |  |  |     /** 是否广告区 */ | 
 |  |  |     isOnAdvertise?: boolean; | 
 |  |  |     /** 客户Id */ | 
 |  |  |     customerId?: string; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 浏览数 */ | 
 |  |  |     browseCount?: number; | 
 |  |  |     /** 点赞数 */ | 
 |  |  |     thumbsUpCount?: number; | 
 |  |  |     /** 关注数 */ | 
 |  |  |     attentionCount?: number; | 
 |  |  |     /** 评星数 */ | 
 |  |  |     starCount?: number; | 
 |  |  |     /** 评论数 */ | 
 |  |  |     commentCount?: number; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contacterPhone?: string; | 
 |  |  |     /** 是否自己创建 */ | 
 |  |  |     isOwnerCreate?: boolean; | 
 |  |  |     provinceCode?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ProductForManage { | 
 |  |  |     /** 产品Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 产品名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 产品类别名 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 运营类别:1平台自营,2客户自营 */ | 
 |  |  |     operateType?: number; | 
 |  |  |     /** 服务商 */ | 
 |  |  |     serveName?: string; | 
 |  |  |     /** 版本数量 */ | 
 |  |  |     versionCount?: number; | 
 |  |  |     /** 最高价 */ | 
 |  |  |     maxPrice?: number; | 
 |  |  |     /** 最低价 */ | 
 |  |  |     minPrice?: number; | 
 |  |  |     /** 是否广告区 */ | 
 |  |  |     isOnAdvertise?: boolean; | 
 |  |  |     /** 成交数量 */ | 
 |  |  |     transactionCount?: number; | 
 |  |  |     /** 发布时间 */ | 
 |  |  |     publishTime?: string; | 
 |  |  |     /** 最后更新日期 */ | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 状态:10通过(显示中),-20已下架 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ProductForManagePageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: ProductForManage[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ProductThumbsUpInput { | 
 |  |  |     /** 产品点赞Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 产品Id */ | 
 |  |  |     productId?: string; | 
 |  |  |     /** 0 去掉点赞 1 点赞 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ProductViewInput { | 
 |  |  |     /** 产品点赞Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 产品Id */ | 
 |  |  |     productId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ProductWaitForCheck { | 
 |  |  |     /** 产品Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 产品名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 产品类别名 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 运营类别:1平台自营,2客户自营 */ | 
 |  |  |     operateType?: number; | 
 |  |  |     /** 服务商 */ | 
 |  |  |     serveName?: string; | 
 |  |  |     /** 版本数量 */ | 
 |  |  |     versionCount?: number; | 
 |  |  |     /** 最高价 */ | 
 |  |  |     maxPrice?: number; | 
 |  |  |     /** 最低价 */ | 
 |  |  |     minPrice?: number; | 
 |  |  |     /** 发布时间 */ | 
 |  |  |     publishTime?: string; | 
 |  |  |     /** 状态:0提交待审核,-10驳回 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ProductWaitForCheckPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: ProductWaitForCheck[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ProfileDto { | 
 |  |  | 
 |  |  |     providerKey?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ProvinceInfo { | 
 |  |  |     /** 省份Code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 省份 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ProvinceMsg { | 
 |  |  |     /** 省份Code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PurchasedCommentInfo { | 
 |  |  |     /** 评星数 */ | 
 |  |  |     starCount?: number; | 
 |  |  |     /** 点评内容 */ | 
 |  |  |     content?: string; | 
 |  |  |     /** 评论时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 状态:0提交待审核,10通过,-10驳回 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PurchasedProductCommentInput { | 
 |  |  |     /** 产品购买Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 评星数 */ | 
 |  |  |     starCount?: number; | 
 |  |  |     /** 点评内容 */ | 
 |  |  |     content?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PurchasedProductCommentThumbsUpInput { | 
 |  |  |     /** 产品评论点赞Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 产品评论Id */ | 
 |  |  |     commentId?: string; | 
 |  |  |     /** 0 去掉点赞 1 点赞 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PutOrOffOrderInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** -10 驳回 10未提交 20待审核 30 进行中 40 下架 50 系统下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 上架原因 */ | 
 |  |  |     onShelfReason?: string; | 
 |  |  |     /** 下架原因 */ | 
 |  |  |     offShelfReason?: string; | 
 |  |  |     /** 运营下架备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     checkRemark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QrCodeLogin { | 
 |  |  |     /** 扫码登录Id */ | 
 |  |  |     uId?: string; | 
 |  |  |     /** 二维码地址 */ | 
 |  |  |     url?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryAcquisitionInformationInput { | 
 |  |  |   interface QueryLifePayOrderListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     adoptStatus?: InformationAdoptStatusEnum; | 
 |  |  |     /** 创建起始时间 */ | 
 |  |  |     beginCreationTime?: string; | 
 |  |  |     /** 创建截止时间 */ | 
 |  |  |     endCreationTime?: string; | 
 |  |  |     /** 查询条件:资讯标题/作者 */ | 
 |  |  |     queryCondition?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryBankNoInput { | 
 |  |  |     /** 银行名称 | 
 |  |  | BankName和KeyWord二选一必须输入 | 
 |  |  | 数据长度:30,是否必输:N */ | 
 |  |  |     bankName?: string; | 
 |  |  |     /** 银行名称(网点名称关键字) | 
 |  |  | 建议上送标准银行名称,可提高匹配成功率 | 
 |  |  | 数据长度:30,是否必输:N */ | 
 |  |  |     keyWord?: string; | 
 |  |  |     /** 银行账户 | 
 |  |  | 银联卡账户建议上送;若上送账户,优先以账户匹配 | 
 |  |  | 数据长度:30,是否必输:N */ | 
 |  |  |     accountNo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryCertifiedUserListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 开始注册时间 */ | 
 |  |  |     registBeginTime?: string; | 
 |  |  |     /** 结束注册时间 */ | 
 |  |  |     registEndTime?: string; | 
 |  |  |     /** 是否付费 */ | 
 |  |  |     isPay?: boolean; | 
 |  |  |     /** 开始认证时间 */ | 
 |  |  |     certificationBeginTime?: string; | 
 |  |  |     /** 结束认证时间 */ | 
 |  |  |     certificationEndTime?: string; | 
 |  |  |     /** 开始认证过期时间 */ | 
 |  |  |     expirationBeginTime?: string; | 
 |  |  |     /** 结束认证过期时间 */ | 
 |  |  |     expirationEndTime?: string; | 
 |  |  |     status?: UserCertificationStatusEnum; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 所属园区 */ | 
 |  |  |     belongPark?: string; | 
 |  |  |     /** 查询关键字 */ | 
 |  |  |     searchKey?: string; | 
 |  |  |     enterpriseType?: EnterpriseTypeEnum; | 
 |  |  |     /** 查询关键字2 */ | 
 |  |  |     searchKey2?: string; | 
 |  |  |     /** 提交开始时间 */ | 
 |  |  |     creationBeginTime?: string; | 
 |  |  |     /** 提交结束时间 */ | 
 |  |  |     creationEndTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryCustomerManageInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 开始注册时间 */ | 
 |  |  |     beginRegistTime?: string; | 
 |  |  |     /** 结束注册时间 */ | 
 |  |  |     endRegistTime?: string; | 
 |  |  |     authType?: EnterpriseTypeEnum; | 
 |  |  |     /** 是否认证 */ | 
 |  |  |     isCertification?: boolean; | 
 |  |  |     /** 搜索关键字 */ | 
 |  |  |     searchKey?: string; | 
 |  |  |     /** 是否有服务人员 */ | 
 |  |  |     isHasServiceStaff?: boolean; | 
 |  |  |     /** 服务人员Id */ | 
 |  |  |     userServiceStaffId?: string; | 
 |  |  |     checkChannelId?: string; | 
 |  |  |     lifePayOrderType?: LifePayOrderTypeEnum; | 
 |  |  |     lifePayType?: LifePayTypeEnum; | 
 |  |  |     /** 开始支付时间 */ | 
 |  |  |     beginPayTime?: string; | 
 |  |  |     /** 结束支付时间 */ | 
 |  |  |     endPayTime?: string; | 
 |  |  |     payStatus?: LifePayStatusEnum; | 
 |  |  |     lifePayOrderStatus?: LifePayOrderStatusEnum; | 
 |  |  |     /** 开始完成时间 */ | 
 |  |  |     beginFinishTime?: string; | 
 |  |  |     /** 结束完成时间 */ | 
 |  |  |     endFinishTime?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryCustomerTemplateListInput { | 
 |  |  |     customerId?: string; | 
 |  |  |     searchKey?: string; | 
 |  |  |     status?: LgGigWorkerCustomerTemplateStatusEnum; | 
 |  |  |     /** 开始制版时间 */ | 
 |  |  |     beginPlatedTime?: string; | 
 |  |  |     /** 结束制版时间 */ | 
 |  |  |     endPlatedTime?: string; | 
 |  |  |     /** 开始制上传时间 */ | 
 |  |  |     beginCreationTime?: string; | 
 |  |  |     /** 结束上传时间 */ | 
 |  |  |     endCreationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryEnterpriseMaterialDetailInput { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     materialType?: EnterpriseMaterialTypeEnum; | 
 |  |  |     year?: number; | 
 |  |  |     month?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryEnterpriseMaterialManageListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     searchKey?: string; | 
 |  |  |     beginTime?: string; | 
 |  |  |     endTime?: string; | 
 |  |  |     materialType?: EnterpriseMaterialTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryFirstPartyCompanyAuditListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     searchKey?: string; | 
 |  |  |     industryTypeId?: string; | 
 |  |  |     id?: string; | 
 |  |  |     auditStatus?: ParkOrHRAuditStatusEnum; | 
 |  |  |     beginCreateionTime?: string; | 
 |  |  |     endCreateionTime?: string; | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryFirstPartyCompanyListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     searchKey?: string; | 
 |  |  |     industryTypeId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryIncentivePaymentsManageListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     searchKey?: string; | 
 |  |  |     beginTime?: string; | 
 |  |  |     endTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryIndustrialParkDetailInput { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryIndustrialParkListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 园区类型 */ | 
 |  |  |     parkTypeId?: string; | 
 |  |  |     /** 查询关键字 */ | 
 |  |  |     searchKey?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryIndustryBodyAuditListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     searchKey?: string; | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     auditStatus?: ParkOrHRAuditStatusEnum; | 
 |  |  |     beginCreateionTime?: string; | 
 |  |  |     endCreateionTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryIndustryBodyListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     searchKey?: string; | 
 |  |  |     /** 机构类型Id */ | 
 |  |  |     institutionTypeId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryIndustryMatingAuditListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     searchKey?: string; | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     auditStatus?: ParkOrHRAuditStatusEnum; | 
 |  |  |     beginCreateionTime?: string; | 
 |  |  |     endCreateionTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryIndustryMatingListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     searchKey?: string; | 
 |  |  |     /** 服务类型Id */ | 
 |  |  |     serviceTypeId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryInformationShowPageInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 需要排除的资讯类别id集合筛选 */ | 
 |  |  |     excludeCategoryIdList?: string[]; | 
 |  |  |     recommendStatus?: InformationRecommendStatusEnum; | 
 |  |  |     /** 标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 资讯类别Id集合筛选 */ | 
 |  |  |     categoryIdList?: string[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryInformationShowRecommendListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 资讯类别Id集合筛选 */ | 
 |  |  |     categoryIdList?: string[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryInterfaceOfPDFReturnSingleFileOnSameDayNewInput { | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     account: string; | 
 |  |  |     seqNO: string; | 
 |  |  |     startRecord?: string; | 
 |  |  |     recordNum?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryInterfaceOfPDFReturnSingleFileOnSameDayNewOutput { | 
 |  |  |     fileName?: string; | 
 |  |  |     randomPwd?: string; | 
 |  |  |     stt?: string; | 
 |  |  |     returnBeginNo?: string; | 
 |  |  |     returnCount?: string; | 
 |  |  |     docId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryMatchMakingApplyByOrderInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     orderId?: string; | 
 |  |  |     status?: MatchMakingApplyStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryMyMessageInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 来源用户id */ | 
 |  |  |     sourceId?: string; | 
 |  |  |     /** 是否已读 */ | 
 |  |  |     isRead?: boolean; | 
 |  |  |     /** 搜索关键词 */ | 
 |  |  |     keyWords?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryOperateHistoryByTypeInput { | 
 |  |  | 
 |  |  |     operateHistoryType?: OperateHistoryTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryParkOrHRAuditPageInput { | 
 |  |  |   interface QueryUserAccountAllListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     auditStatus?: ParkOrHRAuditStatusEnum; | 
 |  |  |     /** 类别id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     checkChannelId?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 人资公司名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 对外联系人 */ | 
 |  |  |     foreignContact?: string; | 
 |  |  |     /** 对外联系电话 */ | 
 |  |  |     foreignContactPhone?: string; | 
 |  |  |     /** 查询关键字(联系人/企业名称/手机号/工种) */ | 
 |  |  |     searchKey?: string; | 
 |  |  |     /** 开始创建时间 */ | 
 |  |  |     beginCreationTime?: string; | 
 |  |  |     /** 结束创建时间 */ | 
 |  |  |     endCreationTime?: string; | 
 |  |  |     lifePayOrderType?: LifePayOrderTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryParkOrHRSimpleListInput { | 
 |  |  |     name?: string; | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryPhonMessageHistoryList { | 
 |  |  |   interface QueryUserAccountListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     sendBeginTime?: string; | 
 |  |  |     sendEndTime?: string; | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     messageType?: PhoneMessageTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryPlatformServiceInvoicingDetailInput { | 
 |  |  |     platformServiceType?: PlatformServiceTypeEnum; | 
 |  |  |     /** id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryPlatformServiceInvoicingListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 用户手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     /** 对应支付类型(支付渠道)订单号 */ | 
 |  |  |     payTypeTradeNo?: string; | 
 |  |  |     /** 订单号 */ | 
 |  |  |     relationalOrderNo?: string; | 
 |  |  |     payType?: PayTypeEnum; | 
 |  |  |     payStatus?: PayStatusEnum; | 
 |  |  |     platformServiceType?: PlatformServiceTypeEnum; | 
 |  |  |     /** 订单提交开始日期 */ | 
 |  |  |     creationBeginTime?: string; | 
 |  |  |     /** 订单提交结束日期 */ | 
 |  |  |     creationEndTime?: string; | 
 |  |  |     /** 完成时间开始时间 */ | 
 |  |  |     finishBeginTime?: string; | 
 |  |  |     /** 完成时间结束时间 */ | 
 |  |  |     beginEndTime?: string; | 
 |  |  |     invoicingStatus?: InvoicingStatusEnum; | 
 |  |  |     /** 是否完成 */ | 
 |  |  |     isFinish?: boolean; | 
 |  |  |     /** 查询关键字 */ | 
 |  |  |     searchKey?: string; | 
 |  |  |     invoicingType?: InvoicingTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryPlatformServicePayDetailInput { | 
 |  |  |     platformServiceType?: PlatformServiceTypeEnum; | 
 |  |  |     /** id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryPlatformServicePayListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 用户手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     /** 对应支付类型(支付渠道)订单号 */ | 
 |  |  |     payTypeTradeNo?: string; | 
 |  |  |     /** 订单号 */ | 
 |  |  |     relationalOrderNo?: string; | 
 |  |  |     payType?: PayTypeEnum; | 
 |  |  |     payStatus?: PayStatusEnum; | 
 |  |  |     platformServiceType?: PlatformServiceTypeEnum; | 
 |  |  |     /** 订单提交开始日期 */ | 
 |  |  |     creationBeginTime?: string; | 
 |  |  |     /** 订单提交结束日期 */ | 
 |  |  |     creationEndTime?: string; | 
 |  |  |     /** 入账起始日期 */ | 
 |  |  |     payCreditedBeginTime?: string; | 
 |  |  |     /** 入账结束日期 */ | 
 |  |  |     payCreditedEndTime?: string; | 
 |  |  |     /** 查询关键字 */ | 
 |  |  |     searchKey?: string; | 
 |  |  |     payCreditedStatus?: PayCreditedStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryServiceStaffListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 所属公司id */ | 
 |  |  |     companyOrgId?: string; | 
 |  |  |     /** 所属部门id */ | 
 |  |  |     departmentOrgId?: string; | 
 |  |  |     searchKey?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QuerySysOrgDetailInput { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QuerySysOrgListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     parentId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QuerySystemNoticeDetailInput { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QuerySystemNoticeListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 公告标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     status?: SystemNoticeStatusEnum; | 
 |  |  |     /** 公告展示开始时间 */ | 
 |  |  |     showBeginTime?: string; | 
 |  |  |     /** 公告展示结束时间 */ | 
 |  |  |     showEndTime?: string; | 
 |  |  |     /** 公告内容 */ | 
 |  |  |     content?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryTradeChatRecordInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     applyUserId?: string; | 
 |  |  |     orderUserId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryUserCertificationAuditListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 认证联系人 */ | 
 |  |  |     certificationContact?: string; | 
 |  |  |     /** 用户手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 审核单号(审核订单号) */ | 
 |  |  |     auditNo?: string; | 
 |  |  |     auditStatus?: UserCertificationAuditStatusEnum; | 
 |  |  |     enterpriseType?: EnterpriseTypeEnum; | 
 |  |  |     /** 订单提交开始日期 */ | 
 |  |  |     creationBeginTime?: string; | 
 |  |  |     /** 订单提交结束日期 */ | 
 |  |  |     creationEndTime?: string; | 
 |  |  |     /** 关键字搜索 */ | 
 |  |  |     searchKey?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryUserCertificationDropdownDataInput { | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     status?: UserCertificationStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryUserTransactionRecordDetailInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 业务流水号 */ | 
 |  |  |     bussSeqNo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryUserTransactionRecordPageForAdminInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     incomeExpenseType?: IncomeExpenseTypeEnum; | 
 |  |  |     /** 起始交易时间 */ | 
 |  |  |     beginAccDateTime?: string; | 
 |  |  |     /** 结束交易时间 */ | 
 |  |  |     endAccDateTime?: string; | 
 |  |  |     checkChannelId?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 用户账号 */ | 
 |  |  |     acctNo?: string; | 
 |  |  |     walletAccountType?: WalletAccountTypeEnum; | 
 |  |  |     lifePayOrderType?: LifePayOrderTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryUserTransactionRecordPageInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     incomeExpenseType?: IncomeExpenseTypeEnum; | 
 |  |  |     /** 起始交易时间 */ | 
 |  |  |     beginAccDateTime?: string; | 
 |  |  |     /** 结束交易时间 */ | 
 |  |  |     endAccDateTime?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     walletAccountType?: WalletAccountTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryVosAcctAutomaticClearingRuleInput { | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     validationFlag?: string; | 
 |  |  |     mainAccount: string; | 
 |  |  |     ccy: string; | 
 |  |  |     subAcctNo?: string; | 
 |  |  |     bindVosAcctNo?: string; | 
 |  |  |     bindVosAcctAddMsg?: string; | 
 |  |  |     whetherFlag?: string; | 
 |  |  |     subAcctNoPosition?: string; | 
 |  |  |     setID?: string; | 
 |  |  |     pageNo?: string; | 
 |  |  |     pageSize?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryVosAcctAutomaticClearingRuleOutput { | 
 |  |  |     validationFlag?: string; | 
 |  |  |     mainAccount?: string; | 
 |  |  |     ccy?: string; | 
 |  |  |     pageNo?: string; | 
 |  |  |     count?: string; | 
 |  |  |     isEnd?: string; | 
 |  |  |     listNum?: string; | 
 |  |  |     list?: VosAcctAutomaticClearingItem[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryWalletAccountOpenFollowPageInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 钱包开户信息Id */ | 
 |  |  |     walletAccountOpenId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryWalletAccountOpenManagePageInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     bankSignStatus?: WalletAccountOpenBankSignStatusEnum; | 
 |  |  |     status?: WalletAccountOpenStatusEnum; | 
 |  |  |     alipaySignStatus?: WalletAccountOpenAlipayStatusEnum; | 
 |  |  |     /** 开始提交时间 */ | 
 |  |  |     beginApplyDate?: string; | 
 |  |  |     /** 结束提交时间 */ | 
 |  |  |     endApplyDate?: string; | 
 |  |  |     /** 开始绑定时间 */ | 
 |  |  |     beginBindDate?: string; | 
 |  |  |     /** 结束绑定时间 */ | 
 |  |  |     endBindDate?: string; | 
 |  |  |     /** 查询关键字 */ | 
 |  |  |     searhKey?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryWalletBatchTransferDetailListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     batchId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryWalletBatchTransferListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 查询关键字 */ | 
 |  |  |     searchKey?: string; | 
 |  |  |     beginCreationTime?: string; | 
 |  |  |     endCreationTime?: string; | 
 |  |  |     checkStatus?: WalletTransferStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryWalletDayDetailItemInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     currentDate?: string; | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryWalletDayHistoryBalanceInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 钱包ID */ | 
 |  |  |     walletMainId?: string; | 
 |  |  |     /** 开始日期 */ | 
 |  |  |     startDate?: string; | 
 |  |  |     /** 结束日期 */ | 
 |  |  |     endDate?: string; | 
 |  |  |     walletAccountType?: WalletAccountTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryWalletDetailBillInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 1:日账单 2:月账单 */ | 
 |  |  |     billType?: number; | 
 |  |  |     userId?: string; | 
 |  |  |     startTime?: string; | 
 |  |  |     endTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryWalletMainListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     status?: WalletMainStatusEnum; | 
 |  |  |     /** 企业名称/账户、手机号 */ | 
 |  |  |     keyWord?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryWalletMonthDetailItemInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     currentMonth?: string; | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryWalletRechargeInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 账号/账户/户名 */ | 
 |  |  |     keyWord?: string; | 
 |  |  |     /** 起始日期 */ | 
 |  |  |     startTime?: string; | 
 |  |  |     /** 结束日期 */ | 
 |  |  |     endTime?: string; | 
 |  |  |     status?: WalletRechargeStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryWalletSingleTransferPageInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     status?: WalletTransferStatusEnum; | 
 |  |  |     /** 开始提交时间 */ | 
 |  |  |     beginCreationTime?: string; | 
 |  |  |     /** 结束提交时间 */ | 
 |  |  |     endCreationTime?: string; | 
 |  |  |     /** 查询关键字 */ | 
 |  |  |     searhKey?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryWalletTransactionDetailList { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     incomeExpenseType?: IncomeExpenseTypeEnum; | 
 |  |  |     /** 起始交易时间 */ | 
 |  |  |     beginAccDateTime?: string; | 
 |  |  |     /** 结束交易时间 */ | 
 |  |  |     endAccDateTime?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 用户账号 */ | 
 |  |  |     acctNo?: string; | 
 |  |  |     walletMainId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ReadOrderTakenInput { | 
 |  |  |     /** 订单Id */ | 
 |  |  |     orderId?: string; | 
 |  |  |     /** 接单人Id */ | 
 |  |  |     takenUserId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RealNameEnterpriseCorporateAccountAuditInput { | 
 |  |  |     /** 账号 需校验的企业的接口账号 */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 银行所在市一级地区码,参照《对公打款地区编码列表》注意:取前6位编码 */ | 
 |  |  |     bankAreaCode?: string; | 
 |  |  |     /** 开户支行名称,名称要填写完整,可以加速打款进度 */ | 
 |  |  |     braBankName?: string; | 
 |  |  |     /** 银行编号,参照《对公打款银行编码列表》,与bankName二选一,不能同时为空,都有值以bankName为准 */ | 
 |  |  |     bankCode?: string; | 
 |  |  |     /** 银行名称,参照《对公打款银行编码列表》,与bankCode二选一,不能同时为空,都有值以bankName为准 */ | 
 |  |  |     bankName?: string; | 
 |  |  |     /** 持卡人名称,需要做对公打款校验的企业名称 */ | 
 |  |  |     bankCardName?: string; | 
 |  |  |     /** 银行联行号 */ | 
 |  |  |     unionNo?: string; | 
 |  |  |     /** 银行卡号 需要做对公打款校验的企业对公账户/卡号 */ | 
 |  |  |     bankCard?: string; | 
 |  |  |     /** 最大支持50个字的备注文字,如果没有传则默认为“企业打款认证款项,请在认证页面回填金额,认证金额无需退回 */ | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RealNameEnterpriseIndustryCommerceInfoResponse { | 
 |  |  |     /** 成立日期 */ | 
 |  |  |     establishTime?: string; | 
 |  |  |     /** 流程id */ | 
 |  |  |     flowId?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     uniformSocialCreditCode?: string; | 
 |  |  |     /** 地址 */ | 
 |  |  |     address?: string; | 
 |  |  |     /** 经营范围 */ | 
 |  |  |     businessScope?: string; | 
 |  |  |     /** 经营状态 */ | 
 |  |  |     businessStatus?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 法定代表人姓名/经营者姓名 */ | 
 |  |  |     legalPersonName?: string; | 
 |  |  |     /** 经营期限自 */ | 
 |  |  |     businessTermFrom?: string; | 
 |  |  |     /** 经营期限至 */ | 
 |  |  |     businessTermTo?: string; | 
 |  |  |     /** 企业类型 */ | 
 |  |  |     characterOfEconomy?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RealNameEnterpriseIndustryCommerceInfoResponseBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: RealNameEnterpriseIndustryCommerceInfoResponse; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RealNameEnterpriseRemitInfoAuditInput { | 
 |  |  |     /** 账号 */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     bankCardOwner?: string; | 
 |  |  |     /** 银行卡号 */ | 
 |  |  |     bankCardNumber?: string; | 
 |  |  |     /** 打款日期 */ | 
 |  |  |     toPayDate?: string; | 
 |  |  |     /** 打款日期 */ | 
 |  |  |     payDate?: string; | 
 |  |  |     /** 打款备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RealNamePersonalId2FaceCallBackRequest { | 
 |  |  |     /** 流水号 */ | 
 |  |  |     bizNo?: string; | 
 |  |  |     /** 相似度,字符串格式 */ | 
 |  |  |     similarity?: string; | 
 |  |  |     /** 1:认证通过 0 :认证不通过 */ | 
 |  |  |     verifyResult?: string; | 
 |  |  |     /** 图片base64编码(一张) */ | 
 |  |  |     photo?: string; | 
 |  |  |     /** 传入的认证流水号 */ | 
 |  |  |     sid?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RealNamePersonalIdentity2FaceInput { | 
 |  |  |     /** 用户帐号 */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 姓名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 证件号码 */ | 
 |  |  |     identity?: string; | 
 |  |  |     /** 刷脸方式 否 刷脸认证必填项,1 - 微众刷脸(即腾讯云刷脸);2 - 支付宝刷脸;默认1 */ | 
 |  |  |     faceMethod?: string; | 
 |  |  |     /** returnUrl的请求方式 否 刷脸认证必填项,returnMethod = "postfirst":先post,超时 15s后get。 returnMethod = "" 或者 = "post":只post。 returnMethod = "get":只get。 post、get、postfirst大小写不敏感。 */ | 
 |  |  |     returnMethod?: string; | 
 |  |  |     /** 授权回调域名 否 非必填参数,当小程序中运行时为必填 当在小程序中运行该H5刷脸时(刷脸方式需要为实时检测方式),需要传该参数,且需要联系技术支持同事进行配置 */ | 
 |  |  |     callbackHost?: string; | 
 |  |  |     /** 刷脸完成后的跳转链接 刷脸认证必填项,如果returnMethod没有指定,则这个returnUrl一定要同时支持post和get,这样就不会有问题了。 */ | 
 |  |  |     returnUrl?: string; | 
 |  |  |     /** 认证流水号 否 */ | 
 |  |  |     sid?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RealNamePersonalIdentity2FaceResponse { | 
 |  |  |     /** 刷脸链接 */ | 
 |  |  |     url?: string; | 
 |  |  |     /** 唯一标识的字符串  可用于获取视频文件(视频文件在腾讯云上最多三天 */ | 
 |  |  |     orderNo?: string; | 
 |  |  |     /** 刷脸链接 */ | 
 |  |  |     sid?: string; | 
 |  |  |     /** 流程id */ | 
 |  |  |     flowId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RealNamePersonalIdentity2FaceResponseBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: RealNamePersonalIdentity2FaceResponse; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RealNamePersonalIdentity2GetFaceAuthResultResponse { | 
 |  |  |     /** 人脸比对信息 */ | 
 |  |  |     message?: string; | 
 |  |  |     /** 验证结果 */ | 
 |  |  |     verifyResult?: string; | 
 |  |  |     /** 人脸验证时的照片(支付宝刷脸无此项) */ | 
 |  |  |     photo?: string; | 
 |  |  |     /** 唯一标识的字符串 */ | 
 |  |  |     orderNo?: string; | 
 |  |  |     /** 人脸比对得分(支付宝刷脸无此项) */ | 
 |  |  |     similarity?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RealNamePersonalIdentity2GetFaceAuthResultResponseBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: RealNamePersonalIdentity2GetFaceAuthResultResponse; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RealNamePersonalIdentity3VcodeSenderInput { | 
 |  |  |     userId?: string; | 
 |  |  |     /** 用户帐号 */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 姓名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 证件号码 */ | 
 |  |  |     identity?: string; | 
 |  |  |     /** 用户手机号 */ | 
 |  |  |     mobile?: string; | 
 |  |  |     /** 证件类型 否 默认0,0 – 身份证,1 – 护照,2 – 社会保障卡,3 – 港澳居民来往内地通行证,4 – 台湾居民往来大陆通行证,5 – 户口簿,6 – 临时居民身份证, | 
 |  |  | 7 – 外国人永久居住证,8 – 军官证,9 – 警官证,10 – 士兵证,11 – 其他证件 */ | 
 |  |  |     identityType?: string; | 
 |  |  |     /** 银行卡号  | 
 |  |  | 银行卡多要素校验及发送验证码 接口时该参数必须 */ | 
 |  |  |     bankCard?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RealNamePersonalIdentity3VcodeSenderResponse { | 
 |  |  |     userId?: string; | 
 |  |  |     /** 手机验证码  由接口“个人手机号三要素验证码获取”下发给对应手机号,由开发者采集后传入 | 
 |  |  | 该参数在 个人手机号三要素验证码校验接口情况时需要使用 */ | 
 |  |  |     vcode?: string; | 
 |  |  |     /** 用于验证的key */ | 
 |  |  |     personalIdentity3Key?: string; | 
 |  |  |     /** 流程id */ | 
 |  |  |     flowId?: string; | 
 |  |  |     /** 结果 */ | 
 |  |  |     result?: string; | 
 |  |  |     /** 姓名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 证件号码 */ | 
 |  |  |     identity?: string; | 
 |  |  |     /** 用户帐号 */ | 
 |  |  |     mobile?: string; | 
 |  |  |     msg?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RealNamePersonalIdentity4PlusVcodeVerifyInput { | 
 |  |  |     /** 手机验证码 由接口“银行卡多要素校验及发送验证码”下发给银行卡预留手机号。 */ | 
 |  |  |     vcode?: string; | 
 |  |  |     /** 用于验证的key, 由接口“银行卡多要素校验及发送验证码”返回接口账号 */ | 
 |  |  |     personalIdentity4PlusKey?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RealNamePersonalIdentity4VcodeSenderResponse { | 
 |  |  |     /** 一致性校验结果 1代表4要素一致性校验通过; 0代表4要素一致性校验不通过通过; | 
 |  |  | 该参数在 个人手机号三要素验证码校验接口情况时需要使用 */ | 
 |  |  |     result?: string; | 
 |  |  |     /** 用于验证的key */ | 
 |  |  |     personalIdentity4Key?: string; | 
 |  |  |     /** 流程id */ | 
 |  |  |     flowId?: string; | 
 |  |  |     /** 一致性校验结果的描述 一致性校验通过为“success”,不通过时返回不通过的具体结果,如“认证信息不匹配(卡状态异常)”。此信息由实名供应商返回,上上签不做加工。 */ | 
 |  |  |     msg?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RealNamePersonalIdentity4VcodeSenderResponseBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: RealNamePersonalIdentity4VcodeSenderResponse; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RealNamePersonalIdentity4VcodeVerifyInput { | 
 |  |  |     userId?: string; | 
 |  |  |     /** 手机验证码  由接口“个人手机号三要素验证码获取”下发给对应手机号,由开发者采集后传入 | 
 |  |  | 该参数在 个人手机号三要素验证码校验接口情况时需要使用 */ | 
 |  |  |     vcode?: string; | 
 |  |  |     /** 用于验证的key */ | 
 |  |  |     personalIdentity4Key?: string; | 
 |  |  |     /** 姓名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 用户帐号 */ | 
 |  |  |     mobile?: string; | 
 |  |  |     /** 根据证件类型传证件号码 */ | 
 |  |  |     idCardNo?: string; | 
 |  |  |     /** 银行卡账号 */ | 
 |  |  |     bankCard?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RechargeDto { | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 充值单号 */ | 
 |  |  |     rechargeNo?: string; | 
 |  |  |     /** 充值类型:10微信,20支付宝,30线下 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 充值金额 */ | 
 |  |  |     amount?: number; | 
 |  |  |     /** 交易状态 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 支付完成时间 */ | 
 |  |  |     successTime?: string; | 
 |  |  |     creationTime?: string; | 
 |  |  |     customerName?: string; | 
 |  |  |     contracter?: string; | 
 |  |  |     contracterPhone?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RechargeDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: RechargeDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RechargeListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 昵称 */ | 
 |  |  |     customerName?: string; | 
 |  |  |     /** 充值类型:10微信,20支付宝,30线下 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 参考 RechargeStatus */ | 
 |  |  |     status?: number; | 
 |  |  |     startDate?: string; | 
 |  |  |     endDate?: string; | 
 |  |  |     amountBegin?: number; | 
 |  |  |     amountEnd?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RecordUserSignInput { | 
 |  |  |     lgGigWorkerId?: string; | 
 |  |  |     signChannel?: SignChannelEnum; | 
 |  |  |     userType?: string; | 
 |  |  |     signCostType?: number; | 
 |  |  |     messageChannel?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RefundApplyInput { | 
 |  |  |     /** 产品购买Id */ | 
 |  |  |   interface RefundLifePayOrderInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 退款申请备注 */ | 
 |  |  |     refundCredentialsImgUrl?: string; | 
 |  |  |     refundCheckRemark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RefundUserLifePayOrderInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     checkChannelId?: string; | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     refundApplyRemark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RefundInfo { | 
 |  |  |     /** 退款申请备注 */ | 
 |  |  |     refundApplyRemark?: string; | 
 |  |  |     /** 退款申请时间 */ | 
 |  |  |     refundApplyTime?: string; | 
 |  |  |     /** 退款处理备注 */ | 
 |  |  |     refundDealRemark?: string; | 
 |  |  |     /** 状态:0待确认验收,10待评价,20交易完成,-10申请退款,-20退款成功,-30申请退款驳回 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RefundOrderContactSignInput { | 
 |  |  |     /** 拒绝人类型 10甲方  20乙方 */ | 
 |  |  |     fromType?: number; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 订单协议Id */ | 
 |  |  |     orderSignId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RegisterDto { | 
 |  |  | 
 |  |  |     password: string; | 
 |  |  |     appName: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type RelationalTypeEnum = 10 | 20; | 
 |  |  |  | 
 |  |  |   interface RemoteServiceErrorInfo { | 
 |  |  |     code?: string; | 
 |  |  | 
 |  |  |     members?: string[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ReplyCircleFriendInput { | 
 |  |  |     /** 朋友圈消息Id */ | 
 |  |  |     circleFriendId?: string; | 
 |  |  |     /** 回复的评论Id */ | 
 |  |  |     parentId?: string; | 
 |  |  |     /** 评论内容 */ | 
 |  |  |     content?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ResetPasswordBaseInput { | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ResetPasswordDto { | 
 |  |  |     userId?: string; | 
 |  |  |     resetToken: string; | 
 |  |  | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface Resource { | 
 |  |  |     /** 加密算法类型 */ | 
 |  |  |     algorithm: string; | 
 |  |  |     /** 数据密文 */ | 
 |  |  |     ciphertext: string; | 
 |  |  |     /** 附加数据 */ | 
 |  |  |     associatedData?: string; | 
 |  |  |     /** 原始类型 */ | 
 |  |  |     originalType: string; | 
 |  |  |     /** 随机串 */ | 
 |  |  |     nonce: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ResourceDelistReason { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ResourceFrontInfoDto { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     categoryId?: string; | 
 |  |  |     title?: string; | 
 |  |  |     viewCount?: number; | 
 |  |  |     /** 资源数量 */ | 
 |  |  |     resourceCount?: number; | 
 |  |  |     /** -10 驳回 10未提交 20待审核 30 进行中 40 下架 50 系统下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     checkRemark?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactNumber?: string; | 
 |  |  |     creationTime?: string; | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     tags?: TagInfo[]; | 
 |  |  |     /** 是否推荐 1是 */ | 
 |  |  |     isRecommend?: boolean; | 
 |  |  |     /** 是否同步到朋友圈 */ | 
 |  |  |     isSyncCircleFriend?: boolean; | 
 |  |  |     /** 预计交付天数 */ | 
 |  |  |     estimatedDeliveryCompletiondays?: number; | 
 |  |  |     /** 合作费用 */ | 
 |  |  |     cooperationFee?: string; | 
 |  |  |     /** 认证企业名称 */ | 
 |  |  |     certificationCompanyName?: string; | 
 |  |  |     isMyAttention?: boolean; | 
 |  |  |     isMe?: boolean; | 
 |  |  |     resourceStyleInfo?: ResourceStyleInfo[]; | 
 |  |  |     visitForUserId?: string; | 
 |  |  |     /** 所在省区域码 */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 所在省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 资源介绍 */ | 
 |  |  |     resourceIntros?: ResourceIntro[]; | 
 |  |  |     /** 所在城市 */ | 
 |  |  |     cities?: CityInfo[]; | 
 |  |  |     /** 意向输送城市 */ | 
 |  |  |     intendedDeliveryCities?: CityInfo[]; | 
 |  |  |     /** 是否已认证 */ | 
 |  |  |     isCertified?: boolean; | 
 |  |  |     /** 行业类型 */ | 
 |  |  |     industryTypeId?: string; | 
 |  |  |     /** 行业类型名称 */ | 
 |  |  |     industryTypeName?: string; | 
 |  |  |     /** 用户头像地址 */ | 
 |  |  |     avatarUrl?: string; | 
 |  |  |     /** 职称 */ | 
 |  |  |     jobTitle?: string; | 
 |  |  |     /** 是否开通在线交易 */ | 
 |  |  |     isOpenOnlineTrade?: boolean; | 
 |  |  |     /** 发布时间 */ | 
 |  |  |     lastShelfTime?: string; | 
 |  |  |     parkOrHRSimpleInfo?: ParkOrHRSimpleOutput; | 
 |  |  |     /** 是否存在联系记录 */ | 
 |  |  |     isExistTradeChatRecord?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ResourceInfoDto { | 
 |  |  |     id?: string; | 
 |  |  |     categoryId?: string; | 
 |  |  |     title?: string; | 
 |  |  |     /** 资源数量 */ | 
 |  |  |     resourceCount?: number; | 
 |  |  |     /** -10 驳回 10未提交 20待审核 30 进行中 40 下架 50 系统下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 下架原因 */ | 
 |  |  |     delistReason?: string; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     checkRemark?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactNumber?: string; | 
 |  |  |     creationTime?: string; | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     tags?: TagInfo[]; | 
 |  |  |     /** 预计交付天数 */ | 
 |  |  |     estimatedDeliveryCompletiondays?: number; | 
 |  |  |     /** 合作费用 */ | 
 |  |  |     cooperationFee?: string; | 
 |  |  |     resourceStyleInfo?: ResourceStyleInfo[]; | 
 |  |  |     creatorId?: string; | 
 |  |  |     /** 资源介绍 */ | 
 |  |  |     resourceIntros?: ResourceIntro[]; | 
 |  |  |     /** 所在城市 */ | 
 |  |  |     cities?: CityInfo[]; | 
 |  |  |     /** 意向输送城市 */ | 
 |  |  |     intendedDeliveryCities?: CityInfo[]; | 
 |  |  |     /** 用户id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 行业类型 */ | 
 |  |  |     industryTypeId?: string; | 
 |  |  |     /** 是否同步到朋友圈 */ | 
 |  |  |     isSyncCircleFriend?: boolean; | 
 |  |  |     /** 是否开通在线交易 */ | 
 |  |  |     isOpenOnlineTrade?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ResourceIntro { | 
 |  |  |     /** 类型:0为文本,1为图片,2为视频 默认为文本 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 文本内容 */ | 
 |  |  |     content?: string; | 
 |  |  |     /** 图片路径 */ | 
 |  |  |     path?: string; | 
 |  |  |     /** 顺序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ResourceListDto { | 
 |  |  |     id?: string; | 
 |  |  |     title?: string; | 
 |  |  |     status?: number; | 
 |  |  |     /** 下架原因 */ | 
 |  |  |     delistReason?: string; | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 创建人 */ | 
 |  |  |     createUserName?: string; | 
 |  |  |     viewCount?: number; | 
 |  |  |     attentionCount?: number; | 
 |  |  |     /** 所属企业 */ | 
 |  |  |     customerName?: string; | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 资源数量 */ | 
 |  |  |     resourceCount?: number; | 
 |  |  |     /** 合作费用 */ | 
 |  |  |     cooperationFee?: string; | 
 |  |  |     /** 所在城市 */ | 
 |  |  |     city?: string; | 
 |  |  |     /** 是否推荐 1是 */ | 
 |  |  |     isRecommend?: boolean; | 
 |  |  |     /** 所在城市 */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 预计交付完成天数 */ | 
 |  |  |     estimatedDeliveryCompletiondays?: number; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactNumber?: string; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     checkRemark?: string; | 
 |  |  |     /** 所在城市 */ | 
 |  |  |     cities?: CityInfo[]; | 
 |  |  |     /** 行业类型名称 */ | 
 |  |  |     industryTypeName?: string; | 
 |  |  |     /** 意向输送城市 */ | 
 |  |  |     intendedDeliveryCities?: CityInfo[]; | 
 |  |  |     /** 用户账号 */ | 
 |  |  |     userAccount?: string; | 
 |  |  |     /** 所在省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ResourceListDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: ResourceListDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ResourceListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     status?: number; | 
 |  |  |     key?: string; | 
 |  |  |     /** 资源标题 */ | 
 |  |  |     resourceTitle?: string; | 
 |  |  |     /** 开始时间 */ | 
 |  |  |     startDate?: string; | 
 |  |  |     /** 结束时间 */ | 
 |  |  |     endDate?: string; | 
 |  |  |     /** 查询关键字 企业名称/账号 */ | 
 |  |  |     searchKey?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ResourceRecommendInput { | 
 |  |  |     id?: string; | 
 |  |  |     isRecommend?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ResourceStyleInfo { | 
 |  |  |     src?: string; | 
 |  |  |     sort?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ResourceViewInput { | 
 |  |  |     /** 订单浏览Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 订单Id */ | 
 |  |  |     resourceId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ReturnValueApiDescriptionModel { | 
 |  |  |     type?: string; | 
 |  |  |     typeSimple?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RewardInfo { | 
 |  |  |     /** 打赏分成金额 */ | 
 |  |  |     shareAmount?: number; | 
 |  |  |     /** 打赏时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface RewardPercentageInfo { | 
 |  |  |     /** Up主等级 */ | 
 |  |  |     upLevel?: number; | 
 |  |  |     /** Up主占比 */ | 
 |  |  |     upRatio?: number; | 
 |  |  |     /** 平台占比 */ | 
 |  |  |     platformRatio?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type RewardTypeEnum = 10 | 20; | 
 |  |  |  | 
 |  |  |   type RewardUseTypeEnum = 1; | 
 |  |  |  | 
 |  |  |   interface RoleDto { | 
 |  |  |     /** 角色Id */ | 
 |  |  | 
 |  |  |     data?: RoleInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SameDayHistoryReceiptDataQueryInput { | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     outAccNo: string; | 
 |  |  |     accountBeginDate?: string; | 
 |  |  |     accountEndDate?: string; | 
 |  |  |     hostFlow?: string; | 
 |  |  |     startTranAmt?: string; | 
 |  |  |     endTranAmt?: string; | 
 |  |  |     inAccNo?: string; | 
 |  |  |     dcFlag?: string; | 
 |  |  |     sortType?: string; | 
 |  |  |     ccy?: string; | 
 |  |  |     receiptType?: string; | 
 |  |  |     subReceiptType?: string; | 
 |  |  |     recordStartNo?: string; | 
 |  |  |     recordNumber?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SameDayHistoryReceiptDataQueryOutput { | 
 |  |  |     resultNum?: string; | 
 |  |  |     endFlag?: string; | 
 |  |  |     receiptType?: string; | 
 |  |  |     subReceiptType?: string; | 
 |  |  |     list?: SameDayHistoryReceiptItem[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SameDayHistoryReceiptItem { | 
 |  |  |     seqNo?: string; | 
 |  |  |     receiptNo?: string; | 
 |  |  |     validateNo?: string; | 
 |  |  |     receiptType?: string; | 
 |  |  |     subReceiptType?: string; | 
 |  |  |     accountDate?: string; | 
 |  |  |     mainAcc?: string; | 
 |  |  |     subAccNo?: string; | 
 |  |  |     outAccNo?: string; | 
 |  |  |     outAccName?: string; | 
 |  |  |     outBranchName?: string; | 
 |  |  |     dcFlag?: string; | 
 |  |  |     inAccNo?: string; | 
 |  |  |     inAccName?: string; | 
 |  |  |     inBranchName?: string; | 
 |  |  |     amount?: string; | 
 |  |  |     ccyCode?: string; | 
 |  |  |     remark?: string; | 
 |  |  |     hostFlowNo?: string; | 
 |  |  |     receiptName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SaveCustomerTemplateParamInput { | 
 |  |  |     /** 模板id */ | 
 |  |  |     lgGigWorkerCustomerTemplateId?: string; | 
 |  |  |     /** 模板渲染json数据 */ | 
 |  |  |     templateJsonData?: string; | 
 |  |  |     /** 参数列表 */ | 
 |  |  |     paramList?: SaveCustomerTemplateParamItem[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SaveCustomerTemplateParamItem { | 
 |  |  |     /** 数据参数字典id */ | 
 |  |  |     templateDataParamId?: string; | 
 |  |  |     /** 模板参数名称 */ | 
 |  |  |     templateParamName?: string; | 
 |  |  |     /** 数据名称 */ | 
 |  |  |     dataParamName?: string; | 
 |  |  |     /** 模板参数字段名称 */ | 
 |  |  |     templateParamFieldName?: string; | 
 |  |  |     /** 数据参数字段名称 */ | 
 |  |  |     dataParamNameFieldName?: string; | 
 |  |  |     /** 模板参数值 仅无数据参数时存在值 */ | 
 |  |  |     templateParamValue?: string; | 
 |  |  |     /** 模板参数额外数据 */ | 
 |  |  |     templateParamExtraData?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SaveWalletPayChannelFeeSettingInput { | 
 |  |  |     /** 通道id */ | 
 |  |  |     walletPayChannelId?: string; | 
 |  |  |     settings?: SaveWalletPayChannelFeeSettingItemInput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SaveWalletPayChannelFeeSettingItemInput { | 
 |  |  |     /** 起始金额 */ | 
 |  |  |     beginAmount?: number; | 
 |  |  |     /** 截止金额 */ | 
 |  |  |     endAmount?: number; | 
 |  |  |     feeCalculationType?: WalletPayChannelFeeCalculationTypeEnum; | 
 |  |  |     /** 手续费计算值 */ | 
 |  |  |     feeCalculationValue?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SealBatchQueryInput { | 
 |  |  |     sealId?: string; | 
 |  |  |     sealName?: string; | 
 |  |  |     pageNo?: number; | 
 |  |  |     pageSize?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SealBatchQueryOutput { | 
 |  |  |     code?: string; | 
 |  |  |     subMsg?: string; | 
 |  |  |     pageNo?: number; | 
 |  |  |     pageSize?: number; | 
 |  |  |     totalCount?: number; | 
 |  |  |     sealList?: SealInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SealInfo { | 
 |  |  |     sealId?: string; | 
 |  |  |     sealName?: string; | 
 |  |  |     sealType?: string; | 
 |  |  |     sealStatus?: string; | 
 |  |  |     previewUrl?: string; | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     enterpriseCertNo?: string; | 
 |  |  |     gmtCreate?: string; | 
 |  |  |     gmtModified?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SealSaveInput { | 
 |  |  |     sealId?: string; | 
 |  |  |     sealName: string; | 
 |  |  |     sealDescription: string; | 
 |  |  |     sealType: string; | 
 |  |  |     enterpriseName: string; | 
 |  |  |     enterpriseCertNo: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SealSaveOutput { | 
 |  |  |     code?: string; | 
 |  |  |     subMsg?: string; | 
 |  |  |     sealId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SearchConditionList { | 
 |  |  |     /** 搜素管理 10热搜词 20服务类型 30工种 40园区类型 50资讯活动类型 60政策颁布机构 70区域管理 80产品类型 90需求类型 100需求范围 | 
 |  |  | 110 员工福利 120行业类型 130 猎头 140 咨询类别 150 帮助类型 160 人资行业类型 */ | 
 |  |  |     searchType?: number; | 
 |  |  |     belongType?: number; | 
 |  |  |     conditionList?: ConditionInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SearchSettingInfo { | 
 |  |  |     searchSettingId?: string; | 
 |  |  |     searchSettingName?: string; | 
 |  |  |     src?: string; | 
 |  |  |     sort?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SendBankCardCertificationVerificationCodeInput { | 
 |  |  |     /** 姓名 */ | 
 |  |  |     name: string; | 
 |  |  |     /** 证件号码 */ | 
 |  |  |     identity: string; | 
 |  |  |     /** 用户帐号 */ | 
 |  |  |     mobile: string; | 
 |  |  |     /** 银行卡号 */ | 
 |  |  |     bankCard: string; | 
 |  |  |     businessType?: VerificationCodeBusinessTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SendEmailVerificationCodeByBusinessTypeInput { | 
 |  |  |     /** 邮箱 */ | 
 |  |  |     emailAddress: string; | 
 |  |  |     businessType?: VerificationCodeBusinessTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SendPasswordResetCodeDto { | 
 |  |  |     email: string; | 
 |  |  |     appName: string; | 
 |  |  | 
 |  |  |     returnUrlHash?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SendPhoneCertificationVerificationCodeInput { | 
 |  |  |     /** 姓名 */ | 
 |  |  |     name: string; | 
 |  |  |     /** 证件号码 */ | 
 |  |  |     identity: string; | 
 |  |  |     /** 用户帐号 */ | 
 |  |  |     mobile: string; | 
 |  |  |     businessType?: VerificationCodeBusinessTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SendPhoneMessageBaseInput { | 
 |  |  |     messageType?: string; | 
 |  |  |     phoneNumber: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SendPhoneMesssageCodeInput { | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phoneNumber: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SendPhoneVerificationCodeByBusinessTypeInput { | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phoneNumber: string; | 
 |  |  |     businessType?: VerificationCodeBusinessTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SendPhoneVerificationCodeInput { | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phoneNumber: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SendUserCertificationPayInvoicingEmailInput { | 
 |  |  |     /** 发送目标邮箱地址 */ | 
 |  |  |     toEmailAddress: string; | 
 |  |  |     /** 用户认证审核Id */ | 
 |  |  |     auditId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ServeHRArea { | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区 */ | 
 |  |  |     areaCode?: number; | 
 |  |  |     sequence?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ServeSearchSettingInfo { | 
 |  |  |     /** 设置Id */ | 
 |  |  |     searchSettingId?: string; | 
 |  |  |     /** 设置名称 */ | 
 |  |  |     searchSettingName?: string; | 
 |  |  |     sequence?: number; | 
 |  |  |     searchType?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ServiceName { | 
 |  |  |     id?: string; | 
 |  |  |     name?: string; | 
 |  |  |     src?: string; | 
 |  |  |     sort?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ServiceStaffListOutput { | 
 |  |  |     id?: string; | 
 |  |  |     name?: string; | 
 |  |  |     /** 所属公司id */ | 
 |  |  |     companyOrgId?: string; | 
 |  |  |     /** 所属部门id */ | 
 |  |  |     departmentOrgId?: string; | 
 |  |  |     /** 所属公司名称 */ | 
 |  |  |     companyOrgName?: string; | 
 |  |  |     /** 所属部门名称 */ | 
 |  |  |     departmentOrgName?: string; | 
 |  |  |     userName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ServiceStaffListOutputPageOutput { | 
 |  |  |   interface SetLifePayOrderPayTypeInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: ServiceStaffListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type ServiceWorkerCountTypeEnum = 10 | 500 | 1000; | 
 |  |  |  | 
 |  |  |   interface SetAlipayAccountInput { | 
 |  |  |     companyId?: string; | 
 |  |  |     aliPayAccount?: string; | 
 |  |  |     companyName?: string; | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     type?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetBankWalletAccountOpenAcctNoInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 银行卡号 */ | 
 |  |  |     acctNo: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetBankWalletAccountOpenBankCertUrlInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 凭证地址 */ | 
 |  |  |     bankCertUrl: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetBankWalletAccountOpenOpentBankNodeInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 开户银行 */ | 
 |  |  |     opentBankNodeAddress: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetCanLoginUserSignInput { | 
 |  |  |     id?: string; | 
 |  |  |     canLoginUserSign?: CanLoginUserSignEnum; | 
 |  |  |     bussinessCode?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetCategoryVisInput { | 
 |  |  |     /** 类别Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 类型:0产品类别,1资讯类别 */ | 
 |  |  |     type?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetContractTemplatePositionInput { | 
 |  |  |     contractTemplateId?: string; | 
 |  |  |     listPosition?: SetContractTemplatePositionXYInput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetContractTemplatePositionXYInput { | 
 |  |  |     x?: string; | 
 |  |  |     y?: string; | 
 |  |  |     pageNum?: string; | 
 |  |  |     keyName?: string; | 
 |  |  |     /** 自动签标识 盖章坐标:Position 盖章日期坐标:PositionDate */ | 
 |  |  |     providerName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetCooperationApplyStatusInput { | 
 |  |  |     id?: string; | 
 |  |  |     status?: CooperationApplyStatusEnum; | 
 |  |  |     /** 上架原因 */ | 
 |  |  |     onShelfReason?: string; | 
 |  |  |     /** 下架原因 */ | 
 |  |  |     offShelfReason?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetFirstPartyCompanyAuditStatusInput { | 
 |  |  |     id?: string; | 
 |  |  |     opStatus?: ParkOrHRAuditStatusEnum; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetIndustrialParkStatusInput { | 
 |  |  |     id?: string; | 
 |  |  |     opStatus?: IndustrialParkStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetIndustryBodyAuditStatusInput { | 
 |  |  |     id?: string; | 
 |  |  |     opStatus?: ParkOrHRAuditStatusEnum; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetIndustryMatingAuditStatusInput { | 
 |  |  |     id?: string; | 
 |  |  |     opStatus?: ParkOrHRAuditStatusEnum; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetInformationRecommendStatusInput { | 
 |  |  |     id?: string; | 
 |  |  |     recommendStatus?: InformationRecommendStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetInsureSettingPriceInput { | 
 |  |  |     prices?: InsurePriceModel[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetManyContractTemplateHandSignKeyInput { | 
 |  |  |     contractTemplateId?: string; | 
 |  |  |     listKey?: string[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetMatchMakingApplyStatusInput { | 
 |  |  |     id?: string; | 
 |  |  |     status?: MatchMakingApplyStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetMatchMakingIdentityInput { | 
 |  |  |     matchMakingIdentity?: MatchMakingIdentityEnum; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     checkChannelId?: string; | 
 |  |  |     orderNo: string; | 
 |  |  |     lifePayType?: LifePayTypeEnum; | 
 |  |  |     h5Type?: string; | 
 |  |  |     openId?: string; | 
 |  |  |     attach?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetMyModule { | 
 |  |  | 
 |  |  |     moduleIds?: SetMyModule[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetNormalStatusInput { | 
 |  |  |     id?: string; | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetNoticeStatusInput { | 
 |  |  |     id?: string; | 
 |  |  |     opStatus?: SystemNoticeStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetOfflineBillStatusInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 状态 1 未开始 2 保障中 已失效 -1 */ | 
 |  |  |     status?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetParkRewardStatusInput { | 
 |  |  |     id?: string; | 
 |  |  |     opStatus?: ParkRewardStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetPreViewCacheInput { | 
 |  |  |     preViewData?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetProductStatusInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 1:正常 -1:下架 0 :禁用 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 下架原因 */ | 
 |  |  |     offShelfReason?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetRecommendSearchSettingInput { | 
 |  |  |     id: string; | 
 |  |  |     isRecommend: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetRoleUserInput { | 
 |  |  |     userId?: string[]; | 
 |  |  |     roleId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetSignChannelStatusInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 上上签是否配置 */ | 
 |  |  |     isSetBestSign?: boolean; | 
 |  |  |     /** 阿里信任签配置 */ | 
 |  |  |     isSetAlipaySign?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetSignStatusInput { | 
 |  |  |     id?: string; | 
 |  |  |     status?: LgGigWorkerSignStatus; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetStatusInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** -20 驳回 10未提交 20待审核 30 进行中 40 下架 50 系统下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 上架原因 */ | 
 |  |  |     onShelfReason?: string; | 
 |  |  |     /** 下架原因 */ | 
 |  |  |     offShelfReason?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetSysOrgStatusInput { | 
 |  |  |     id?: string; | 
 |  |  |     opStatus?: SysOrgStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetTagVisInput { | 
 |  |  |     /** 类别Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 类型:0产品标签,1资讯标签,3快捷评论标签 */ | 
 |  |  |     type?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetUserCertificationAuditStatusInput { | 
 |  |  |     /** 审核Id */ | 
 |  |  |     id?: string; | 
 |  |  |     auditStatus?: UserCertificationAuditStatusEnum; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetUserIndustrialParkInput { | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 产业园区Id */ | 
 |  |  |     industrialParkId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetUserRoleInput { | 
 |  |  | 
 |  |  |     type?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetUserServiceStaffInput { | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 服务人员Id */ | 
 |  |  |     serviceStaffId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetUserTencentUserIdDto { | 
 |  |  |     /** 腾讯的聊天USERID */ | 
 |  |  |     tencentUserId?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetUserTypeInput { | 
 |  |  |     userId?: string; | 
 |  |  |     authType?: EnterpriseTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetUserWithdrawComplete { | 
 |  |  |     id?: string; | 
 |  |  |     /** 打款凭证 */ | 
 |  |  |     receiptUrl?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetUserWithdrawStatusInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 打款凭证 */ | 
 |  |  |     receiptUrl?: string; | 
 |  |  |     /** 交易状态 已驳回 -10 打款中 10 已完成 20 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetVersionModuleInput { | 
 |  |  |     versionId: string; | 
 |  |  |     modules: ModuleTypeInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetWalletPayChannelStatusInput { | 
 |  |  |     id?: string; | 
 |  |  |     opStatus?: WalletPayChannelStatus; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetWalletStatusInput { | 
 |  |  |     userId?: string; | 
 |  |  |     /** 钱包类型 */ | 
 |  |  |     walletAccountTypeList?: WalletAccountStatusList[]; | 
 |  |  |     /** 解冻/冻结 原因 */ | 
 |  |  |     operateRemark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ShareInformationInput { | 
 |  |  |     /** 资讯Id */ | 
 |  |  |     informationId?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SignCallBackNoticeEto { | 
 |  |  |     /** 事件类型 signContract签署合同 signCatalogContract是签署多文档合同  certApply是申请证书  createTemplate是创建模板   alipaympFaceAuth 表示支付宝刷脸,h5FaceAuth 表示腾讯云H5刷脸 checkContract是检验合同签署有效性 */ | 
 |  |  |     action?: string; | 
 |  |  |     params?: SignCallBackNoticeParamsInput; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SignCallBackNoticeInput { | 
 |  |  |     /** 事件类型 signContract签署合同 signCatalogContract是签署多文档合同  certApply是申请证书  createTemplate是创建模板   alipaympFaceAuth 表示支付宝刷脸,h5FaceAuth 表示腾讯云H5刷脸 checkContract是检验合同签署有效性 */ | 
 |  |  |     action?: string; | 
 |  |  |     params?: SignCallBackNoticeParamsInput; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SignCallBackNoticeParamsInput { | 
 |  |  |     /** 合同编号 */ | 
 |  |  |     contractId?: string; | 
 |  |  |     /** 模板编号 */ | 
 |  |  |     tid?: string; | 
 |  |  |     /** 签署者账号 */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 签署状态:(2:已完成;) */ | 
 |  |  |     signerStatus?: number; | 
 |  |  |     /** 签署成功为success,签署失败为相应的错误信息 */ | 
 |  |  |     errMsg?: string; | 
 |  |  |     /** 错误码,对照错误码列表 */ | 
 |  |  |     code?: string; | 
 |  |  |     /** 业务流水号,如果在send接口中提交了则会返回,没提交则不返回;异步返回统一为sid,与传入的serialNumber参数为相同含义 */ | 
 |  |  |     sid?: string; | 
 |  |  |     /** 证书类型 */ | 
 |  |  |     certType?: string; | 
 |  |  |     /** 证书编号 */ | 
 |  |  |     cert?: string; | 
 |  |  |     /** 异步申请队列的序号 */ | 
 |  |  |     taskId?: string; | 
 |  |  |     /** 错误码,对照错误码列表 */ | 
 |  |  |     status?: string; | 
 |  |  |     /** 订单号 */ | 
 |  |  |     orderNo?: string; | 
 |  |  |     /** 相似度 */ | 
 |  |  |     similarity?: string; | 
 |  |  |     /** 照片 */ | 
 |  |  |     photo?: string; | 
 |  |  |     /** 消息 */ | 
 |  |  |     message?: string; | 
 |  |  |     /** 认证结果 */ | 
 |  |  |     verifyResult?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type SignChannelEnum = 10 | 20; | 
 |  |  |  | 
 |  |  |   interface SignInfo { | 
 |  |  |     signUrl?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SignorderQueryExtInfo { | 
 |  |  |     fileList?: FileDetail[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SignorderQueryOutput { | 
 |  |  |     code?: string; | 
 |  |  |     subMsg?: string; | 
 |  |  |     signOrderNo?: string; | 
 |  |  |     orderStatus?: string; | 
 |  |  |     solutionCode?: string; | 
 |  |  |     gmtCreate?: string; | 
 |  |  |     gmtModified?: string; | 
 |  |  |     extInfoStr?: string; | 
 |  |  |     extInfo?: SignorderQueryExtInfo; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SimpleEnterpriseMaterialItemOutput { | 
 |  |  |     fileBusinessType?: EnterpriseMaterialFileBusinessTypeEnum; | 
 |  |  |     /** 文件数量 */ | 
 |  |  |     fileCount?: number; | 
 |  |  |     /** 是否上传 */ | 
 |  |  |     isUploaded?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SingleApplicationSuspensionPaymentInput { | 
 |  |  |     mrchCode: string; | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     thirdVoucher: string; | 
 |  |  |     batchNo?: string; | 
 |  |  |     freezeNo: string; | 
 |  |  |     cstInnerFlowNo?: string; | 
 |  |  |     ccyCode: string; | 
 |  |  |     outAcctNo: string; | 
 |  |  |     outAcctName: string; | 
 |  |  |     outAcctAddr?: string; | 
 |  |  |     inAcctBankNode?: string; | 
 |  |  |     inAcctRecCode?: string; | 
 |  |  |     inAcctNo?: string; | 
 |  |  |     inAcctName: string; | 
 |  |  |     inAcctBankName: string; | 
 |  |  |     inAcctProvinceCode?: string; | 
 |  |  |     inAcctCityName?: string; | 
 |  |  |     tranAmount: string; | 
 |  |  |     useEx?: string; | 
 |  |  |     unionFlag: string; | 
 |  |  |     sysFlag?: string; | 
 |  |  |     addrFlag: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SingleApplicationSuspensionPaymentOutput { | 
 |  |  |     thirdVoucher?: string; | 
 |  |  |     frontLogNo?: string; | 
 |  |  |     cstInnerFlowNo?: string; | 
 |  |  |     ccyCode?: string; | 
 |  |  |     outAcctName?: string; | 
 |  |  |     outAcctNo?: string; | 
 |  |  |     inAcctBankName?: string; | 
 |  |  |     inAcctNo?: string; | 
 |  |  |     inAcctName?: string; | 
 |  |  |     tranAmount?: string; | 
 |  |  |     unionFlag?: string; | 
 |  |  |     fee1?: string; | 
 |  |  |     fee2?: string; | 
 |  |  |     hostFlowNo?: string; | 
 |  |  |     hostTxDate?: string; | 
 |  |  |     stt?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SingleDataItem { | 
 |  |  |     receiptNo?: string; | 
 |  |  |     checkCode?: string; | 
 |  |  |     receiptType?: string; | 
 |  |  |     subType?: string; | 
 |  |  |     bookingDate?: string; | 
 |  |  |     payerName?: string; | 
 |  |  |     payeeName?: string; | 
 |  |  |     payerAccNo?: string; | 
 |  |  |     payeeAccNo?: string; | 
 |  |  |     payerAcctOpenBranchID?: string; | 
 |  |  |     payeeAcctOpenBranchID?: string; | 
 |  |  |     payerAcctOpenBranchName?: string; | 
 |  |  |     payeeAcctOpenBranchName?: string; | 
 |  |  |     mainAcctNo?: string; | 
 |  |  |     subAcctNo?: string; | 
 |  |  |     oldAcctNo?: string; | 
 |  |  |     ccy?: string; | 
 |  |  |     tranAmt?: number; | 
 |  |  |     subBranchID?: string; | 
 |  |  |     drCrFlag?: string; | 
 |  |  |     crpp?: string; | 
 |  |  |     corpus?: number; | 
 |  |  |     depositIntRate?: number; | 
 |  |  |     depositReceiptNo?: string; | 
 |  |  |     startPeriod?: string; | 
 |  |  |     endPeriod?: string; | 
 |  |  |     interestTax?: number; | 
 |  |  |     intInterest?: number; | 
 |  |  |     overdraftInterest?: number; | 
 |  |  |     taxRate?: number; | 
 |  |  |     loanAcctNo?: string; | 
 |  |  |     duebillNo?: string; | 
 |  |  |     paidAmt?: number; | 
 |  |  |     repayCorpus?: number; | 
 |  |  |     replyInterest?: number; | 
 |  |  |     comInterest?: number; | 
 |  |  |     corpusBalance?: number; | 
 |  |  |     dueRepayCorpus?: number; | 
 |  |  |     repayCount?: number; | 
 |  |  |     commission?: number; | 
 |  |  |     materialFee?: number; | 
 |  |  |     taxedInterest?: number; | 
 |  |  |     hostSeqNo?: string; | 
 |  |  |     loanIntRate?: number; | 
 |  |  |     receivableInterest?: number; | 
 |  |  |     tellerNo?: string; | 
 |  |  |     authTellerNo?: string; | 
 |  |  |     printClientName?: string; | 
 |  |  |     printTime?: string; | 
 |  |  |     printTimes?: number; | 
 |  |  |     regionNo?: string; | 
 |  |  |     termNo?: string; | 
 |  |  |     printNote?: string; | 
 |  |  |     bussType?: string; | 
 |  |  |     intSettleAcctNo?: string; | 
 |  |  |     acctOpenBranchID?: string; | 
 |  |  |     tranDate?: string; | 
 |  |  |     tranTime?: string; | 
 |  |  |     branchId?: string; | 
 |  |  |     serialNo?: string; | 
 |  |  |     recordType?: string; | 
 |  |  |     frontEndCode?: string; | 
 |  |  |     remarkCode?: string; | 
 |  |  |     summary?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SingleDataQueryInput { | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     acctNo: string; | 
 |  |  |     receiptType: string; | 
 |  |  |     subType: string; | 
 |  |  |     startDate: string; | 
 |  |  |     endDate: string; | 
 |  |  |     startRecord: number; | 
 |  |  |     recordNum: number; | 
 |  |  |     startAmt?: number; | 
 |  |  |     entAmt?: number; | 
 |  |  |     orderMode?: string; | 
 |  |  |     payeeAcctNo?: string; | 
 |  |  |     payeeName?: string; | 
 |  |  |     drCrFlag?: string; | 
 |  |  |     ccy?: string; | 
 |  |  |     serialNo?: string; | 
 |  |  |     printBranchId?: string; | 
 |  |  |     receiptNo?: string; | 
 |  |  |     printFlag?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SingleDataQueryOutput { | 
 |  |  |     recordTotalCount?: string; | 
 |  |  |     startRecord?: string; | 
 |  |  |     resultNum?: string; | 
 |  |  |     endFlag?: string; | 
 |  |  |     list?: SingleDataItem[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SingleOrBatchReceiptItem { | 
 |  |  |     seqNo: string; | 
 |  |  |     accountDate: string; | 
 |  |  |     recepitType: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SingleOrBatchReceiptPDFMergeDownloadNewInput { | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     outAccNo: string; | 
 |  |  |     accountBeginDate?: string; | 
 |  |  |     accountEndDate?: string; | 
 |  |  |     pdfNum?: string; | 
 |  |  |     list?: SingleOrBatchReceiptItem[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SingleOrBatchReceiptPDFMergeDownloadNewOutput { | 
 |  |  |     fileName?: string; | 
 |  |  |     randomPwd?: string; | 
 |  |  |     docID?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SingleSearchKeyInput { | 
 |  |  |     /** 用统一社会信用代码 (查询企业工商信息)接口使用 */ | 
 |  |  |     uniformSocialCreditCode?: string; | 
 |  |  |     /** 订单号 (获取H5刷脸签署的订单号)接口使用 | 
 |  |  | 订单号 (获取刷脸结果)接口使用 | 
 |  |  | 唯一标识的字符串 (获取腾讯云刷脸认证结果)接口使用 */ | 
 |  |  |     orderNo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SingleSearchKeyInputBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: SingleSearchKeyInput; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SingleUserRegInput { | 
 |  |  |     /** 用户帐号 */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 姓名/企业名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 1表示个人,2表示企业 */ | 
 |  |  |     userType?: string; | 
 |  |  |     /** 用户帐号 */ | 
 |  |  |     mobile?: string; | 
 |  |  |     /** 认证类型 1 - 个人手机号三要素;2 - 个人银行卡四要素 */ | 
 |  |  |     mail?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface StopPaymentAndSettlementAccountsInput { | 
 |  |  |     mrchCode: string; | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     seqNo: string; | 
 |  |  |     accountNo: string; | 
 |  |  |     opType: string; | 
 |  |  |     stopPayFlw?: string; | 
 |  |  |     remark?: string; | 
 |  |  |     ccyCode?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface StopPaymentAndSettlementAccountsOutput { | 
 |  |  |     seqNo?: string; | 
 |  |  |     bizSeqNo?: string; | 
 |  |  |     stopPayFlw?: string; | 
 |  |  |     stt?: string; | 
 |  |  |     sttDesc?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SubAccountBalanceQueryInput { | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     mainAccount: string; | 
 |  |  |     reqSubAccountNo: string; | 
 |  |  |     ccyCode?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SubAccountBalanceQueryOutput { | 
 |  |  |     subAccountNo?: string; | 
 |  |  |     mainAccount?: string; | 
 |  |  |     ccyCode?: string; | 
 |  |  |     subAccountName?: string; | 
 |  |  |     subAccBalance?: string; | 
 |  |  |     zszfStatus?: string; | 
 |  |  |     stt?: string; | 
 |  |  |     lastModifyDate?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SubAccountItem { | 
 |  |  |     subAccountNo?: string; | 
 |  |  |     subStt?: string; | 
 |  |  |     subAccName?: string; | 
 |  |  |     subAccBalance?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SubAcctBalanceAdjustInput { | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     thirdVoucher: string; | 
 |  |  |     cstInnerFlowNo?: string; | 
 |  |  |     mainAccount: string; | 
 |  |  |     mainAccountName: string; | 
 |  |  |     ccyCode?: string; | 
 |  |  |     outSubAccount: string; | 
 |  |  |     outSubAccountName: string; | 
 |  |  |     tranAmount: string; | 
 |  |  |     inSubAccNo: string; | 
 |  |  |     inSubAccName: string; | 
 |  |  |     useEx: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SubAcctBalanceAdjustOutput { | 
 |  |  |     thirdVoucher?: string; | 
 |  |  |     frontFlowNo?: string; | 
 |  |  |     cstInnerFlowNo?: string; | 
 |  |  |     mainAccount?: string; | 
 |  |  |     outSubAccount?: string; | 
 |  |  |     outSubAccountName?: string; | 
 |  |  |     outSubAccBalance?: string; | 
 |  |  |     ccyCode?: string; | 
 |  |  |     tranAmount?: string; | 
 |  |  |     inSubAccNo?: string; | 
 |  |  |     inSubAccName?: string; | 
 |  |  |     inSubAccBalance?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SubAcctMaintenanceInput { | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     mainAccount: string; | 
 |  |  |     ccyCode?: string; | 
 |  |  |     subAccountSeq?: string; | 
 |  |  |     subAccount?: string; | 
 |  |  |     subAccountName?: string; | 
 |  |  |     subAccountNameEn?: string; | 
 |  |  |     opFlag: string; | 
 |  |  |     odFlag?: string; | 
 |  |  |     interestFlag?: string; | 
 |  |  |     settleInterestCycle?: string; | 
 |  |  |     rate?: string; | 
 |  |  |     zszfStatus?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SubAcctMaintenanceOutput { | 
 |  |  |     mainAccount?: string; | 
 |  |  |     subAccountNo?: string; | 
 |  |  |     subAccountName?: string; | 
 |  |  |     stt?: string; | 
 |  |  |     lastModifyDate?: string; | 
 |  |  |     interestFlag?: string; | 
 |  |  |     settleInterestCycle?: string; | 
 |  |  |     rate?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SubAcctSettlementInput { | 
 |  |  |     recvLength?: number; | 
 |  |  |     tradeDate?: number; | 
 |  |  |     tradeTime?: number; | 
 |  |  |     cnsmrSeqNo: string; | 
 |  |  |     mainAccount: string; | 
 |  |  |     subAccountNo: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SubAcctSettlementOutput { | 
 |  |  |     mainAccount?: string; | 
 |  |  |     subAccountNo?: string; | 
 |  |  |     preSettleInterest?: string; | 
 |  |  |     unSettleProduct?: string; | 
 |  |  |     rate?: string; | 
 |  |  |     settleDays?: string; | 
 |  |  |     settleInterest?: string; | 
 |  |  |     balance?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SupplierRefundList { | 
 |  |  |     /** 运费模式 10限时返费 20一次性返费 30 长期返费 */ | 
 |  |  |     rebateMode?: number; | 
 |  |  |     /** 运费时长 0连续合作 其他数值就代表时长月份 */ | 
 |  |  |     rebateTime?: number; | 
 |  |  |     /** 供应商利润 */ | 
 |  |  |     supplierProfit?: number; | 
 |  |  |     /** 10 一次性利润 20 xx元/每人/每小时 30 xx元/每人/每月 */ | 
 |  |  |     supplierProfitUint?: number; | 
 |  |  |     /** 返费周期 10 按月,20按日,30按时 */ | 
 |  |  |     cycleType?: number; | 
 |  |  |     /** 排序 1,2,3 */ | 
 |  |  |     sequence?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SysOrgDetailOutput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 组织名称 */ | 
 |  |  |     orgName?: string; | 
 |  |  |     sysOrgType?: SysOrgTypeEnum; | 
 |  |  |     /** 上级组织 */ | 
 |  |  |     parentId?: string; | 
 |  |  |     /** 上级 */ | 
 |  |  |     parentName?: string; | 
 |  |  |     status?: SysOrgStatusEnum; | 
 |  |  |     /** 组织地址 */ | 
 |  |  |     orgAddress?: string; | 
 |  |  |     /** 开户行 */ | 
 |  |  |     openBank?: string; | 
 |  |  |     /** 银行卡号 */ | 
 |  |  |     bankCardNo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SysOrgDropDownListOutput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 组织名称 */ | 
 |  |  |     orgName?: string; | 
 |  |  |     sysOrgType?: SysOrgTypeEnum; | 
 |  |  |     /** 上级组织 */ | 
 |  |  |     parentId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SysOrgLevelOutput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 组织名称 */ | 
 |  |  |     orgName?: string; | 
 |  |  |     sysOrgType?: SysOrgTypeEnum; | 
 |  |  |     /** 上级组织 */ | 
 |  |  |     parentId?: string; | 
 |  |  |     chlid?: SysOrgLevelOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SysOrgListOutput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 组织名称 */ | 
 |  |  |     orgName?: string; | 
 |  |  |     sysOrgType?: SysOrgTypeEnum; | 
 |  |  |     /** 上级组织 */ | 
 |  |  |     parentId?: string; | 
 |  |  |     /** 上级 */ | 
 |  |  |     parentName?: string; | 
 |  |  |     status?: SysOrgStatusEnum; | 
 |  |  |     /** 下级机构数 */ | 
 |  |  |     childOrgCount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SysOrgListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: SysOrgListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type SysOrgStatusEnum = 10 | -10; | 
 |  |  |  | 
 |  |  |   type SysOrgTypeEnum = 10 | 20 | 30; | 
 |  |  |  | 
 |  |  |   interface SystemNoticeDetailDto { | 
 |  |  |     /** 公告ID */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 公告标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 公告详情 */ | 
 |  |  |     content?: string; | 
 |  |  |     /** 公告链接 */ | 
 |  |  |     link?: string; | 
 |  |  |     /** 公告开始时间 */ | 
 |  |  |     startTime?: string; | 
 |  |  |     /** 公告到期时间 */ | 
 |  |  |     expirationTime?: string; | 
 |  |  |     status?: SystemNoticeStatusEnum; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sort?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SystemNoticeListDto { | 
 |  |  |     /** 公告ID */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 公告标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 公告详情 */ | 
 |  |  |     content?: string; | 
 |  |  |     /** 公告链接 */ | 
 |  |  |     link?: string; | 
 |  |  |     /** 公告开始时间 */ | 
 |  |  |     startTime?: string; | 
 |  |  |     /** 公告到期时间 */ | 
 |  |  |     expirationTime?: string; | 
 |  |  |     status?: SystemNoticeStatusEnum; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sort?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SystemNoticeListDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: SystemNoticeListDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SystemNoticeShowDto { | 
 |  |  |     /** 公告ID */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 公告详情 */ | 
 |  |  |     content?: string; | 
 |  |  |     /** 公告链接 */ | 
 |  |  |     link?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sort?: number; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SystemNoticeShowDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: SystemNoticeShowDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type SystemNoticeStatusEnum = 10 | 20 | 30 | 40; | 
 |  |  |  | 
 |  |  |   interface SystemTemplateDataParamSettingOutput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 数据参数名称 */ | 
 |  |  |     dataParamName?: string; | 
 |  |  |     /** 数据参数字段名称 */ | 
 |  |  |     dataParamNameFieldName?: string; | 
 |  |  |     /** 数据参数默认值 */ | 
 |  |  |     dataParamDefaultValue?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface TagDto { | 
 |  |  |     /** 标签Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** /// 行业服务 = 0 行业配套 = 1  甲方需求 = 2 行业资讯 = 3; */ | 
 |  |  |     categoryType?: number; | 
 |  |  |     /** 类别名称 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     /** 是否显示,默认为true 显示 */ | 
 |  |  |     isVisable?: boolean; | 
 |  |  |     creatorId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface TagInfo { | 
 |  |  |     /** 标签Id */ | 
 |  |  |     tagId?: string; | 
 |  |  |     /** 标签名 */ | 
 |  |  |     tagName?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     /** 类型:0产品标签,2自定义标签 */ | 
 |  |  |     type?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface TagMenu { | 
 |  |  |     /** 标签Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 名称 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface TagMsg { | 
 |  |  |     /** 标签Id */ | 
 |  |  |     tagId?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface TemplateBatchQueryInput { | 
 |  |  |     templateId?: string; | 
 |  |  |     templateName?: string; | 
 |  |  |     pageNo?: number; | 
 |  |  |     pageSize?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface TemplateBatchQueryOutput { | 
 |  |  |     code?: string; | 
 |  |  |     subMsg?: string; | 
 |  |  |     dataList?: TemplateInfo[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface TemplateInfo { | 
 |  |  |     templateId?: string; | 
 |  |  |     templateName?: string; | 
 |  |  |     templateMemo?: string; | 
 |  |  |     templateType?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface TemplateSaveOutput { | 
 |  |  |     code?: string; | 
 |  |  |     subMsg?: string; | 
 |  |  |     templateId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface TenantDto { | 
 |  |  | 
 |  |  |     totalCount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface TencentConsultDto { | 
 |  |  |     userId?: string; | 
 |  |  |     productId?: string; | 
 |  |  |     tencentUserId?: string; | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface TencentIMCallbackOutput { | 
 |  |  |     actionStatus?: string; | 
 |  |  |     errorCode?: number; | 
 |  |  |     errorInfo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface TencentUserDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 腾讯的聊天USERID */ | 
 |  |  |     tencentUserId?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     userName?: string; | 
 |  |  |     /** 账户是否锁住(是否禁用),默认为0未锁住即未禁用 */ | 
 |  |  |     isLocked?: boolean; | 
 |  |  |     /** 上次登录时间 */ | 
 |  |  |     lastLoginTime?: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface TencentUserDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: TencentUserDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface TencentUserInput { | 
 |  |  |     /** 用户的ID --目前使用手机号 */ | 
 |  |  |     userID?: string; | 
 |  |  |     /** 用户昵称 */ | 
 |  |  |     nick?: string; | 
 |  |  |     /** 用户头像 */ | 
 |  |  |     faceUrl?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface TencentUserOutput { | 
 |  |  |     /** 请求处理的结果:OK 表示处理成功 FAIL 表示失败 */ | 
 |  |  |     actionStatus?: string; | 
 |  |  |     /** 0表示成功 非0表示失败 */ | 
 |  |  |     errorInfo?: string; | 
 |  |  |     /** 错误信息 */ | 
 |  |  |     errorCode?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ThumbsCircleFriendInput { | 
 |  |  |     /** 朋友圈消息Id */ | 
 |  |  |     circleFriendId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ThumbsUpDto { | 
 |  |  |     /** 名片ShortId */ | 
 |  |  |     shortId?: number; | 
 |  |  |     /** 点赞人Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 名片名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 名片头像 */ | 
 |  |  |     headPhoto?: string; | 
 |  |  |     /** 点赞时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface TimeRange { | 
 |  |  |     startTime?: string; | 
 |  |  |     endTime?: string; | 
 |  |  |     money?: number; | 
 |  |  |     count?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface TimeZone { | 
 |  |  |     iana?: IanaTimeZone; | 
 |  |  |     windows?: WindowsTimeZone; | 
 |  |  | 
 |  |  |     timeZone?: TimeZone; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ToVerifyOrderSignInfoInput { | 
 |  |  |     /** 订单签约Id */ | 
 |  |  |     orderSignId?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 企业信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 发起方联系人 */ | 
 |  |  |     contacterName?: string; | 
 |  |  |     /** 发起方联系人电话 */ | 
 |  |  |     contactPhoneNum?: string; | 
 |  |  |     /** 发起方联系人地址 */ | 
 |  |  |     contactAdress?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface TradeChatRecordOutput { | 
 |  |  |     /** 申请用户id */ | 
 |  |  |     applyUserId?: string; | 
 |  |  |     /** 订单用户id */ | 
 |  |  |     orderUserId?: string; | 
 |  |  |     /** 申请用户联系人名称 */ | 
 |  |  |     applyUserContact?: string; | 
 |  |  |     /** 申请用户头像 */ | 
 |  |  |     applyUserAvatarUrl?: string; | 
 |  |  |     /** 申请用户企业名称 */ | 
 |  |  |     applyUserEnterpriseName?: string; | 
 |  |  |     /** 订单用户联系人名称 */ | 
 |  |  |     orderUserContact?: string; | 
 |  |  |     /** 订单用户头像 */ | 
 |  |  |     orderUserAvatarUrl?: string; | 
 |  |  |     /** 订单用户企业名称 */ | 
 |  |  |     orderUserEnterpriseName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface TradeChatRecordOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: TradeChatRecordOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface TrainingDto { | 
 |  |  |     id?: string; | 
 |  |  |     categoryId?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 10未提交 20待审核 30 进行中 40 下架 50 系统下架 */ | 
 |  |  |     status?: number; | 
 |  |  |     creationTime?: string; | 
 |  |  |     lastModificationTime?: string; | 
 |  |  |     /** 是否推荐 1是 */ | 
 |  |  |     isRecommend?: boolean; | 
 |  |  |     contact?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactNumber?: string; | 
 |  |  |     /** 最后上架时间 */ | 
 |  |  |     lastShelfTime?: string; | 
 |  |  |     /** 员工薪酬 */ | 
 |  |  |     salary?: number; | 
 |  |  |     /** 起始薪资 */ | 
 |  |  |     startMonthlySalary?: number; | 
 |  |  |     /** 截止起始薪资 */ | 
 |  |  |     endMonthlySalary?: number; | 
 |  |  |     /** 10 固定 20 面议 */ | 
 |  |  |     salaryType?: number; | 
 |  |  |     provinceCode?: number; | 
 |  |  |     cityCode?: number; | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 浏览次数 */ | 
 |  |  |     viewCount?: number; | 
 |  |  |     /** 关注次数 */ | 
 |  |  |     attentionCount?: number; | 
 |  |  |     /** 公司名称 */ | 
 |  |  |     companyName?: string; | 
 |  |  |     title?: string; | 
 |  |  |     userStatus?: UserCertificationStatusEnum; | 
 |  |  |     /** 培训部门 */ | 
 |  |  |     department?: string; | 
 |  |  |     /** 培训时间 */ | 
 |  |  |     month?: string; | 
 |  |  |     /** 培训要求目的 */ | 
 |  |  |     trainIntroduction?: string; | 
 |  |  |     /** 用户是否锁定 */ | 
 |  |  |     userIsLocked?: boolean; | 
 |  |  |     userAuthTye?: EnterpriseTypeEnum; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     checkRemark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface TrainingDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: TrainingDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface TrainingListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     /** 昵称 */ | 
 |  |  |     jobName?: string; | 
 |  |  |     status?: number; | 
 |  |  |     startDate?: string; | 
 |  |  |     endDate?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface TrainingRecommendInput { | 
 |  |  |     id?: string; | 
 |  |  |     isRecommend?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface TrainingViewInput { | 
 |  |  |     /** 订单浏览Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 订单Id */ | 
 |  |  |     trainingId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type TransAccountTypeEnum = 10 | 20; | 
 |  |  |  | 
 |  |  |   interface TypeApiDescriptionModel { | 
 |  |  |     baseType?: string; | 
 |  |  |     isEnum?: boolean; | 
 |  |  | 
 |  |  |     enumValues?: any[]; | 
 |  |  |     genericArguments?: string[]; | 
 |  |  |     properties?: PropertyApiDescriptionModel[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UnbindingUserEmailInput { | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UnbindingUserPhoneNumber { | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UnFollowUserInput { | 
 |  |  |     userId?: string; | 
 |  |  |     followUserId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UnlimitedQRCodeDto { | 
 |  |  |     /** 错误码 */ | 
 |  |  |     errcode?: number; | 
 |  |  |     /** 错误信息 */ | 
 |  |  |     errmsg?: string; | 
 |  |  |     url?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UnlimitedQRCodeInput { | 
 |  |  |     shortId?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateBackClientUserInput { | 
 |  |  | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateCertifiedUserInput { | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     enterpriseType?: EnterpriseTypeEnum; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName: string; | 
 |  |  |     /** 营业执照文件地址 */ | 
 |  |  |     licenseUrl: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode: string; | 
 |  |  |     certificationMode?: UserCertificationModeEnum; | 
 |  |  |     /** 法人姓名 */ | 
 |  |  |     legalPersonName?: string; | 
 |  |  |     /** 法人身份证号 */ | 
 |  |  |     legalPersonIdNumber?: string; | 
 |  |  |     /** 法人手持身份证照 */ | 
 |  |  |     legalPersonIdImgUrl?: string; | 
 |  |  |     /** 法人身份证照反面 */ | 
 |  |  |     legalPersonIdBackImgUrl?: string; | 
 |  |  |     /** 是否付费 */ | 
 |  |  |     isPay?: boolean; | 
 |  |  |     /** 付费金额 */ | 
 |  |  |     payAmount?: number; | 
 |  |  |     /** 所属园区 */ | 
 |  |  |     belongPark?: string; | 
 |  |  |     /** 银行卡号 */ | 
 |  |  |     bankCardNumber?: string; | 
 |  |  |     certificationChannel?: UserCertificationChannelEnum; | 
 |  |  |     id?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateCompanyInsureInput { | 
 |  |  |     /** 入驻客户Id */ | 
 |  |  |     companyId: string; | 
 |  |  |     /** 客户类型 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 客户简称 */ | 
 |  |  |     shortName?: string; | 
 |  |  |     /** 客服电话 */ | 
 |  |  |     serviceTel?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contactPerson: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone: string; | 
 |  |  |     /** 协议文件 */ | 
 |  |  |     protocolFileUrl?: string; | 
 |  |  |     /** 协议起始日期 */ | 
 |  |  |     protocolStartDate?: string; | 
 |  |  |     /** 协议截止日期 */ | 
 |  |  |     protocolEndDate?: string; | 
 |  |  |     /** 客户来源 */ | 
 |  |  |     fromType?: number; | 
 |  |  |     /** 招商人员Id */ | 
 |  |  |     merchantsId?: string; | 
 |  |  |     /** 招商人员 */ | 
 |  |  |     merchantsName?: string; | 
 |  |  |     /** 默认人员分类 */ | 
 |  |  |     jobCode: string; | 
 |  |  |     /** 渠道佣金比例 */ | 
 |  |  |     channelRate?: number; | 
 |  |  |     /** 渠道客户Id */ | 
 |  |  |     channelCustomerId?: string; | 
 |  |  |     /** Logo地址 */ | 
 |  |  |     logoUrl: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 入职合同模板 */ | 
 |  |  |     inductionContractTemplateUrl?: string; | 
 |  |  |     /** 有效月份范围 */ | 
 |  |  |     validMonth?: number; | 
 |  |  |     /** 合同有无有效起止日期 */ | 
 |  |  |     hasValidDuration?: boolean; | 
 |  |  |     /** 合同有无家庭地址 */ | 
 |  |  |     hasFamilyAddress?: boolean; | 
 |  |  |     /** 合同有无紧急联系人 */ | 
 |  |  |     hasUrgencyPerson?: boolean; | 
 |  |  |     /** 离职合同模板 */ | 
 |  |  |     separationContractTemplateUrl?: string; | 
 |  |  |     /** 状态 */ | 
 |  |  |     status?: number; | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateEnterpriseMaterialInput { | 
 |  |  |     /** 年 */ | 
 |  |  |     year?: number; | 
 |  |  |     /** 月 */ | 
 |  |  |     month?: number; | 
 |  |  |     /** 用户id */ | 
 |  |  |     userId?: string; | 
 |  |  |     materialType?: EnterpriseMaterialTypeEnum; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 文件列表 */ | 
 |  |  |     addEnterpriseMaterialFileList?: AddEnterpriseMaterialFileInput[]; | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateFeatureDto { | 
 |  |  |     name?: string; | 
 |  |  |     value?: string; | 
 |  |  | 
 |  |  |  | 
 |  |  |   interface UpdateFeaturesDto { | 
 |  |  |     features?: UpdateFeatureDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateFirstPartyCompanyAuditInput { | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     /** 所属行业Id */ | 
 |  |  |     industryTypeId: string; | 
 |  |  |     firstPartyCompanyId?: string; | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateFirstPartyCompanyInput { | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     /** 所属行业Id */ | 
 |  |  |     industryTypeId: string; | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateIndustrialParkInput { | 
 |  |  |     /** 园区名称 */ | 
 |  |  |     parkName: string; | 
 |  |  |     /** 负责人名称 */ | 
 |  |  |     leaderName?: string; | 
 |  |  |     /** 负责人电话 */ | 
 |  |  |     leaderMobile?: string; | 
 |  |  |     /** 园区类型 */ | 
 |  |  |     parkTypeId?: string; | 
 |  |  |     /** 注册地址 */ | 
 |  |  |     registerAddress: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateIndustryBodyAuditInput { | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     /** 机构类型Id */ | 
 |  |  |     institutionTypeId: string; | 
 |  |  |     industryBodyId?: string; | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateIndustryBodyInput { | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     /** 机构类型Id */ | 
 |  |  |     institutionTypeId: string; | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateIndustryMatingAuditInput { | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     /** 服务类型Id */ | 
 |  |  |     serviceTypeId?: string; | 
 |  |  |     /** 服务资质 */ | 
 |  |  |     serviceQualificationsUrl?: string; | 
 |  |  |     industryMatingId?: string; | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateIndustryMatingInput { | 
 |  |  |     userId?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact: string; | 
 |  |  |     /** 联系人电话 */ | 
 |  |  |     contactPhone: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 企业logo */ | 
 |  |  |     enterpriseLogoUrl?: string; | 
 |  |  |     /** 服务类型Id */ | 
 |  |  |     serviceTypeId?: string; | 
 |  |  |     /** 服务资质 */ | 
 |  |  |     serviceQualificationsUrl?: string; | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateInformationAdvertiseInput { | 
 |  |  |     /** 对外联系人 */ | 
 |  |  |     outerContacter?: string; | 
 |  |  |     /** 对外联系电话是否平台电话 */ | 
 |  |  |     isOuterPhonePlatform?: boolean; | 
 |  |  |     /** 对外联系人号码 */ | 
 |  |  |     outerContacterPhone?: string; | 
 |  |  |     /** 广告起始时间 */ | 
 |  |  |     startTime?: string; | 
 |  |  |     /** 广告到期时间 */ | 
 |  |  |     endTime?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     /** 广告位置:0首页一级,1首页二级,2详情页推荐 */ | 
 |  |  |     position?: number; | 
 |  |  |     /** 广告类型:0付费,1免费 */ | 
 |  |  |     payType?: number; | 
 |  |  |     /** 付费额 */ | 
 |  |  |     fee?: number; | 
 |  |  |     /** 状态:0(客户端)提交,-10下架,10上架 */ | 
 |  |  |     status?: number; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 资讯广告Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateInformationInput { | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 运营类别:1平台自营,2客户自营,3采集 */ | 
 |  |  |     operateType?: number; | 
 |  |  |     /** 客户Id */ | 
 |  |  |     customerId?: string; | 
 |  |  |     /** 状态:-1保存,0提交待审核(发布),1接受待采用 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 标题 */ | 
 |  |  |     title: string; | 
 |  |  |     /** 是否原创 */ | 
 |  |  |     isOriginal?: boolean; | 
 |  |  |     /** 转载链接 */ | 
 |  |  |     repostLink?: string; | 
 |  |  |     /** 是否需要报名 */ | 
 |  |  |     needApply?: boolean; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 报名链接 */ | 
 |  |  |     applyLink?: string; | 
 |  |  |     /** 举办起始日期 */ | 
 |  |  |     toHoldStartTime?: string; | 
 |  |  |     /** 举办截止日期 */ | 
 |  |  |     toHoldEndTime?: string; | 
 |  |  |     /** 举办地址区域Code */ | 
 |  |  |     areaCode?: number; | 
 |  |  |     /** 详细举办地址 */ | 
 |  |  |     address?: string; | 
 |  |  |     /** 经度 */ | 
 |  |  |     longitude?: number; | 
 |  |  |     /** 纬度 */ | 
 |  |  |     latitude?: number; | 
 |  |  |     /** 举办/发布单位 */ | 
 |  |  |     unit?: string; | 
 |  |  |     fromType?: InformationFormTypeEnum; | 
 |  |  |     /** 资讯来源说明 */ | 
 |  |  |     fromMessage?: string; | 
 |  |  |     /** 实行区域:0全国,1省份 */ | 
 |  |  |     implementAreaType?: number; | 
 |  |  |     /** 封面信息 */ | 
 |  |  |     coverInfo?: CoverInfo[]; | 
 |  |  |     /** 标签信息 */ | 
 |  |  |     tagInfo?: TagMsg[]; | 
 |  |  |     /** 详情信息 */ | 
 |  |  |     introInfo?: IntroInfo[]; | 
 |  |  |     /** 实行省份信息 */ | 
 |  |  |     provinceInfo?: ProvinceMsg[]; | 
 |  |  |     /** 初始浏览量 */ | 
 |  |  |     initViewCount?: number; | 
 |  |  |     /** 初始关注量 */ | 
 |  |  |     initAttendedCount?: number; | 
 |  |  |     /** 初始点赞量 */ | 
 |  |  |     initThumbsUpCount?: number; | 
 |  |  |     /** 作者 */ | 
 |  |  |     author?: string; | 
 |  |  |     acquisitionpPlatformType?: InformationAcquisitionPlatformTypeEnum; | 
 |  |  |     /** 采集来源地址 仅来源为采集时有效 */ | 
 |  |  |     acquisitionSourceLink?: string; | 
 |  |  |     adoptStatus?: InformationAdoptStatusEnum; | 
 |  |  |     /** 有效截止时间 */ | 
 |  |  |     expirationDateTime?: string; | 
 |  |  |     /** 资讯Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateInsureProductStatusInput { | 
 |  |  |     status: number; | 
 |  |  |     guids?: string[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateLgGigWorkerUserInfoInput { | 
 |  |  |     /** 人员签约认证id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 姓名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 身份证号 */ | 
 |  |  |     idNumber?: string; | 
 |  |  |     /** 身份证证明地址 */ | 
 |  |  |     idFrontUrl?: string; | 
 |  |  |     /** 身份证背面地址 */ | 
 |  |  |     idBackUrl?: string; | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     /** 年龄 */ | 
 |  |  |     age?: number; | 
 |  |  |     /** 性别 */ | 
 |  |  |     sex?: number; | 
 |  |  |     /** 所属客户 */ | 
 |  |  |     customerId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateNoticeInput { | 
 |  |  |     /** 公告标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 公告详情 */ | 
 |  |  |     content: string; | 
 |  |  |     /** 公告链接 */ | 
 |  |  |     link?: string; | 
 |  |  |     /** 公告开始时间 */ | 
 |  |  |     startTime: string; | 
 |  |  |     /** 公告到期时间 */ | 
 |  |  |     expirationTime: string; | 
 |  |  |     /** 公告排序 */ | 
 |  |  |     sort: number; | 
 |  |  |     userId?: string; | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdatePassWordInput { | 
 |  |  | 
 |  |  |     permissions?: UpdatePermissionDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdatePlatformServicePayCreditedStatusInput { | 
 |  |  |     id?: string; | 
 |  |  |     payCreditedStatus?: PayCreditedStatusEnum; | 
 |  |  |     /** 支付入账凭证地址 */ | 
 |  |  |     payCreditedUrl?: string; | 
 |  |  |     /** 入账备注 */ | 
 |  |  |     creditedRemark?: string; | 
 |  |  |     platformServiceType?: PlatformServiceTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdatePlatformServicePayInvoicingStatusInput { | 
 |  |  |     id?: string; | 
 |  |  |     invoicingStatus?: InvoicingStatusEnum; | 
 |  |  |     /** 支付发票地址 */ | 
 |  |  |     payInvoicingUrl?: string; | 
 |  |  |     /** 开票备注 */ | 
 |  |  |     invoicingRemark?: string; | 
 |  |  |     platformServiceType?: PlatformServiceTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateProductAdvertiseInput { | 
 |  |  |     /** 对外联系人 */ | 
 |  |  |     outerContacter?: string; | 
 |  |  |     /** 对外联系电话是否平台电话 */ | 
 |  |  |     isOuterPhonePlatform?: boolean; | 
 |  |  |     /** 对外联系人号码 */ | 
 |  |  |     outerContacterPhone?: string; | 
 |  |  |     /** 广告起始时间 */ | 
 |  |  |     startTime?: string; | 
 |  |  |     /** 广告到期时间 */ | 
 |  |  |     endTime?: string; | 
 |  |  |     /** 排序 */ | 
 |  |  |     sequence?: number; | 
 |  |  |     /** 广告位置:0首页一级,1首页二级,2详情页推荐 */ | 
 |  |  |     position?: number; | 
 |  |  |     /** 广告类型:0付费,1免费 */ | 
 |  |  |     payType?: number; | 
 |  |  |     /** 付费额 */ | 
 |  |  |     fee?: number; | 
 |  |  |     /** 状态:0(客户端)提交,-10下架,10上架 */ | 
 |  |  |     status?: number; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 产品广告Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateProductInput { | 
 |  |  |     /** 类别Id */ | 
 |  |  |     categoryId?: string; | 
 |  |  |     /** 运营类别:1平台自营,2客户自营 */ | 
 |  |  |     operateType?: number; | 
 |  |  |     /** 客户Id */ | 
 |  |  |     customerId?: string; | 
 |  |  |     /** 产品名称 */ | 
 |  |  |     name: string; | 
 |  |  |     /** 简述 */ | 
 |  |  |     sketch?: string; | 
 |  |  |     /** 状态:-1保存,0提交待审核(发布) */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 封面信息 */ | 
 |  |  |     coverInfo?: CoverInfo[]; | 
 |  |  |     /** 详情信息 */ | 
 |  |  |     priceVersionInfo?: PriceVersionInfo[]; | 
 |  |  |     /** 标签信息 */ | 
 |  |  |     tagInfo?: TagMsg[]; | 
 |  |  |     /** 详情信息 */ | 
 |  |  |     introInfo?: IntroInfo[]; | 
 |  |  |     /** 初始销售量 */ | 
 |  |  |     initSalesVolume?: number; | 
 |  |  |     /** 初始评分 */ | 
 |  |  |     initScore?: number; | 
 |  |  |     /** 初始浏览量 */ | 
 |  |  |     initViewCount?: number; | 
 |  |  |     /** 初始关注量 */ | 
 |  |  |     initAttendedCount?: number; | 
 |  |  |     /** 初始好评数 */ | 
 |  |  |     initPraiseCount?: number; | 
 |  |  |     /** 初始点赞数 */ | 
 |  |  |     initThumbsUpCount?: number; | 
 |  |  |     /** 产品Id */ | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateProfileDto { | 
 |  |  |     extraProperties?: Record<string, any>; | 
 |  |  |     userName?: string; | 
 |  |  | 
 |  |  |     phoneNumber?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateSysOrgInput { | 
 |  |  |     /** 组织名称 */ | 
 |  |  |     orgName: string; | 
 |  |  |     sysOrgType?: SysOrgTypeEnum; | 
 |  |  |     /** 组织地址 */ | 
 |  |  |     orgAddress?: string; | 
 |  |  |     /** 开户行 */ | 
 |  |  |     openBank?: string; | 
 |  |  |     /** 银行卡号 */ | 
 |  |  |     bankCardNo?: string; | 
 |  |  |     /** 上级组织 */ | 
 |  |  |     parentId?: string; | 
 |  |  |   interface UserAccountOutput { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateUserBaseInfoInput { | 
 |  |  |     /** 姓名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateUserCardInput { | 
 |  |  |     /** 用户Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 名片联系人 */ | 
 |  |  |     cardName?: string; | 
 |  |  |     /** 名片联系电话 */ | 
 |  |  |     cardPhone?: string; | 
 |  |  |     /** 名片的Email */ | 
 |  |  |     cardEmail?: string; | 
 |  |  |     /** 名片的地址 */ | 
 |  |  |     cardAddress?: string; | 
 |  |  |     /** 名片的微信二维码 */ | 
 |  |  |     cardWxUrl?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     customerName: string; | 
 |  |  |     /** 头像 */ | 
 |  |  |     cardHeadUrl?: string; | 
 |  |  |     /** 名片的职称 */ | 
 |  |  |     cardPostion?: string; | 
 |  |  |     /** 公司名称 */ | 
 |  |  |     cardCompanyName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateUserCertificationAuditInput { | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     enterpriseType?: EnterpriseTypeEnum; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName: string; | 
 |  |  |     /** 营业执照文件地址 */ | 
 |  |  |     licenseUrl: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode: string; | 
 |  |  |     certificationMode?: UserCertificationModeEnum; | 
 |  |  |     /** 法人姓名 */ | 
 |  |  |     legalPersonName?: string; | 
 |  |  |     /** 法人身份证号 */ | 
 |  |  |     legalPersonIdNumber?: string; | 
 |  |  |     /** 法人手持身份证照 */ | 
 |  |  |     legalPersonIdImgUrl?: string; | 
 |  |  |     /** 认证联系人 */ | 
 |  |  |     certificationContact: string; | 
 |  |  |     /** 认证联系人电话 */ | 
 |  |  |     certificationContactPhone: string; | 
 |  |  |     /** 代理人姓名 */ | 
 |  |  |     proxyPersonName?: string; | 
 |  |  |     /** 代理人身份证号 */ | 
 |  |  |     proxyPersonIdNumber?: string; | 
 |  |  |     /** 代理人手持身份证照 */ | 
 |  |  |     proxyPersonIdImgUrl?: string; | 
 |  |  |     /** 企业授权书 */ | 
 |  |  |     proxyPowerAttorneyUrl?: string; | 
 |  |  |     invoicingType?: InvoicingTypeEnum; | 
 |  |  |     /** 汇款银行账号,当前仅线下支付时,用户的汇款银行账号 */ | 
 |  |  |     offlineBankCardNumber?: string; | 
 |  |  |     payType?: PayTypeEnum; | 
 |  |  |     certificationChannel?: UserCertificationChannelEnum; | 
 |  |  |     certificationElement?: UserCertificationElementEnum; | 
 |  |  |     /** 验证码 */ | 
 |  |  |     vCode?: string; | 
 |  |  |     /** 银行卡号 */ | 
 |  |  |     bankCardNumber?: string; | 
 |  |  |     /** 法人身份证照反面 */ | 
 |  |  |     legalPersonIdBackImgUrl?: string; | 
 |  |  |     /** 代理人身份证照反面 */ | 
 |  |  |     proxyPersonIdBackImgUrl?: string; | 
 |  |  |     /** 法人银行卡照片 */ | 
 |  |  |     legalPersonBankCardImgUrl?: string; | 
 |  |  |     /** 代理人银行卡照片 */ | 
 |  |  |     proxyPersonBankCardImgUrl?: string; | 
 |  |  |     id?: string; | 
 |  |  |     /** 平台服务支付单Id */ | 
 |  |  |     platformServicePayId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateUserCertificationBaseInput { | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     enterpriseType?: EnterpriseTypeEnum; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName: string; | 
 |  |  |     /** 营业执照文件地址 */ | 
 |  |  |     licenseUrl: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode: string; | 
 |  |  |     certificationMode?: UserCertificationModeEnum; | 
 |  |  |     /** 法人姓名 */ | 
 |  |  |     legalPersonName?: string; | 
 |  |  |     /** 法人身份证号 */ | 
 |  |  |     legalPersonIdNumber?: string; | 
 |  |  |     /** 法人手持身份证照 */ | 
 |  |  |     legalPersonIdImgUrl?: string; | 
 |  |  |     /** 法人身份证照反面 */ | 
 |  |  |     legalPersonIdBackImgUrl?: string; | 
 |  |  |     /** 是否付费 */ | 
 |  |  |     isPay?: boolean; | 
 |  |  |     /** 付费金额 */ | 
 |  |  |     payAmount?: number; | 
 |  |  |     /** 所属园区 */ | 
 |  |  |     belongPark?: string; | 
 |  |  |     /** 银行卡号 */ | 
 |  |  |     bankCardNumber?: string; | 
 |  |  |     certificationChannel?: UserCertificationChannelEnum; | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateUserInfoInput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 个人信息邮箱地址 */ | 
 |  |  |     userInfoEmailAddress?: string; | 
 |  |  |     /** 用户头像地址 */ | 
 |  |  |     avatarUrl?: string; | 
 |  |  |     genderType?: GenderTypeEnum; | 
 |  |  |     /** 职称 */ | 
 |  |  |     jobTitle?: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     lifePayType?: LifePayOrderTypeEnum; | 
 |  |  |     /** 运营商 */ | 
 |  |  |     operators?: string; | 
 |  |  |     /** 手机号/户号 */ | 
 |  |  |     content?: string; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     province?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     contactPhone?: string; | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 纬度 */ | 
 |  |  |     addressLatitude?: number; | 
 |  |  |     /** 经度 */ | 
 |  |  |     addressLongitude?: number; | 
 |  |  |     /** 微信二维码图片 */ | 
 |  |  |     wxQrCodeUrl?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 姓名 */ | 
 |  |  |     contacter?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateUserOrderContactStatusInput { | 
 |  |  |     /** 订单Id */ | 
 |  |  |     orderId?: string; | 
 |  |  |     /** 合同编号 */ | 
 |  |  |     contractId?: string; | 
 |  |  |     status?: BestSignUserSignStatusEunm; | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UpdateWalletBatchImportTempInput { | 
 |  |  |     /** 对方证件号码 */ | 
 |  |  |     idNo: string; | 
 |  |  |     /** 对方开户行名 */ | 
 |  |  |     oppBankName: string; | 
 |  |  |     /** 对方帐号 */ | 
 |  |  |     oppAccNo: string; | 
 |  |  |     /** 对方户名 */ | 
 |  |  |     oppAccName: string; | 
 |  |  |     /** 金额 */ | 
 |  |  |     amount: number; | 
 |  |  |     /** 资金用途 */ | 
 |  |  |     useEx?: string; | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     /** 手续费 */ | 
 |  |  |     fee?: number; | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UploadAttachmentInput { | 
 |  |  |     /** 投保批次编号 */ | 
 |  |  |     insurePolicyId?: string; | 
 |  |  |     /** 保单号 */ | 
 |  |  |     insureBillNo?: string; | 
 |  |  |     /** 附件文件 */ | 
 |  |  |     insureBillUrl?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UploadBatchAttachmentUrlInput { | 
 |  |  |     /** 批单编号 */ | 
 |  |  |     batchBillId?: string; | 
 |  |  |     /** 附件上传 */ | 
 |  |  |     attachmentUrl?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UploadBatchPayVoucherUrlInput { | 
 |  |  |     /** 投保批次编号 */ | 
 |  |  |     insurePolicyId?: string; | 
 |  |  |     /** 批单编号 */ | 
 |  |  |     batchBillId?: string; | 
 |  |  |     /** 支付凭证 */ | 
 |  |  |     payVoucherUrl?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UploadInsureBillFileInput { | 
 |  |  |     /** 投保批次编号 */ | 
 |  |  |     insurePolicyId?: string; | 
 |  |  |     /** 投保单 */ | 
 |  |  |     insureBillUrl?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UploadVoucherUrlInput { | 
 |  |  |     /** 投保批次编号 */ | 
 |  |  |     insurePolicyId?: string; | 
 |  |  |     /** 支付凭证 */ | 
 |  |  |     payVoucherUrl?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UseDeleteTemplateInput { | 
 |  |  |     /** 模版编号 上上签开放平台的模版管理列表获取,或者通过“获取开发者模版列表”接口获取 */ | 
 |  |  |     tid?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UseEmploerDto { | 
 |  |  |     useEmploer?: string; | 
 |  |  |     staffCount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserAttentionsDto { | 
 |  |  |     /** 产品关注数 */ | 
 |  |  |     productCount?: number; | 
 |  |  |     /** 资讯关注数 */ | 
 |  |  |     informationCount?: number; | 
 |  |  |     /** 消息数量 */ | 
 |  |  |     messageCount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserAttestationCheckInput { | 
 |  |  |     /** 用户认证Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 冠名:0其他,1省级,2市级,3区县级 */ | 
 |  |  |     namingType?: number; | 
 |  |  |     /** 状态:0提交待审核,1,完善中 2, 已完善 9, 提交审核  10通过,-10驳回 -20 禁用 -30 未认证 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 服务商星级:1~5 */ | 
 |  |  |     serveStarLevel?: number; | 
 |  |  |     city?: string; | 
 |  |  |     /** 拓展字段(电费类型) */ | 
 |  |  |     extraProperties?: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 创建时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     isDeleted?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserAttestationDto { | 
 |  |  |     /** 用户认证Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 联系人:类型为个人时联系人为申请时姓名 */ | 
 |  |  |     contacter?: string; | 
 |  |  |     /** 名片联系人 */ | 
 |  |  |     cardName?: string; | 
 |  |  |     /** 名片联系电话 */ | 
 |  |  |     cardPhone?: string; | 
 |  |  |     /** 名片的Email */ | 
 |  |  |     cardEmail?: string; | 
 |  |  |     /** 名片的地址 */ | 
 |  |  |     cardAddress?: string; | 
 |  |  |     /** 名片的微信二维码 */ | 
 |  |  |     cardWxUrl?: string; | 
 |  |  |     /** 头像 */ | 
 |  |  |     cardHeadUrl?: string; | 
 |  |  |     /** 名片的职称 */ | 
 |  |  |     cardPostion?: string; | 
 |  |  |     /** 用户手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     /** 注册类型:1为企业,2为个人 */ | 
 |  |  |     registType?: number; | 
 |  |  |     /** 认证类型:1为企业,2为个人 */ | 
 |  |  |     type?: number; | 
 |  |  |     /** 10 人资公司 20 园区经营 30 用工单位 40 民营企业 */ | 
 |  |  |     authType?: number; | 
 |  |  |     /** 企业名称/个人姓名 */ | 
 |  |  |     customerName?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 企业规模 */ | 
 |  |  |     firmSize?: number; | 
 |  |  |     /** 营业执照文件地址 */ | 
 |  |  |     licenseUrl?: string; | 
 |  |  |     /** 区域Code */ | 
 |  |  |     areaCode?: number; | 
 |  |  |     /** 所在地 */ | 
 |  |  |     address?: string; | 
 |  |  |     /** 状态:0提交待审核,1,完善中 2, 已完善 9, 提交审核  10通过,-10驳回 -20 禁用 -30 未认证 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 提交认证时间 */ | 
 |  |  |     attestateDate?: string; | 
 |  |  |     /** 注册日期 */ | 
 |  |  |     registDate?: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserAttestationDtoPageOutput { | 
 |  |  |   interface UserAccountOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: UserAttestationDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserCardDto { | 
 |  |  |     /** 用户认证Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 名片联系人 */ | 
 |  |  |     cardName?: string; | 
 |  |  |     /** 名片联系电话 */ | 
 |  |  |     cardPhone?: string; | 
 |  |  |     /** 名片的Email */ | 
 |  |  |     cardEmail?: string; | 
 |  |  |     /** 名片的地址 */ | 
 |  |  |     cardAddress?: string; | 
 |  |  |     /** 名片的微信二维码 */ | 
 |  |  |     cardWxUrl?: string; | 
 |  |  |     /** 头像 */ | 
 |  |  |     cardHeadUrl?: string; | 
 |  |  |     /** 名片的职称 */ | 
 |  |  |     cardPostion?: string; | 
 |  |  |     /** 公司名称 */ | 
 |  |  |     cardCompanyName?: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserCertificationAuditDetailDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     enterpriseType?: EnterpriseTypeEnum; | 
 |  |  |     /** 审核单号(审核订单号) */ | 
 |  |  |     auditNo?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 营业执照文件地址 */ | 
 |  |  |     licenseUrl?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     certificationMode?: UserCertificationModeEnum; | 
 |  |  |     /** 法人姓名 */ | 
 |  |  |     legalPersonName?: string; | 
 |  |  |     /** 法人身份证号 */ | 
 |  |  |     legalPersonIdNumber?: string; | 
 |  |  |     /** 法人手持身份证照 */ | 
 |  |  |     legalPersonIdImgUrl?: string; | 
 |  |  |     /** 认证联系人 */ | 
 |  |  |     certificationContact?: string; | 
 |  |  |     /** 认证联系人电话 */ | 
 |  |  |     certificationContactPhone?: string; | 
 |  |  |     /** 代理人姓名 */ | 
 |  |  |     proxyPersonName?: string; | 
 |  |  |     /** 代理人身份证号 */ | 
 |  |  |     proxyPersonIdNumber?: string; | 
 |  |  |     /** 代理人手持身份证照 */ | 
 |  |  |     proxyPersonIdImgUrl?: string; | 
 |  |  |     /** 企业授权书 */ | 
 |  |  |     proxyPowerAttorneyUrl?: string; | 
 |  |  |     auditStatus?: UserCertificationAuditStatusEnum; | 
 |  |  |     /** 认证信息Id */ | 
 |  |  |     userCertificationId?: string; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |     invoicingStatus?: InvoicingStatusEnum; | 
 |  |  |     invoicingType?: InvoicingTypeEnum; | 
 |  |  |     /** 支付发票地址 */ | 
 |  |  |     payInvoicingUrl?: string; | 
 |  |  |     payStatus?: PayStatusEnum; | 
 |  |  |     /** 开票日期 */ | 
 |  |  |     invoicingTime?: string; | 
 |  |  |     /** 入账日期 */ | 
 |  |  |     payCreditedTime?: string; | 
 |  |  |     payCreditedStatus?: PayCreditedStatusEnum; | 
 |  |  |     /** 平台服务支付Id */ | 
 |  |  |     platformServicePayId?: string; | 
 |  |  |     payTypeEnum?: PayTypeEnum; | 
 |  |  |     /** 注册时间 */ | 
 |  |  |     registTime?: string; | 
 |  |  |     /** 订单提交日期 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 法人身份证照反面 */ | 
 |  |  |     legalPersonIdBackImgUrl?: string; | 
 |  |  |     /** 代理人身份证照反面 */ | 
 |  |  |     proxyPersonIdBackImgUrl?: string; | 
 |  |  |     certificationChannel?: UserCertificationChannelEnum; | 
 |  |  |     certificationElement?: UserCertificationElementEnum; | 
 |  |  |     /** 银行卡号 */ | 
 |  |  |     bankCardNumber?: string; | 
 |  |  |     /** 三方通道流水号 */ | 
 |  |  |     thirdPartySid?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserCertificationAuditListDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     enterpriseType?: EnterpriseTypeEnum; | 
 |  |  |     /** 审核单号(审核订单号) */ | 
 |  |  |     auditNo?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 营业执照文件地址 */ | 
 |  |  |     licenseUrl?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 认证联系人 */ | 
 |  |  |     certificationContact?: string; | 
 |  |  |     /** 认证联系人电话 */ | 
 |  |  |     certificationContactPhone?: string; | 
 |  |  |     auditStatus?: UserCertificationAuditStatusEnum; | 
 |  |  |     /** 认证信息Id */ | 
 |  |  |     userCertificationId?: string; | 
 |  |  |     payCreditedStatus?: PayCreditedStatusEnum; | 
 |  |  |     /** 平台服务支付Id */ | 
 |  |  |     platformServicePayId?: string; | 
 |  |  |     payTypeEnum?: PayTypeEnum; | 
 |  |  |     /** 订单提交日期 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 用户手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |     certificationChannel?: UserCertificationChannelEnum; | 
 |  |  |     certificationElement?: UserCertificationElementEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserCertificationAuditListDtoPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: UserCertificationAuditListDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type UserCertificationAuditStatusEnum = 0 | 10 | 30 | 40; | 
 |  |  |  | 
 |  |  |   interface UserCertificationBestSignIdentity3CheckInput { | 
 |  |  |     /** 法人姓名 */ | 
 |  |  |     legalPersonName?: string; | 
 |  |  |     /** 法人身份证号 */ | 
 |  |  |     legalPersonIdNumber?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type UserCertificationChannelEnum = 10 | 20; | 
 |  |  |  | 
 |  |  |   interface UserCertificationDropdownDataDto { | 
 |  |  |     id?: string; | 
 |  |  |     enterpriseName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type UserCertificationElementEnum = 10 | 20; | 
 |  |  |  | 
 |  |  |   type UserCertificationModeEnum = 10 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 90; | 
 |  |  |  | 
 |  |  |   type UserCertificationStatusEnum = 0 | 20 | 30; | 
 |  |  |  | 
 |  |  |   interface UserCertificationV2VerifySignatureByFileResponse { | 
 |  |  |     /** 验签时间 */ | 
 |  |  |     now?: string; | 
 |  |  |     /** 域 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 签名序号 */ | 
 |  |  |     signatureNumber?: string; | 
 |  |  |     /** 标签名称 否 */ | 
 |  |  |     pageNum?: string; | 
 |  |  |     x?: string; | 
 |  |  |     y?: string; | 
 |  |  |     /** 签名时间 */ | 
 |  |  |     signTime?: string; | 
 |  |  |     /** 签名是否被篡改  1为是,0为否 */ | 
 |  |  |     signIsModified?: string; | 
 |  |  |     /** 是否为上上签所签署的证书  1为是,0为否,为空表示无法确定 */ | 
 |  |  |     isBestSignCert?: string; | 
 |  |  |     /** 证书颁发机构DN项 */ | 
 |  |  |     issurerDN?: string; | 
 |  |  |     /** 签名证书类型  1为个人证书,2为企业证书,为空表示无法确定 */ | 
 |  |  |     certType?: string; | 
 |  |  |     /** 签名算法 */ | 
 |  |  |     sigAlgName?: string; | 
 |  |  |     /** 证书有效期开始时间 */ | 
 |  |  |     certStartTime?: string; | 
 |  |  |     /** 签署时证书是否在有效期内 1为是,0为否 */ | 
 |  |  |     certValidityForSignTime?: string; | 
 |  |  |     /** 证书有效期截止时间 */ | 
 |  |  |     certEndTime?: string; | 
 |  |  |     /** 验签时证书是否在有效期内  1为是,0为否 */ | 
 |  |  |     certValidityNow?: string; | 
 |  |  |     /** 签署时证书吊销状态  -1: 吊销检查失败; 0: 无吊销记录; 1: 已被吊销; 2: 吊销检查未完成或吊销状态未知。 | 
 |  |  | 如果为空,表示该证书无法进行吊销检查(如证书未提供吊销检查列表等) */ | 
 |  |  |     revocationStatus?: string; | 
 |  |  |     /** 验签时证书吊销状态 -1: 吊销检查失败; 0: 无吊销记录; 1: 已被吊销; 2: 吊销检查未完成或吊销状态未知。 | 
 |  |  | 如果为空,表示该证书无法进行吊销检查(如证书未提供吊销检查列表等) */ | 
 |  |  |     revocationNowStatus?: string; | 
 |  |  |     /** 证书吊销时间 */ | 
 |  |  |     revocationDate?: string; | 
 |  |  |     /** 证书中企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 证书中企业统一社会信用代码 */ | 
 |  |  |     enterpriseCredential?: string; | 
 |  |  |     /** 签署者 */ | 
 |  |  |     signer?: string; | 
 |  |  |     /** 证书DN项 */ | 
 |  |  |     dn?: string; | 
 |  |  |     /** 签章图片 */ | 
 |  |  |     serialNumber?: string; | 
 |  |  |     /** 错误信息 */ | 
 |  |  |     imageData?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserCertificationV2VerifySignatureByFileResponseListBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: UserCertificationV2VerifySignatureByFileResponse[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserContractCreateAttachmentInput { | 
 |  |  |     /** 合同ID 创建的合同ID,在后续接口中使用 */ | 
 |  |  |     contractId?: string; | 
 |  |  |     /** 是否在签约存证页中显示刷脸签照片 否 0:否(默认),其他:是。0:否(默认),其他:是。 | 
 |  |  | 注:仅“微众(即腾讯云)刷脸”方式才能体现照片,且需要在刷脸后3天内生成。 */ | 
 |  |  |     isShowFacePhoto?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserContractCreateByTemplateInput { | 
 |  |  |     userId?: string; | 
 |  |  |     /** 用户帐号 必须要指定一个用户帐号作为合同的创建者(建议统一为开发者的account,或者需要进行分类统计的某些account,以便后期按此account进行统计) */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 模版编号 要用来创建合同的模版编号 */ | 
 |  |  |     type?: string; | 
 |  |  |     /** templateToken 上一个接口/template/createPdf/返回的templateToken */ | 
 |  |  |     templateToken?: string; | 
 |  |  |     /** 合同能够签署的到期时间 否 合同必须在指定的到期时间之前完成签署,一旦过期则此合同将无法被签署。格式为秒级的unix时间戳, | 
 |  |  | 如希望“2017/12/30 10:21:52”到期,则设置为“1514600512”;如果不填则默认为创建后加7天有效期。 */ | 
 |  |  |     expireTime?: string; | 
 |  |  |     /** 合同标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 合同描述 */ | 
 |  |  |     description?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserContractSendSignVCodeInput { | 
 |  |  |     /** 合同编号 */ | 
 |  |  |     contractId?: string; | 
 |  |  |     /** 实名签署二合一 */ | 
 |  |  |     isVerifyAndSignCombine?: string; | 
 |  |  |     /** 签署者 */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 验证码发送目标手机号码或者目标邮箱 */ | 
 |  |  |     sendTarget?: string; | 
 |  |  |     /** 发送类型 目前支持:sms, voiceSms,mail */ | 
 |  |  |     sendType?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserContractSendSignVCodeResponse { | 
 |  |  |     /** 流水号 */ | 
 |  |  |     flowId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserContractSendSignVCodeResponseBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: UserContractSendSignVCodeResponse; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserContractSignCert2Input { | 
 |  |  |     /** 合同编号 */ | 
 |  |  |     contractId?: string; | 
 |  |  |     /** 签约须知 否 */ | 
 |  |  |     remindInfo?: string; | 
 |  |  |     /** 实名签署二合一 否 传1,实名、签署校验二合一生效,传空或其他值不生效 */ | 
 |  |  |     faceMethod?: string; | 
 |  |  |     /** 签署者 签署者的account */ | 
 |  |  |     signer?: string; | 
 |  |  |     /** 需校验的短信验证码 */ | 
 |  |  |     vcode?: string; | 
 |  |  |     /** 需校验的短信验证码 */ | 
 |  |  |     sendTarget?: string; | 
 |  |  |     /** 签名图片宽度 否 */ | 
 |  |  |     signatureImageWidth?: string; | 
 |  |  |     /** 签名图片高度 否 */ | 
 |  |  |     signatureImageHeight?: string; | 
 |  |  |     /** 签名图片内容 否 用户指定的签名图片,Base64字符串 */ | 
 |  |  |     signatureImageData?: string; | 
 |  |  |     /** 签名位置坐标列表 */ | 
 |  |  |     signaturePositions?: UserGetContractEnterpriseFaceSignPositionsInput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserContractSignCertInput { | 
 |  |  |     /** 合同ID 创建的合同ID,在后续接口中使用 */ | 
 |  |  |     contractId?: string; | 
 |  |  |     /** 签署者账号 */ | 
 |  |  |     signerAccount?: string; | 
 |  |  |     /** 签名位置数组,具体数组元素如下 */ | 
 |  |  |     signaturePositions?: UserContractSignCertPositionInput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserContractSignCertPositionInput { | 
 |  |  |     /** x坐标 */ | 
 |  |  |     x?: string; | 
 |  |  |     /** y坐标 */ | 
 |  |  |     y?: string; | 
 |  |  |     /** 页码 */ | 
 |  |  |     pageNum?: string; | 
 |  |  |     /** 签署日期 */ | 
 |  |  |     dateTimeFormat?: string; | 
 |  |  |     /** 签署类型 */ | 
 |  |  |     type?: string; | 
 |  |  |     /** 字号 */ | 
 |  |  |     fontSize?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserContractSignKeywordsInput { | 
 |  |  |     /** 合同ID 创建的合同ID,在后续接口中使用 */ | 
 |  |  |     contractId?: string; | 
 |  |  |     /** 签署者账号 */ | 
 |  |  |     signerAccount?: string; | 
 |  |  |     /** 关键字列表 需要添加签名位置的关键字列表,支持多个关键字。内部以String数组进行拼接,示例如下: ["张三","乙方"]。 | 
 |  |  | 如果设置的关键字,在合同文件中有多处,上上签会在每一次都添加印章或签名 */ | 
 |  |  |     keywords?: Record<string, any>[]; | 
 |  |  |     /** 对齐方式 否 */ | 
 |  |  |     align?: string; | 
 |  |  |     /** 签名图片 否 */ | 
 |  |  |     signatureImageData?: string; | 
 |  |  |     /** 签名图片名称 否 */ | 
 |  |  |     signatureImageName?: string; | 
 |  |  |     /** 图片显示宽度 否 */ | 
 |  |  |     signatureImageWidth?: string; | 
 |  |  |     /** 图片显示高度 否 */ | 
 |  |  |     signatureImageHeight?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserContractSignTemplateInput { | 
 |  |  |     /** 用户帐号 必须要指定一个用户帐号作为合同的创建者(建议统一为开发者的account,或者需要进行分类统计的某些account,以便后期按此account进行统计) */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 模版编号 要用来创建合同的模版编号 */ | 
 |  |  |     type?: string; | 
 |  |  |     vars?: UserContractSignTemplateVarsInput; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserContractSignTemplateVarNameInput { | 
 |  |  |     /** 签名图片显示宽度 否 */ | 
 |  |  |     signatureImageWidth?: string; | 
 |  |  |     /** 签名图片显示高度 否 */ | 
 |  |  |     signatureImageHeight?: string; | 
 |  |  |     /** 签署者账号 */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 签名图片,base64编码字符串 否  如果变量是签署日期类型则此项不传,传了会报错。使用优先级为signatureImageData>signatureImageName。同一个account同一次签署只支持用一个签名图片 */ | 
 |  |  |     signatureImageData?: string; | 
 |  |  |     /** 签名图片 否 */ | 
 |  |  |     signatureImageName?: string; | 
 |  |  |     /** 合同描述 否 */ | 
 |  |  |     description?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserContractSignTemplateVarsInput { | 
 |  |  |     varName?: UserContractSignTemplateVarNameInput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserCreateInformationAdvertiseInput { | 
 |  |  |     /** 资讯Id */ | 
 |  |  |     informationId?: string; | 
 |  |  |     /** 广告位置:0首页一级,2详情页推荐 */ | 
 |  |  |     position?: number; | 
 |  |  |     /** 投放周期类型:1天,7周,30月,90季,365年 */ | 
 |  |  |     periodType: number; | 
 |  |  |     /** 投放次数 */ | 
 |  |  |     count: number; | 
 |  |  |     /** 单次投放收费 */ | 
 |  |  |     price: number; | 
 |  |  |     /** 投放合计费用 */ | 
 |  |  |     fee?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserCreateParkOrHRAdvertiseInput { | 
 |  |  |     /** 产品Id */ | 
 |  |  |     parkOrHRId?: string; | 
 |  |  |     /** 广告位置:0首页一级,1首页二级,2详情页推荐 */ | 
 |  |  |     position?: number; | 
 |  |  |     /** 投放周期类型:1天,7周,30月,90季,365年 */ | 
 |  |  |     periodType: number; | 
 |  |  |     /** 投放次数 */ | 
 |  |  |     count: number; | 
 |  |  |     /** 单次投放收费 */ | 
 |  |  |     price: number; | 
 |  |  |     /** 投放合计费用 */ | 
 |  |  |     fee?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserCreateProductAdvertiseInput { | 
 |  |  |     /** 产品Id */ | 
 |  |  |     productId?: string; | 
 |  |  |     /** 广告位置:0首页一级,1首页二级,2详情页推荐 */ | 
 |  |  |     position?: number; | 
 |  |  |     /** 投放周期类型:1天,7周,30月,90季,365年 */ | 
 |  |  |     periodType: number; | 
 |  |  |     /** 投放次数 */ | 
 |  |  |     count: number; | 
 |  |  |     /** 单次投放收费 */ | 
 |  |  |     price: number; | 
 |  |  |     /** 投放合计费用 */ | 
 |  |  |     fee?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserCredentialVerifyOcrIDCardInput { | 
 |  |  |     /** 身份证人像面照片(Base64),图片不超过3M */ | 
 |  |  |     identityImage?: string; | 
 |  |  |     /** 身份证正面照片url 否 identityImage和identityImageUrl 2选一 */ | 
 |  |  |     identityImageUrl?: string; | 
 |  |  |     /** 身份证背面照片(Base64),图片不超过3M */ | 
 |  |  |     identityBackImage?: string; | 
 |  |  |     /** 身份证被面照片url 否 identityBackImage和identityBackImageUrl 2选1 */ | 
 |  |  |     identityBackImageUrl?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserCredentialVerifyOcrIDCardResponse { | 
 |  |  |     /** 请求状态 请求成功时,status不返回; 请求失败时,返回status=2和失败原因 */ | 
 |  |  |     status?: string; | 
 |  |  |     /** 流程id */ | 
 |  |  |     flowId?: string; | 
 |  |  |     /** 出生年月日 */ | 
 |  |  |     birthday?: string; | 
 |  |  |     /** 姓名 */ | 
 |  |  |     realName?: string; | 
 |  |  |     /** 有效期 */ | 
 |  |  |     validate?: string; | 
 |  |  |     /** 签发机关 */ | 
 |  |  |     issueBy?: string; | 
 |  |  |     /** 民族 */ | 
 |  |  |     race?: string; | 
 |  |  |     /** 性别 */ | 
 |  |  |     gender?: string; | 
 |  |  |     /** 住址 */ | 
 |  |  |     address?: string; | 
 |  |  |     /** 身份证号 */ | 
 |  |  |     idcardNum?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserCredentialVerifyOcrIDCardResponseBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: UserCredentialVerifyOcrIDCardResponse; | 
 |  |  |     data?: UserAccountOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserData { | 
 |  |  | 
 |  |  |  | 
 |  |  |   interface UserDataListResultDto { | 
 |  |  |     items?: UserData[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserDistTemplateUploadInput { | 
 |  |  |     /** 账号Id */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 文件MD5值 	 | 
 |  |  | 例如: FileInputStream file = new FileInputStream("d: \\test\\接口系统.pdf"); byte[] bdata = IOUtils.toByteArray(file); String fmd5 = DigestUtils.md5Hex(bdata); */ | 
 |  |  |     fmd5?: string; | 
 |  |  |     /** 文件类型 否 如PDF等 */ | 
 |  |  |     ftype?: string; | 
 |  |  |     /** 原始文件名 文件名必须带上后缀名,例如“XXXX.pdf” */ | 
 |  |  |     fname?: string; | 
 |  |  |     /** 总页数 */ | 
 |  |  |     fpages?: string; | 
 |  |  |     /** 文件内容  例如: FileInputStream file = new FileInputStream("d: \\test\\接口系统.pdf"); byte[] bdata = IOUtils.toByteArray(file); String fdata =Base64.encodeBase64String(bdata); */ | 
 |  |  |     fdata?: string; | 
 |  |  |     /** 是否强制清理pdf 某些pdf中存在一些特殊元素,会导致签名无效。此参数可强制清理pdf中的特殊元素,保证签名有效。 枚举值: 0-不强制清理 1-强制清理 */ | 
 |  |  |     isCleanup?: string; | 
 |  |  |     /** 编辑保存 否 该参数为调用后,是否必须要开放平台进行保存操作控制的参数 0 - 需要保存 1- 不需要保存 */ | 
 |  |  |     platformFlag?: string; | 
 |  |  |     /** 是否读取表单 否  0-不读取,1-读取,默认不读取。 */ | 
 |  |  |     isReadForm?: string; | 
 |  |  |     /** 模板标题 */ | 
 |  |  |     title?: string; | 
 |  |  |     /** 标签名称 否 */ | 
 |  |  |     categoryName?: string; | 
 |  |  |     /** 流水号 否 */ | 
 |  |  |     sid?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserDto { | 
 |  |  | 
 |  |  |     data?: UserDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type UserFollowStatusEnum = 10 | 20 | 30 | 40; | 
 |  |  |  | 
 |  |  |   interface UserGetContractEnterpriseFaceSignInput { | 
 |  |  |     /** 签约须知 否 */ | 
 |  |  |     remindInfo?: string; | 
 |  |  |     /** 签名图片高度 否 */ | 
 |  |  |     signatureImageHeight?: string; | 
 |  |  |     /** 实名签署二合一 否 枚举值0/1,默认为0。 */ | 
 |  |  |     isVerifyAndSignCombine?: string; | 
 |  |  |     /** 是否允许拖动签名位置 否 在有指定signaturePOSTion参数的情况下,是否允许拖动签名位置。取值1/0。(0:不允许,1:允许,下面都是这样的) */ | 
 |  |  |     isAllowChangeSignaturePosition?: string; | 
 |  |  |     /** 签署链接有效时间 否 */ | 
 |  |  |     expireTime?: string; | 
 |  |  |     /** 异步通知地址 否 此处有配置则签署推送消息优先使用此配置,如果此处没有配置,则取开发者统一配置的异步推送地址 */ | 
 |  |  |     pushUrl?: string; | 
 |  |  |     /** 签署者账号 签署人账号 */ | 
 |  |  |     signerAccount?: string; | 
 |  |  |     /** 印章图片 否 取“上传用户签名/印章图片”接口设置的imageName的值 */ | 
 |  |  |     signatureImageName?: string; | 
 |  |  |     /** 验证码手机号 否 */ | 
 |  |  |     vcodeMobile?: string; | 
 |  |  |     /** 强制阅读时长 否 手动签强制阅读的倒计时秒数,最大可设置180秒。可与readAll搭配使用。 */ | 
 |  |  |     forceReadingSeconds?: string; | 
 |  |  |     /** 签署校验类型 否 二选一场景需要传参verifyType = [ "sms", "face"] ,不支持单独设置为sms */ | 
 |  |  |     verifyType?: string[]; | 
 |  |  |     /** 签名图片内容 否 用户指定的签名图片,Base64字符串 */ | 
 |  |  |     signatureImageData?: string; | 
 |  |  |     /** 回调地址 否 手动签署时,当用户签署完成后,签署页面指定回跳的页面地址,如果没填此参数则签署完成后跳转到合同预览页面。  | 
 |  |  | 如果returnurl带有“http”或“https”开头则判定h5跳转,如果returnurl带有“alipays://”开头判定为支付宝小程序跳转, | 
 |  |  | 其余开头则判定为微信小程序跳转(/pages/XXX), | 
 |  |  | 只能是page不能是tabbar。 */ | 
 |  |  |     returnUrl?: string; | 
 |  |  |     /** 流水号 */ | 
 |  |  |     serialNumber?: string; | 
 |  |  |     /** 签名图片宽度 否 */ | 
 |  |  |     signatureImageWidth?: string; | 
 |  |  |     /** 图片清晰度 否 */ | 
 |  |  |     dpi?: string; | 
 |  |  |     /** 授权回调域名 否 若您的配置环境为微信小程序,且使用刷脸签署方式,该参数为必传,具体参数值请联系上上签技术支持同学咨询;其他微信环境该参数可不传 */ | 
 |  |  |     callbackHost?: string; | 
 |  |  |     /** 签署人身份证号 签署人证件号码,若使用刷脸且使用实名签署二合一,请务必传法人身份证号 */ | 
 |  |  |     identity?: string; | 
 |  |  |     /** 合同编号 */ | 
 |  |  |     contractId?: string; | 
 |  |  |     /** 是否要求全部阅读 否 枚举值0/1/2,默认为0 0-无需拖动到页面底部即可确认签署 1-必须拖动到页面底部,表示阅读完毕才能确认签署 2 - 强制勾选【已阅读,本人已知晓合同内容】才可以进行签署 */ | 
 |  |  |     readAll?: string; | 
 |  |  |     /** 签署人姓名 签署人姓名,可以是法人、也可以是企业经办人,若使用刷脸且使用实名签署二合一,请务必传法人姓名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 签名位置坐标列表 */ | 
 |  |  |     signaturePositions?: UserGetContractEnterpriseFaceSignPositionsInput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserGetContractEnterpriseFaceSignPositionsInput { | 
 |  |  |     /** 纵坐标 */ | 
 |  |  |     y?: string; | 
 |  |  |     /** 横坐标 */ | 
 |  |  |     x?: string; | 
 |  |  |     /** 日期签署 否 日期签署,格式为“MM-dd-yyyy” 使用时须在signaturePosition传{"pageNum":"","x":"","y":"","rptPageNums":"","type":"date",","fontSize":""}; | 
 |  |  | 为日期签署的坐标,fontSize默认值为18,仅在dateTimeFormat不为空是生效 */ | 
 |  |  |     dateTimeFormat?: string; | 
 |  |  |     /** 签名位置页码 */ | 
 |  |  |     pageNum?: string; | 
 |  |  |     /** 当前位置的签名需要复制到的目标页码列表 否 */ | 
 |  |  |     rptPageNums?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserGetContractEnterpriseFaceSignResponse { | 
 |  |  |     /** 刷脸链接 */ | 
 |  |  |     url?: string; | 
 |  |  |     /** 流水号 */ | 
 |  |  |     serialNumber?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserGetContractEnterpriseFaceSignResponseBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: UserGetContractEnterpriseFaceSignResponse; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserGetContractSendInput { | 
 |  |  |     /** 合同编号 */ | 
 |  |  |     contractId?: string; | 
 |  |  |     /** 签约须知 否 */ | 
 |  |  |     remindInfo?: string; | 
 |  |  |     /** 刷脸方式 否 选择刷脸方式,0-微众(即腾讯云),1-支付宝,支付宝刷脸为跳转支付宝app刷脸,2-跳转至微信小程序刷脸 */ | 
 |  |  |     faceMethod?: string; | 
 |  |  |     /** 签署者账号 指定给哪个用户看 */ | 
 |  |  |     signer?: string; | 
 |  |  |     /** 请求业务流水号 否 开发者自定义的签署流水号(比如第几次签署之类),如有填写,则在异步推送签署结果时包含此签署流水号 */ | 
 |  |  |     sid?: string; | 
 |  |  |     /** 签名图片高度 否 */ | 
 |  |  |     signatureImageHeight?: string; | 
 |  |  |     /** 实名签署二合一 否 枚举值0/1,默认为0。 */ | 
 |  |  |     isVerifyAndSignCombine?: string; | 
 |  |  |     /** 是否允许拖动签名位置 否 在有指定signaturePOSTion参数的情况下,是否允许拖动签名位置。取值1/0。(0:不允许,1:允许,下面都是这样的) */ | 
 |  |  |     isAllowChangeSignaturePosition?: string; | 
 |  |  |     /** 签署链接有效时间 否 */ | 
 |  |  |     expireTime?: string; | 
 |  |  |     /** 异步通知地址 否 此处有配置则签署推送消息优先使用此配置,如果此处没有配置,则取开发者统一配置的异步推送地址 */ | 
 |  |  |     pushUrl?: string; | 
 |  |  |     /** 签署者账号 签署人账号 */ | 
 |  |  |     signerAccount?: string; | 
 |  |  |     /** 印章图片 否 取“上传用户签名/印章图片”接口设置的imageName的值 */ | 
 |  |  |     signatureImageName?: string; | 
 |  |  |     /** 验证码手机号 否 */ | 
 |  |  |     vcodeMobile?: string; | 
 |  |  |     /** 强制阅读时长 否 手动签强制阅读的倒计时秒数,最大可设置180秒。可与readAll搭配使用。 */ | 
 |  |  |     forceReadingSeconds?: string; | 
 |  |  |     /** 签署校验类型 否 二选一场景需要传参verifyType = [ "sms", "face"] ,不支持单独设置为sms */ | 
 |  |  |     verifyType?: string[]; | 
 |  |  |     /** 签名图片内容 否 用户指定的签名图片,Base64字符串 */ | 
 |  |  |     signatureImageData?: string; | 
 |  |  |     /** 回调地址 否 手动签署时,当用户签署完成后,签署页面指定回跳的页面地址,如果没填此参数则签署完成后跳转到合同预览页面。  | 
 |  |  | 如果returnurl带有“http”或“https”开头则判定h5跳转,如果returnurl带有“alipays://”开头判定为支付宝小程序跳转, | 
 |  |  | 其余开头则判定为微信小程序跳转(/pages/XXX), | 
 |  |  | 只能是page不能是tabbar。 */ | 
 |  |  |     returnUrl?: string; | 
 |  |  |     /** 流水号 */ | 
 |  |  |     serialNumber?: string; | 
 |  |  |     /** 签名图片宽度 否 */ | 
 |  |  |     signatureImageWidth?: string; | 
 |  |  |     /** 是否显示手写时间 否 */ | 
 |  |  |     isShowHandwrittenTime?: string; | 
 |  |  |     /** 是否使用刷脸签(支持支付宝小程序内的刷脸签署校验) 否 */ | 
 |  |  |     isFaceAuth?: string; | 
 |  |  |     /** 图片清晰度 否 */ | 
 |  |  |     dpi?: string; | 
 |  |  |     /** 授权回调域名 否 若您的配置环境为微信小程序,且使用刷脸签署方式,该参数为必传,具体参数值请联系上上签技术支持同学咨询;其他微信环境该参数可不传 */ | 
 |  |  |     callbackHost?: string; | 
 |  |  |     /** 版本号 否 */ | 
 |  |  |     version?: string; | 
 |  |  |     /** app调用SDK刷脸的消息通知 否 */ | 
 |  |  |     app?: string; | 
 |  |  |     /** 优先刷脸,备用验证码校验 否 1表示必须优先刷脸,备用验证码校验,0表示不生效; ①有此参数则意味着必须要刷脸, | 
 |  |  | 因此必须要有isFaceAuth否则会报错; ②此参数优先级低于verifyType参数,如果传了verifyType则以verifyType为准; | 
 |  |  | ③参数faceFirst与参数 isVerifyAndSignCombine为互斥,只能二选一使用,不能同时设置,如果同时设置会报错。 */ | 
 |  |  |     faceFirst?: string; | 
 |  |  |     /** 手写笔迹识别 否 “hwr”,即HandWriting Recognition(手写识别)的简称,0表示不需要,1表示需要,仅针对个人类型有效; | 
 |  |  | 与该account已申请的证书中的name进行对比; */ | 
 |  |  |     hwr?: string; | 
 |  |  |     /** 验证码邮箱 否 手动签署时指定接收签署验证码的邮箱,填写此项则签署页面可实现“邮箱验证码”与“短信验证码”的切换;  | 
 |  |  | 注意:选用邮箱验证码需要开发者自证该邮箱与签署人的校验关系,上上签无法证明邮箱与实际签署人的信息校验关系; */ | 
 |  |  |     vcodeMail?: string; | 
 |  |  |     /** 是否要求全部阅读 否 枚举值0/1/2,默认为0 0-无需拖动到页面底部即可确认签署 1-必须拖动到页面底部,表示阅读完毕才能确认签署 2 - 强制勾选【已阅读,本人已知晓合同内容】才可以进行签署 */ | 
 |  |  |     readAll?: string; | 
 |  |  |     /** 签署人姓名 签署人姓名,可以是法人、也可以是企业经办人,若使用刷脸且使用实名签署二合一,请务必传法人姓名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 签名位置坐标列表 */ | 
 |  |  |     signaturePositions?: UserGetContractEnterpriseFaceSignPositionsInput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserGetSignPriveiwUrlInput { | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phone?: string; | 
 |  |  |     /** 姓名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 身份证号 */ | 
 |  |  |     idNumber?: string; | 
 |  |  |     /** 身份证正面Url */ | 
 |  |  |     idFrontUrl?: string; | 
 |  |  |     /** 身份证背面Url */ | 
 |  |  |     idBackUrl?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 业务代码 */ | 
 |  |  |     bussinessCode?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserInfoV2 { | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 用户名 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     /** 用户登录所使用的手机号 */ | 
 |  |  |     userPhoneNumber?: string; | 
 |  |  |     /** 账户余额 */ | 
 |  |  |     amount?: number; | 
 |  |  |     /** 收到打赏 */ | 
 |  |  |     reward?: number; | 
 |  |  |     /** 昵称 */ | 
 |  |  |     nickName?: string; | 
 |  |  |     userCertificationAuditStatus?: UserCertificationAuditStatusEnum; | 
 |  |  |     /** 用户认证Id */ | 
 |  |  |     userCertificationId?: string; | 
 |  |  |     /** 企业认证的名称 */ | 
 |  |  |     customerName?: string; | 
 |  |  |     /** 企业统一信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 用户认证Id(公司Id) */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 法人名称 */ | 
 |  |  |     legalPersonName?: string; | 
 |  |  |     /** 年消费 */ | 
 |  |  |     yearlyConsume?: number; | 
 |  |  |     /** 年产品购买消费 */ | 
 |  |  |     yearlyPurchasedConsume?: number; | 
 |  |  |     /** 年打赏消费 */ | 
 |  |  |     yearlyRewardConsume?: number; | 
 |  |  |     /** 年产品广告投放消费 */ | 
 |  |  |     yearlyProductAdConsume?: number; | 
 |  |  |     /** 年资讯广告投放消费 */ | 
 |  |  |     yearlyInformationAdConsume?: number; | 
 |  |  |     /** 1,企业 2, 个人 */ | 
 |  |  |     userType?: number; | 
 |  |  |     authType?: EnterpriseTypeEnum; | 
 |  |  |     userCertificationStatus?: UserCertificationStatusEnum; | 
 |  |  |     /** 0 未开通 10 待审核   20办理中  30通过  -20 驳回 40 下架 50 系统下架 */ | 
 |  |  |     openHRSiteStatus?: number; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contacter?: string; | 
 |  |  |     /** 用户认证过期日期 */ | 
 |  |  |     userCertificationExpirationTime?: string; | 
 |  |  |     invoicingStatus?: InvoicingStatusEnum; | 
 |  |  |     /** 年审开始时间 */ | 
 |  |  |     annualAuditStartTime?: string; | 
 |  |  |     /** 支付发票地址 */ | 
 |  |  |     payInvoicingUrl?: string; | 
 |  |  |     /** 绑定邮箱地址 */ | 
 |  |  |     bindEmailAddress?: string; | 
 |  |  |     /** 用户头像地址 */ | 
 |  |  |     avatarUrl?: string; | 
 |  |  |     genderType?: GenderTypeEnum; | 
 |  |  |     /** 职称 */ | 
 |  |  |     jobTitle?: string; | 
 |  |  |     /** 省code */ | 
 |  |  |     provinceCode?: number; | 
 |  |  |     /** 市code */ | 
 |  |  |     cityCode?: number; | 
 |  |  |     /** 区县code */ | 
 |  |  |     countyCode?: number; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 微信二维码图片 */ | 
 |  |  |     wxQrCodeUrl?: string; | 
 |  |  |     /** 个人信息邮箱地址 */ | 
 |  |  |     userInfoEmailAddress?: string; | 
 |  |  |     /** 保险签约状态 0未签约 10已签约 */ | 
 |  |  |     insureSignStatus?: number; | 
 |  |  |     /** 是否提交钱包开户申请 */ | 
 |  |  |     isApplyWalletAccountOpen?: boolean; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contactPhone?: string; | 
 |  |  |     /** 钱包开户状态 */ | 
 |  |  |     walletAccountOpenStatus?: WalletAccountOpenStatusInfo[]; | 
 |  |  |     /** 钱包状态 */ | 
 |  |  |     walletMainStatus?: WalletAccountTypeMainStatusInfo[]; | 
 |  |  |     matchMakingIdentity?: MatchMakingIdentityEnum; | 
 |  |  |     /** 电子签印章图片生成状态 0未生成 1已生成 */ | 
 |  |  |     signatureImageStatus?: number; | 
 |  |  |     certificationChannel?: UserCertificationChannelEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserMessageInfo { | 
 |  |  |     /** 消息Id */ | 
 |  |  |   interface UserLifePayOrderOutput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 消息内容 */ | 
 |  |  |     messageContent?: string; | 
 |  |  |     /** 消息发送时间 */ | 
 |  |  |     lifePayType?: LifePayTypeEnum; | 
 |  |  |     lifePayOrderType?: LifePayOrderTypeEnum; | 
 |  |  |     /** 订单号 */ | 
 |  |  |     orderNo?: string; | 
 |  |  |     /** 充值金额 */ | 
 |  |  |     rechargeAmount?: number; | 
 |  |  |     /** 优惠金额 */ | 
 |  |  |     discountAmount?: number; | 
 |  |  |     /** 实付金额 */ | 
 |  |  |     payAmount?: number; | 
 |  |  |     /** 支付时间 */ | 
 |  |  |     payTime?: string; | 
 |  |  |     payStatus?: LifePayStatusEnum; | 
 |  |  |     lifePayOrderStatus?: LifePayOrderStatusEnum; | 
 |  |  |     /** 完成时间 */ | 
 |  |  |     finishTime?: string; | 
 |  |  |     /** 订单详细数据 */ | 
 |  |  |     orderParamDetailJsonStr?: string; | 
 |  |  |     /** 下单时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 是否已读 */ | 
 |  |  |     isRead?: boolean; | 
 |  |  |     /** 消息类型 */ | 
 |  |  |     type?: number; | 
 |  |  |     businessBehaviorType?: MessageBusinessBehaviorTypeEnum; | 
 |  |  |     /** 业务数据 */ | 
 |  |  |     businessData?: string; | 
 |  |  |     sourceType?: MessageSourceTypeEnum; | 
 |  |  |     /** 消息发送者的用户id,来源为系统时为空 */ | 
 |  |  |     sourceId?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 名称 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 头像 */ | 
 |  |  |     avatarUrl?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 退款时间 */ | 
 |  |  |     refundTime?: string; | 
 |  |  |     /** 退款凭证 */ | 
 |  |  |     refundCredentialsImgUrl?: string; | 
 |  |  |     refundApplyRemark?: string; | 
 |  |  |     refundCheckRemark?: string; | 
 |  |  |     /** 渠道流水号 */ | 
 |  |  |     acoolyOrderNo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserMessageInfoPageOutput { | 
 |  |  |   interface UserLifePayOrderOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: UserMessageInfo[]; | 
 |  |  |     data?: UserLifePayOrderOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserNoticeSendSignVCodeInput { | 
 |  |  |     /** 目录名称 */ | 
 |  |  |     catalogName?: string; | 
 |  |  |     /** 实名签署二合一 */ | 
 |  |  |     isVerifyAndSignCombine?: string; | 
 |  |  |     /** 用户唯一标识 */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 验证码发送目标手机号码或者目标邮箱 */ | 
 |  |  |     sendTarget?: string; | 
 |  |  |     /** 发送类型 目前支持:sms, voiceSms,mail */ | 
 |  |  |     sendType?: string; | 
 |  |  |     /** 验证码有效时间 否 默认180,单位秒 */ | 
 |  |  |     seconds?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserOrderListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     userId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserPageTemplateCreateInput { | 
 |  |  |     /** 操作者的用户标识 表示开发者是把这个页面提供给哪个用户操作的,这个用户标识必须已经调用“注册用户”接口在上上签系统里创建过,否则这里会报“user not exists” */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 流水号 开发者自定义,通常是开发者自己的业务流程中需要据此判断操作行为 */ | 
 |  |  |     sid?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserPageTemplatePreviewInput { | 
 |  |  |     /** 操作者的用户标识 表示开发者是把这个页面提供给哪个用户操作的,这个用户标识必须已经调用“注册用户”接口在上上签系统里创建过,否则这里会报“user not exists” */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 模版编号 上上签开放平台的模版管理列表获取,或者通过“获取开发者模版列表”接口获取 */ | 
 |  |  |     tid?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserPersonalRealNameSendVCodeInput { | 
 |  |  |     /** 用户帐号 */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 姓名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 证件号码 */ | 
 |  |  |     identity?: string; | 
 |  |  |     /** 用户帐号 */ | 
 |  |  |     mobile?: string; | 
 |  |  |     /** 认证类型 1 - 个人手机号三要素;2 - 个人银行卡四要素 */ | 
 |  |  |     authType?: string; | 
 |  |  |     /** 证件类型 否 默认0,0 – 身份证,1 – 护照,2 – 社会保障卡,3 – 港澳居民来往内地通行证,4 – 台湾居民往来大陆通行证,5 – 户口簿,6 – 临时居民身份证, | 
 |  |  | 7 – 外国人永久居住证,8 – 军官证,9 – 警官证,10 – 士兵证,11 – 其他证件 */ | 
 |  |  |     identityType?: string; | 
 |  |  |     /** 银行卡号 否 个人银行卡四要素认证必填 */ | 
 |  |  |     bankCard?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserPersonalRegAndRealNameAndApplyCertCredentialInput { | 
 |  |  |     /** 证件号 */ | 
 |  |  |     identity?: string; | 
 |  |  |     /** 证件类型 否 默认0,0 – 身份证,1 – 护照,2 – 社会保障卡,3 – 港澳居民来往内地通行证,4 – 台湾居民往来大陆通行证,5 – 户口簿,6 – 临时居民身份证, | 
 |  |  | 7 – 外国人永久居住证,8 – 军官证,9 – 警官证,10 – 士兵证,11 – 其他证件 */ | 
 |  |  |     identityType?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserPersonalRegAndRealNameAndApplyCertInput { | 
 |  |  |     /** 用户帐号 */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 姓名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 证件号码 */ | 
 |  |  |     identity?: string; | 
 |  |  |     /** 用户帐号 */ | 
 |  |  |     mobile?: string; | 
 |  |  |     /** 认证类型 1 - 个人手机号三要素;2 - 个人银行卡四要素 */ | 
 |  |  |     authType?: string; | 
 |  |  |     /** 证件类型 否 默认0,0 – 身份证,1 – 护照,2 – 社会保障卡,3 – 港澳居民来往内地通行证,4 – 台湾居民往来大陆通行证,5 – 户口簿,6 – 临时居民身份证, | 
 |  |  | 7 – 外国人永久居住证,8 – 军官证,9 – 警官证,10 – 士兵证,11 – 其他证件 */ | 
 |  |  |     identityType?: string; | 
 |  |  |     /** 银行卡号 否 个人银行卡四要素认证必填 */ | 
 |  |  |     bankCard?: string; | 
 |  |  |     /** 刷脸方式 否 刷脸认证必填项,1 - 微众刷脸(即腾讯云刷脸);2 - 支付宝刷脸;默认1 */ | 
 |  |  |     faceMethod?: string; | 
 |  |  |     /** returnUrl的请求方式 否 刷脸认证必填项,returnMethod = "postfirst":先post,超时 15s后get。 returnMethod = "" 或者 = "post":只post。 returnMethod = "get":只get。 post、get、postfirst大小写不敏感。 */ | 
 |  |  |     returnMethod?: string; | 
 |  |  |     /** 手机验证码 否 个人三要素、银行卡四要素必填项;由接口“实名认证验证码发送”接口返回参数得到 */ | 
 |  |  |     vcode?: string; | 
 |  |  |     /** 刷脸完成后的跳转链接 否 刷脸认证必填项,如果returnMethod没有指定,则这个returnUrl一定要同时支持post和get,这样就不会有问题了。 */ | 
 |  |  |     returnUrl?: string; | 
 |  |  |     /** 认证流水号 否 */ | 
 |  |  |     sid?: string; | 
 |  |  |     /** 用于校验的Key 否 由接口“实名认证验证码发送”接口返回参数得到 */ | 
 |  |  |     personalIdentityKey?: string; | 
 |  |  |     credential?: UserPersonalRegAndRealNameAndApplyCertCredentialInput; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserPersonRealVerifyInput { | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phone?: string; | 
 |  |  |     /** 验证码 */ | 
 |  |  |     vcode?: string; | 
 |  |  |     /** 验证key */ | 
 |  |  |     personalIdentity3Key?: string; | 
 |  |  |     /** 用户id */ | 
 |  |  |     companyId?: string; | 
 |  |  |     /** 业务代码 */ | 
 |  |  |     bussinessCode?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserSimpleInfo { | 
 |  |  |   interface UserLifePayOrderRefundOutput { | 
 |  |  |     /** 订单编号 */ | 
 |  |  |     id?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contact?: string; | 
 |  |  |     /** 用户头像地址 */ | 
 |  |  |     avatarUrl?: string; | 
 |  |  |     /** 是否是平台用户 */ | 
 |  |  |     isPlaUser?: boolean; | 
 |  |  |     /** 职称 */ | 
 |  |  |     jobTitle?: string; | 
 |  |  |     /** 个人信息邮箱地址 */ | 
 |  |  |     userInfoEmailAddress?: string; | 
 |  |  |     /** 省 */ | 
 |  |  |     provinceName?: string; | 
 |  |  |     /** 市 */ | 
 |  |  |     cityName?: string; | 
 |  |  |     /** 区县 */ | 
 |  |  |     countyName?: string; | 
 |  |  |     /** 详细地址 */ | 
 |  |  |     addressDetail?: string; | 
 |  |  |     /** 微信二维码图片 */ | 
 |  |  |     wxQrCodeUrl?: string; | 
 |  |  |     matchMakingIdentity?: MatchMakingIdentityEnum; | 
 |  |  |     /** 订单号 */ | 
 |  |  |     orderNo?: string; | 
 |  |  |     /** 退款原因 */ | 
 |  |  |     refundApplyRemark?: string; | 
 |  |  |     /** 后台填写的驳回原因 */ | 
 |  |  |     refundCheckRemark?: string; | 
 |  |  |     lifePayOrderStatus?: LifePayOrderStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserListOutput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     /** 是否关注 */ | 
 |  |  |     isFollow?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserTemplateCreateContractPdfInput { | 
 |  |  |     /** 合同创建者账号 */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 模版变量组 否 */ | 
 |  |  |     groupValues?: any; | 
 |  |  |     /** 模版编号 */ | 
 |  |  |     tid?: string; | 
 |  |  |     /** 模版变量 否 模版变量,jsonObject格式。 将模版变量中需要填充的内容(即变量值)在此提交。 由于在编辑模版时已经拖放了位置、并且已经保存在上上签系统中,因此这里无需再提交位置参数,只需要传入变量名称与对应的值即可。  | 
 |  |  | 模版变量可以在开发者模版管理页面获取。 */ | 
 |  |  |     templateValues?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserTemplateCreateContractPdfResponse { | 
 |  |  |     templateToken?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserTemplateCreateContractPdfResponseBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: UserTemplateCreateContractPdfResponse; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserTemplateGetTemplateVarsInput { | 
 |  |  |     /** 是否获取所有变量  0只返回变量的type和name; 1返回变量的所有字段; */ | 
 |  |  |     isRetrieveAllVars?: string; | 
 |  |  |     /** 模版编号 / 模板Id */ | 
 |  |  |     tid?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserTemplateGetTemplateVarsInputBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: UserTemplateGetTemplateVarsInput; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserTemplateGetTemplateVarsListResponse { | 
 |  |  |     name?: string; | 
 |  |  |     type?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserTemplateGetTemplateVarsResponse { | 
 |  |  |     templateVars?: UserTemplateGetTemplateVarsListResponse[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserTemplateGetTemplateVarsResponseBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: UserTemplateGetTemplateVarsResponse; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserTextChatMessageInput { | 
 |  |  |     fromId?: string; | 
 |  |  |     toId?: string; | 
 |  |  |     messageContent?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserTransactionRecordDetailOutput { | 
 |  |  |     id?: string; | 
 |  |  |     walletMainId?: string; | 
 |  |  |     /** 账号 */ | 
 |  |  |     acctNo?: string; | 
 |  |  |     /** 主机记账日期 */ | 
 |  |  |     acctDate?: string; | 
 |  |  |     /** 交易时间 */ | 
 |  |  |     txTime?: string; | 
 |  |  |     /** 交易时间(日期+时间) */ | 
 |  |  |     accDateTime?: string; | 
 |  |  |     /** 业务流水号 */ | 
 |  |  |     bussSeqNo?: string; | 
 |  |  |     /** 用途,附言 */ | 
 |  |  |     purpose?: string; | 
 |  |  |     /** 交易金额 */ | 
 |  |  |     tranAmount?: number; | 
 |  |  |     /** 交易金额字符 */ | 
 |  |  |     tranAmountStr?: string; | 
 |  |  |     /** 账面余额 */ | 
 |  |  |     acctBalance?: number; | 
 |  |  |     /** 对方帐号/户名 */ | 
 |  |  |     counterpartyAcctNoAndName?: string; | 
 |  |  |     /** 交易流水号 */ | 
 |  |  |     tranSeqNo?: string; | 
 |  |  |     /** 主机流水号 */ | 
 |  |  |     hostTrace?: string; | 
 |  |  |     /** 付款方账号 */ | 
 |  |  |     outAcctNo?: string; | 
 |  |  |     /** 付款方户名 */ | 
 |  |  |     outAcctName?: string; | 
 |  |  |     /** 收款方账号 */ | 
 |  |  |     inAcctNo?: string; | 
 |  |  |     /** 收款方户名 */ | 
 |  |  |     inAcctName?: string; | 
 |  |  |     incomeExpenseType?: IncomeExpenseTypeEnum; | 
 |  |  |     /** 电子回单 */ | 
 |  |  |     elecBillUrl?: string; | 
 |  |  |     /** 合同 */ | 
 |  |  |     contractUrl?: string; | 
 |  |  |     /** 付款方网点号 */ | 
 |  |  |     outNode?: string; | 
 |  |  |     /** 付款方联行号 */ | 
 |  |  |     outBankNo?: string; | 
 |  |  |     /** 货币类型 */ | 
 |  |  |     ccyCode?: string; | 
 |  |  |     /** 付款行名称 */ | 
 |  |  |     outBankName?: string; | 
 |  |  |     /** 收款方网点号 */ | 
 |  |  |     inNode?: string; | 
 |  |  |     /** 收款方联行号 */ | 
 |  |  |     inBankNo?: string; | 
 |  |  |     /** 收款方行名 */ | 
 |  |  |     inBankName?: string; | 
 |  |  |     /** 摘要 */ | 
 |  |  |     abstractStr?: string; | 
 |  |  |     status?: WalletTransactionStatusEnum; | 
 |  |  |     /** 电子回单名称 */ | 
 |  |  |     elecBillDocName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserTransactionRecordListOutput { | 
 |  |  |     id?: string; | 
 |  |  |     walletMainId?: string; | 
 |  |  |     /** 账号 */ | 
 |  |  |     acctNo?: string; | 
 |  |  |     /** 主机记账日期 */ | 
 |  |  |     acctDate?: string; | 
 |  |  |     /** 交易时间 */ | 
 |  |  |     txTime?: string; | 
 |  |  |     /** 交易时间(日期+时间) */ | 
 |  |  |     accDateTime?: string; | 
 |  |  |     /** 业务流水号 */ | 
 |  |  |     bussSeqNo?: string; | 
 |  |  |     /** 用途,附言 */ | 
 |  |  |     purpose?: string; | 
 |  |  |     /** 交易金额 */ | 
 |  |  |     tranAmount?: number; | 
 |  |  |     /** 交易金额字符 */ | 
 |  |  |     tranAmountStr?: string; | 
 |  |  |     /** 账面余额 */ | 
 |  |  |     acctBalance?: number; | 
 |  |  |     /** 对方帐号/户名 */ | 
 |  |  |     counterpartyAcctNoAndName?: string; | 
 |  |  |     /** 交易流水号 */ | 
 |  |  |     tranSeqNo?: string; | 
 |  |  |     /** 主机流水号 */ | 
 |  |  |     hostTrace?: string; | 
 |  |  |     /** 付款方账号 */ | 
 |  |  |     outAcctNo?: string; | 
 |  |  |     /** 付款方户名 */ | 
 |  |  |     outAcctName?: string; | 
 |  |  |     /** 收款方账号 */ | 
 |  |  |     inAcctNo?: string; | 
 |  |  |     /** 收款方户名 */ | 
 |  |  |     inAcctName?: string; | 
 |  |  |     incomeExpenseType?: IncomeExpenseTypeEnum; | 
 |  |  |     /** 电子回单 */ | 
 |  |  |     elecBillUrl?: string; | 
 |  |  |     /** 合同 */ | 
 |  |  |     contractUrl?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserTransactionRecordListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: UserTransactionRecordListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserWalletBalanceInfoOutput { | 
 |  |  |     isWalletAccountOpen?: boolean; | 
 |  |  |     walletMainId?: string; | 
 |  |  |     acctNo?: string; | 
 |  |  |     acctName?: string; | 
 |  |  |     opentBankNodeAddress?: string; | 
 |  |  |     canUseMoneyTotal?: number; | 
 |  |  |     directMoneyTotal?: number; | 
 |  |  |     salaryMoneyTotal?: number; | 
 |  |  |     canNotUseMoneyTotal?: number; | 
 |  |  |     freezeMoneyTotal?: number; | 
 |  |  |     allMoneyTotal?: number; | 
 |  |  |     bankName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserWalletSignStatusOutput { | 
 |  |  |     /** 是否开通钱包 */ | 
 |  |  |     isOpenWallet?: boolean; | 
 |  |  |     /** 是否已申请电子印章 */ | 
 |  |  |     isApplySignture?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserWithdrawDto { | 
 |  |  |     id?: string; | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 提现单号 */ | 
 |  |  |     withDrawNo?: string; | 
 |  |  |     /** 提现类型:10微信,20支付宝 30 银行卡 */ | 
 |  |  |     accountType?: number; | 
 |  |  |     /** 账号名 */ | 
 |  |  |     name?: string; | 
 |  |  |     /** 收款账号 */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 账号支行 */ | 
 |  |  |     bankBranch?: string; | 
 |  |  |     /** 提现数额 */ | 
 |  |  |     amount?: number; | 
 |  |  |     /** 交易状态 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 回单URL */ | 
 |  |  |     receiptUrl?: string; | 
 |  |  |     /** 申请时间 */ | 
 |  |  |     lastLoginTime?: string; | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 完成时间 */ | 
 |  |  |     completeTime?: string; | 
 |  |  |     /** 合计 */ | 
 |  |  |     totalAmount?: number; | 
 |  |  |     /** 1企业 2 个人 */ | 
 |  |  |     userType?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserWithdrawDtoPageOutput { | 
 |  |  |   interface UserListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: UserWithdrawDto[]; | 
 |  |  |     data?: UserListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type VerificationCodeBusinessTypeEnum = | 
 |  |  |     | 10 | 
 |  |  |     | 11 | 
 |  |  |     | 20 | 
 |  |  |     | 30 | 
 |  |  |     | 40 | 
 |  |  |     | 50 | 
 |  |  |     | 51 | 
 |  |  |     | 60 | 
 |  |  |     | 70 | 
 |  |  |     | 80 | 
 |  |  |     | 900 | 
 |  |  |     | 910 | 
 |  |  |     | 920; | 
 |  |  |  | 
 |  |  |   interface VersionCache { | 
 |  |  |     name?: string; | 
 |  |  | 
 |  |  |     sequence?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ViewUserInfo { | 
 |  |  |     userId?: string; | 
 |  |  |     /** 头像 */ | 
 |  |  |     photoUrl?: string; | 
 |  |  |     /** 最后一次访问时间 */ | 
 |  |  |     createTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface VosAcctAutomaticClearingItem { | 
 |  |  |     setID?: string; | 
 |  |  |     subAcctNo?: string; | 
 |  |  |     subAccountName?: string; | 
 |  |  |     bindVosAcctNo?: string; | 
 |  |  |     bindVosAcctAddMsg?: string; | 
 |  |  |     whetherFlag?: string; | 
 |  |  |     subAcctNoPosition?: string; | 
 |  |  |     inputDate?: string; | 
 |  |  |     subAcctStatus?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type WalletAccountOpenAlipayStatusEnum = 1 | 2 | 3 | -1; | 
 |  |  |  | 
 |  |  |   type WalletAccountOpenBankBindStatusEnum = 10 | 20; | 
 |  |  |  | 
 |  |  |   type WalletAccountOpenBankSignStatusEnum = 10 | 20; | 
 |  |  |  | 
 |  |  |   type WalletAccountOpenBankStatusEnum = 10 | 20; | 
 |  |  |  | 
 |  |  |   type WalletAccountOpenBindInterfaceStatusEnum = 1 | 10 | 20; | 
 |  |  |  | 
 |  |  |   interface WalletAccountOpenDetailOutput { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 用户账号 */ | 
 |  |  |     userName?: string; | 
 |  |  |     status?: WalletAccountOpenStatusEnum; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contacter?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contacterPhone?: string; | 
 |  |  |     bankSignStatus?: WalletAccountOpenBankSignStatusEnum; | 
 |  |  |     bankStatus?: WalletAccountOpenBankStatusEnum; | 
 |  |  |     /** 绑定时间 */ | 
 |  |  |     bindDate?: string; | 
 |  |  |     /** 申请日期 */ | 
 |  |  |     applyDate?: string; | 
 |  |  |     /** 支付宝验证时间 */ | 
 |  |  |     alipayValidTime?: string; | 
 |  |  |     /** 支付宝签约日期 */ | 
 |  |  |     alipaySignTime?: string; | 
 |  |  |     alipayStatus?: WalletAccountOpenAlipayStatusEnum; | 
 |  |  |     alipaySignStatus?: WalletAccountOpenAlipayStatusEnum; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     /** 注册地址省code */ | 
 |  |  |     registerAddressProvinceCode?: number; | 
 |  |  |     /** 注册地址市code */ | 
 |  |  |     registerAddressCityCode?: number; | 
 |  |  |     /** 注册地址区县code */ | 
 |  |  |     registerAddressCountyCode?: number; | 
 |  |  |     /** 注册地址省 */ | 
 |  |  |     registerAddressProvinceName?: string; | 
 |  |  |     /** 注册地址市 */ | 
 |  |  |     registerAddressCityName?: string; | 
 |  |  |     /** 注册地址区县 */ | 
 |  |  |     registerAddressCountyName?: string; | 
 |  |  |     /** 注册详细地址 */ | 
 |  |  |     registerAddressDetail?: string; | 
 |  |  |     /** 实际经营地址省code */ | 
 |  |  |     actualAddressProvinceCode?: number; | 
 |  |  |     /** 实际经营地址市code */ | 
 |  |  |     actualAddressCityCode?: number; | 
 |  |  |     /** 实际经营地址区县code */ | 
 |  |  |     actualAddressCountyCode?: number; | 
 |  |  |     /** 实际经营地址省 */ | 
 |  |  |     actualAddressProvinceName?: string; | 
 |  |  |     /** 实际经营地址市 */ | 
 |  |  |     actualAddressCityName?: string; | 
 |  |  |     /** 实际经营地址区县 */ | 
 |  |  |     actualAddressCountyName?: string; | 
 |  |  |     /** 实际经营详细地址 */ | 
 |  |  |     actualAddressDetail?: string; | 
 |  |  |     /** 营业执照文件地址 */ | 
 |  |  |     licenseUrl?: string; | 
 |  |  |     bankBindStatus?: WalletAccountOpenBankBindStatusEnum; | 
 |  |  |     /** 银行认证协议上传URL */ | 
 |  |  |     bankCertUrl?: string; | 
 |  |  |     /** 银行卡账号 */ | 
 |  |  |     acctNo?: string; | 
 |  |  |     bindInterfaceStatus?: WalletAccountOpenBindInterfaceStatusEnum; | 
 |  |  |     /** 支付宝账号 */ | 
 |  |  |     alipayAccount?: string; | 
 |  |  |     /** 开户银行 */ | 
 |  |  |     opentBankNode?: string; | 
 |  |  |     /** 开户银行地址 */ | 
 |  |  |     opentBankNodeAddress?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletAccountOpenFollowListOutput { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     walletAccountOpenId?: string; | 
 |  |  |     /** 回访记录 */ | 
 |  |  |     followLog?: string; | 
 |  |  |     /** 回访人 */ | 
 |  |  |     followContacter?: string; | 
 |  |  |     /** 回访时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletAccountOpenFollowListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: WalletAccountOpenFollowListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletAccountOpenManageListOutput { | 
 |  |  |     id?: string; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 用户账号 */ | 
 |  |  |     userName?: string; | 
 |  |  |     status?: WalletAccountOpenStatusEnum; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contacter?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contacterPhone?: string; | 
 |  |  |     bankSignStatus?: WalletAccountOpenBankSignStatusEnum; | 
 |  |  |     bankStatus?: WalletAccountOpenBankStatusEnum; | 
 |  |  |     /** 绑定时间 */ | 
 |  |  |     bindDate?: string; | 
 |  |  |     /** 申请日期 */ | 
 |  |  |     applyDate?: string; | 
 |  |  |     /** 支付宝验证时间 */ | 
 |  |  |     alipayValidTime?: string; | 
 |  |  |     /** 支付宝签约日期 */ | 
 |  |  |     alipaySignTime?: string; | 
 |  |  |     alipayStatus?: WalletAccountOpenAlipayStatusEnum; | 
 |  |  |     alipaySignStatus?: WalletAccountOpenAlipayStatusEnum; | 
 |  |  |     /** 企业名称 */ | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     /** 统一社会信用代码 */ | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletAccountOpenManageListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: WalletAccountOpenManageListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type WalletAccountOpenStatusEnum = 10 | 20; | 
 |  |  |  | 
 |  |  |   interface WalletAccountOpenStatusInfo { | 
 |  |  |     walletAccountType?: WalletAccountTypeEnum; | 
 |  |  |     walletAccountOpenStatus?: WalletAccountOpenStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletAccountStatusList { | 
 |  |  |     walletAccountType?: WalletAccountTypeEnum; | 
 |  |  |     status?: WalletMainStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type WalletAccountTypeEnum = 10 | 20 | 30; | 
 |  |  |  | 
 |  |  |   interface WalletAccountTypeMainStatusInfo { | 
 |  |  |     walletAccountType?: WalletAccountTypeEnum; | 
 |  |  |     walletMainStatus?: WalletMainStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletAccountTypeOpenInfoOutput { | 
 |  |  |     walletAccountOpenId?: string; | 
 |  |  |     walletAccountType?: WalletAccountTypeEnum; | 
 |  |  |     acctNo?: string; | 
 |  |  |     acctName?: string; | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     opentBankNode?: string; | 
 |  |  |     societyCreditCode?: string; | 
 |  |  |     isWalletAccountOpen?: boolean; | 
 |  |  |     opentBankNodeAddress?: string; | 
 |  |  |     bankName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletBalanceDetailOutput { | 
 |  |  |     acctNo?: string; | 
 |  |  |     bankName?: string; | 
 |  |  |     allMoneyTotal?: number; | 
 |  |  |     bankMoneyTotal?: number; | 
 |  |  |     yesterdayBankMoneyTotal?: number; | 
 |  |  |     alipayAccount?: string; | 
 |  |  |     alipayMoneyTotal?: number; | 
 |  |  |     alipayYesterdayMoneyTotal?: number; | 
 |  |  |     bankFreezeMoneyTotal?: number; | 
 |  |  |     alipayFreezeMoneyTotal?: number; | 
 |  |  |     status?: WalletMainStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletBatchImportTempOutput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 批量Id */ | 
 |  |  |     batchId?: string; | 
 |  |  |     /** 对方证件号码 */ | 
 |  |  |     idNo?: string; | 
 |  |  |     /** 对方开户行名 */ | 
 |  |  |     oppBankName?: string; | 
 |  |  |     /** 对方帐号 */ | 
 |  |  |     oppAccNo?: string; | 
 |  |  |     /** 对方户名 */ | 
 |  |  |     oppAccName?: string; | 
 |  |  |     /** 金额 */ | 
 |  |  |     amount?: number; | 
 |  |  |     /** 资金用途 */ | 
 |  |  |     useEx?: string; | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletBatchImportTempOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: WalletBatchImportTempOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletBatchTransferDetailInfoOutput { | 
 |  |  |     /** 业务流水号 */ | 
 |  |  |     bussFlowNo?: string; | 
 |  |  |     /** 付款方账号 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 付款方账号 */ | 
 |  |  |     outAcctNo?: string; | 
 |  |  |     /** 付款方户名 */ | 
 |  |  |     outAcctName?: string; | 
 |  |  |     /** 交易金额 */ | 
 |  |  |     amount?: number; | 
 |  |  |     /** 笔数 */ | 
 |  |  |     count?: number; | 
 |  |  |     /** 付款方开户行名 */ | 
 |  |  |     outBankName?: string; | 
 |  |  |     creationTime?: string; | 
 |  |  |     /** 合同、协议 */ | 
 |  |  |     contractUrl?: string; | 
 |  |  |     /** 工资明细 */ | 
 |  |  |     salaryExcelUrl?: string; | 
 |  |  |     /** 审核批注 */ | 
 |  |  |     auditNote?: string; | 
 |  |  |     id?: string; | 
 |  |  |     /** 批次备注 */ | 
 |  |  |     useEx?: string; | 
 |  |  |     checkStatus?: WalletTransferStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletBatchTransferDetailListOutput { | 
 |  |  |     creationTime?: string; | 
 |  |  |     id?: string; | 
 |  |  |     /** 业务流水号 */ | 
 |  |  |     bussFlowNo?: string; | 
 |  |  |     /** 付款方账号 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 付款方账户 */ | 
 |  |  |     outAcctNo?: string; | 
 |  |  |     /** 付款方户名 */ | 
 |  |  |     outAcctName?: string; | 
 |  |  |     /** 对方开户行名 */ | 
 |  |  |     oppBankName?: string; | 
 |  |  |     /** 对方帐号 */ | 
 |  |  |     oppAccNo?: string; | 
 |  |  |     /** 对方户名 */ | 
 |  |  |     oppAccName?: string; | 
 |  |  |     /** 交易金额 */ | 
 |  |  |     amount?: number; | 
 |  |  |     userId?: string; | 
 |  |  |     status?: BatchIssuanceRegulatorsStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletBatchTransferDetailListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: WalletBatchTransferDetailListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletBatchTransferListOutput { | 
 |  |  |     creationTime?: string; | 
 |  |  |     id?: string; | 
 |  |  |     /** 业务流水号 */ | 
 |  |  |     bussFlowNo?: string; | 
 |  |  |     /** 付款方账号 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 付款方账号 */ | 
 |  |  |     outAcctNo?: string; | 
 |  |  |     /** 付款方户名 */ | 
 |  |  |     outAcctName?: string; | 
 |  |  |     /** 交易金额 */ | 
 |  |  |     amount?: number; | 
 |  |  |     /** 笔数 */ | 
 |  |  |     count?: number; | 
 |  |  |     /** 批次备注 */ | 
 |  |  |     useEx?: string; | 
 |  |  |     status?: BatchIssuanceRegulatorsStatusEnum; | 
 |  |  |     checkStatus?: WalletTransferStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletBatchTransferListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: WalletBatchTransferListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletDayHistoryBalanceOutput { | 
 |  |  |     id?: string; | 
 |  |  |     currentDate?: string; | 
 |  |  |     /** 日期 */ | 
 |  |  |     currentDateStr?: string; | 
 |  |  |     /** 日终账面总余额 */ | 
 |  |  |     currentWalletTotalMoney?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletDayHistoryBalanceOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: WalletDayHistoryBalanceOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletDetailBillItem { | 
 |  |  |     dayOfWeek?: number; | 
 |  |  |     detailDate?: string; | 
 |  |  |     /** 当前日期 */ | 
 |  |  |     currentDate?: string; | 
 |  |  |     dayOfWeekStr?: string; | 
 |  |  |     userEx?: string; | 
 |  |  |     startMoneyTotal?: number; | 
 |  |  |     incomeMoneyTotal?: number; | 
 |  |  |     incomeCount?: number; | 
 |  |  |     outMoneyTotal?: number; | 
 |  |  |     endMoneyTotal?: number; | 
 |  |  |     outCount?: number; | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletDetailBillItemPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: WalletDetailBillItem[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletDetailItem { | 
 |  |  |     id?: string; | 
 |  |  |     userEx?: string; | 
 |  |  |     incomeMoneyTotal?: number; | 
 |  |  |     incomeCount?: number; | 
 |  |  |     outMoneyTotal?: number; | 
 |  |  |     outCount?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletDetailItemPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: WalletDetailItem[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletDetailTotalOutput { | 
 |  |  |     startMoneyTotal?: number; | 
 |  |  |     incomeMoneyTotal?: number; | 
 |  |  |     outMoneyTotal?: number; | 
 |  |  |     incomeCount?: number; | 
 |  |  |     outCount?: number; | 
 |  |  |     endMoneyTotal?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletMainListOutput { | 
 |  |  |     walletMainId?: string; | 
 |  |  |     id?: string; | 
 |  |  |     /** 账号 */ | 
 |  |  |     acctNo?: string; | 
 |  |  |     /** 账号 */ | 
 |  |  |     userName?: string; | 
 |  |  |     acctName?: string; | 
 |  |  |     /** 联系人 */ | 
 |  |  |     contacter?: string; | 
 |  |  |     /** 联系电话 */ | 
 |  |  |     contacterPhone?: string; | 
 |  |  |     /** 银行卡资金总额 */ | 
 |  |  |     bankMoneyTotal?: number; | 
 |  |  |     /** 银行卡冻结资金总额 */ | 
 |  |  |     bankFreezeMoneyTotal?: number; | 
 |  |  |     /** 支付宝资金总额 */ | 
 |  |  |     alipayMoneyTotal?: number; | 
 |  |  |     /** 支付宝冻结资金总额 */ | 
 |  |  |     alipayFreezeMoneyTotal?: number; | 
 |  |  |     status?: WalletMainStatusEnum; | 
 |  |  |     userId?: string; | 
 |  |  |     /** 银行是否冻结状态 10 正常 -20 注销 -10 冻结 0 未开通 */ | 
 |  |  |     bankWalletStatus?: number; | 
 |  |  |     bankStatus?: WalletAccountOpenBankStatusEnum; | 
 |  |  |     alipayStatus?: WalletAccountOpenAlipayStatusEnum; | 
 |  |  |     /** 支付宝是否冻结状态 10 正常 -20 注销 -10 冻结 0 未开通 */ | 
 |  |  |     alipayWalletStatus?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletMainListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: WalletMainListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type WalletMainStatusEnum = 10 | -20 | -10; | 
 |  |  |  | 
 |  |  |   type WalletPayChannelFeeCalculationTypeEnum = 10 | 20; | 
 |  |  |  | 
 |  |  |   interface WalletPayChannelFeeSettingOutput { | 
 |  |  |     walletPayChannelId?: string; | 
 |  |  |     beginAmount?: number; | 
 |  |  |     endAmount?: number; | 
 |  |  |     feeCalculationType?: WalletPayChannelFeeCalculationTypeEnum; | 
 |  |  |     feeCalculationValue?: number; | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletPayChannelOutput { | 
 |  |  |     id?: string; | 
 |  |  |     walletAccountType?: WalletAccountTypeEnum; | 
 |  |  |     /** 支付名称 */ | 
 |  |  |     payName?: string; | 
 |  |  |     /** 支付通道 */ | 
 |  |  |     payChannelName?: string; | 
 |  |  |     /** 户名 */ | 
 |  |  |     accountName?: string; | 
 |  |  |     /** 商户号 */ | 
 |  |  |     merchantAccountNo?: string; | 
 |  |  |     settingStatus?: WalletPayChannelSettingStatus; | 
 |  |  |     status?: WalletPayChannelStatus; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type WalletPayChannelSettingStatus = 10 | -10; | 
 |  |  |  | 
 |  |  |   type WalletPayChannelStatus = 10 | -10; | 
 |  |  |  | 
 |  |  |   type WalletPayTypeEnum = 10 | 20 | 30; | 
 |  |  |  | 
 |  |  |   interface WalletRechargeInput { | 
 |  |  |     walletMainId?: string; | 
 |  |  |     /** 付款行名称 */ | 
 |  |  |     outBankName: string; | 
 |  |  |     /** 付款方账号 */ | 
 |  |  |     outAcctNo: string; | 
 |  |  |     /** 付款方户名 */ | 
 |  |  |     outAcctName: string; | 
 |  |  |     /** 交易金额 */ | 
 |  |  |     tranAmount?: number; | 
 |  |  |     /** 收款方行名 */ | 
 |  |  |     inBankName?: string; | 
 |  |  |     /** 收款方账号 */ | 
 |  |  |     inAcctNo?: string; | 
 |  |  |     /** 收款方户名 */ | 
 |  |  |     inAcctName?: string; | 
 |  |  |     status?: number; | 
 |  |  |     /** 上传汇款回单 */ | 
 |  |  |     elecBillUrl: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletRechargeOutput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 钱包Id */ | 
 |  |  |     walletMainId?: string; | 
 |  |  |     /** 付款行名称 */ | 
 |  |  |     outBankName?: string; | 
 |  |  |     /** 付款方账号 */ | 
 |  |  |     outAcctNo?: string; | 
 |  |  |     /** 付款方户名 */ | 
 |  |  |     outAcctName?: string; | 
 |  |  |     /** 交易金额 */ | 
 |  |  |     tranAmount?: number; | 
 |  |  |     /** 收款方行名 */ | 
 |  |  |     inBankName?: string; | 
 |  |  |     /** 收款方账号 */ | 
 |  |  |     inAcctNo?: string; | 
 |  |  |     /** 收款方户名 */ | 
 |  |  |     inAcctName?: string; | 
 |  |  |     status?: WalletRechargeStatusEnum; | 
 |  |  |     /** 审批理由 */ | 
 |  |  |     checkRemark?: string; | 
 |  |  |     /** 上传汇款回单 */ | 
 |  |  |     elecBillUrl?: string; | 
 |  |  |     /** 充值流水号 */ | 
 |  |  |     requestNo?: string; | 
 |  |  |     /** 账号 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 提交日期 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletRechargeOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: WalletRechargeOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type WalletRechargeStatusEnum = 10 | 11 | 20 | -10; | 
 |  |  |  | 
 |  |  |   interface WalletSingleTransferDetailOutput { | 
 |  |  |     id?: string; | 
 |  |  |     walletMainId?: string; | 
 |  |  |     walletAccountType?: WalletAccountTypeEnum; | 
 |  |  |     /** 用户账号 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 请求方系统流水号 */ | 
 |  |  |     cnsmrSeqNo?: string; | 
 |  |  |     /** 货币类型 */ | 
 |  |  |     ccyCode?: string; | 
 |  |  |     outUserId?: string; | 
 |  |  |     /** 付款人账户 扣款账户 */ | 
 |  |  |     outAcctNo?: string; | 
 |  |  |     /** 付款人户名 */ | 
 |  |  |     outAcctName?: string; | 
 |  |  |     /** 付款方支行地址 */ | 
 |  |  |     outBankNodeAddress?: string; | 
 |  |  |     /** 收款人账户 */ | 
 |  |  |     inAcctNo?: string; | 
 |  |  |     /** 收款人账户户名 */ | 
 |  |  |     inAcctName?: string; | 
 |  |  |     /** 收款方行名 */ | 
 |  |  |     inBankName?: string; | 
 |  |  |     inUserId?: string; | 
 |  |  |     /** 转出金额 */ | 
 |  |  |     tranAmount?: number; | 
 |  |  |     /** 提交时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     status?: WalletTransferStatusEnum; | 
 |  |  |     /** 审核时间 */ | 
 |  |  |     checkDate?: string; | 
 |  |  |     /** 审核人 */ | 
 |  |  |     checkUserId?: string; | 
 |  |  |     /** 资金用途 */ | 
 |  |  |     useEx?: string; | 
 |  |  |     /** 摘要 */ | 
 |  |  |     abstractStr?: string; | 
 |  |  |     /** 合同、协议 */ | 
 |  |  |     contractUrl?: string; | 
 |  |  |     /** 合同/协议名称 */ | 
 |  |  |     contractName?: string; | 
 |  |  |     /** 附言 */ | 
 |  |  |     postscript?: string; | 
 |  |  |     /** 支付凭证 */ | 
 |  |  |     payVoucherUrl?: string; | 
 |  |  |     /** 支付凭证名称 */ | 
 |  |  |     payVoucherName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletSingleTransferListOutput { | 
 |  |  |     id?: string; | 
 |  |  |     walletMainId?: string; | 
 |  |  |     walletAccountType?: WalletAccountTypeEnum; | 
 |  |  |     /** 用户账号 */ | 
 |  |  |     userName?: string; | 
 |  |  |     /** 请求方系统流水号 */ | 
 |  |  |     cnsmrSeqNo?: string; | 
 |  |  |     /** 货币类型 */ | 
 |  |  |     ccyCode?: string; | 
 |  |  |     outUserId?: string; | 
 |  |  |     /** 付款人账户 扣款账户 */ | 
 |  |  |     outAcctNo?: string; | 
 |  |  |     /** 付款人户名 */ | 
 |  |  |     outAcctName?: string; | 
 |  |  |     /** 付款方支行地址 */ | 
 |  |  |     outBankNodeAddress?: string; | 
 |  |  |     /** 收款人账户 */ | 
 |  |  |     inAcctNo?: string; | 
 |  |  |     /** 收款人账户户名 */ | 
 |  |  |     inAcctName?: string; | 
 |  |  |     /** 收款方行名 */ | 
 |  |  |     inBankName?: string; | 
 |  |  |     inUserId?: string; | 
 |  |  |     /** 转出金额 */ | 
 |  |  |     tranAmount?: number; | 
 |  |  |     /** 提交时间 */ | 
 |  |  |     creationTime?: string; | 
 |  |  |     status?: WalletTransferStatusEnum; | 
 |  |  |     /** 审核时间 */ | 
 |  |  |     checkDate?: string; | 
 |  |  |     /** 审核人 */ | 
 |  |  |     checkUserId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WalletSingleTransferListOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: WalletSingleTransferListOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type WalletTransactionStatusEnum = 10 | 11 | 20 | 30 | 40; | 
 |  |  |  | 
 |  |  |   type WalletTransferStatusEnum = 10 | 30 | 40; | 
 |  |  |  | 
 |  |  |   interface WebankDoFaceCompareInput { | 
 |  |  |     /** Base64编码的照片信息 */ | 
 |  |  |     data1?: string; | 
 |  |  |     /** Base64编码的照片信息 */ | 
 |  |  |     data2?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WebankDoFaceCompareResponse { | 
 |  |  |     /** 照片相似度比对得分 */ | 
 |  |  |     score?: string; | 
 |  |  |     /** 照片比对错误信息:“成功”表示两张照片比对成功 */ | 
 |  |  |     message?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WebankDoFaceCompareResponseBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: WebankDoFaceCompareResponse; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WebankGetFaceAuthSignIdcardFaceVerifyInput { | 
 |  |  |     /** 接口账号 */ | 
 |  |  |     account?: string; | 
 |  |  |     /** 开发者自定义的唯一标识的字符串 */ | 
 |  |  |     orderNo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WebankGetFaceAuthSignIdcardFaceVerifyResponse { | 
 |  |  |     /** 流程id */ | 
 |  |  |     flowId?: string; | 
 |  |  |     /** 开发者自定义的唯一标识的字符串 */ | 
 |  |  |     orderNo?: string; | 
 |  |  |     /** 用户的唯一标识 每一次调用SDK需要传入的userid,用户的唯一标识 */ | 
 |  |  |     webankUserid?: string; | 
 |  |  |     /** 32位随机字符串,包含字母和数字,调用SDK时需要使用 */ | 
 |  |  |     randomStr?: string; | 
 |  |  |     /** url编码后的刷脸认证签名(长度为40),调用SDK时需要使用,有效期120s */ | 
 |  |  |     faceAuthSign?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WebankGetFaceAuthSignIdcardFaceVerifyResponseBestSignOutputBase { | 
 |  |  |     errno?: string; | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: WebankGetFaceAuthSignIdcardFaceVerifyResponse; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WindowsTimeZone { | 
 |  |  |     timeZoneId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type WxMiniAppEnum = 10 | 20 | 30; | 
 |  |  |  | 
 |  |  |   interface WxMiniAppIndentityInfo { | 
 |  |  |     /** 会话密钥 */ | 
 |  |  | 
 |  |  |     unionId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WxMiniAppLoginInfo { | 
 |  |  |     /** 状态:-10:二维码过期/登录时效过期,0:登录初始/二维码初生成,10:登录确认 */ | 
 |  |  |     status?: number; | 
 |  |  |     /** 用户名 */ | 
 |  |  |     userName?: string; | 
 |  |  |     accessToken?: IdentityModelTokenCacheItem; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WxMiniAppPhoneAuthLoginFromScanInput { | 
 |  |  |     /** (扫码)登录Id */ | 
 |  |  |     uId: string; | 
 |  |  |     /** 包括敏感数据在内的完整用户信息的加密数据 */ | 
 |  |  |     encryptedData: string; | 
 |  |  |     /** 加密算法的初始向量 */ | 
 |  |  |     iv: string; | 
 |  |  |     /** 获取会话密钥 */ | 
 |  |  |     sessionKey: string; | 
 |  |  |     /** 小程序OpenId */ | 
 |  |  |     openId: string; | 
 |  |  |     wxMiniApp?: WxMiniAppEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WxMiniAppPhoneLoginInput { | 
 |  |  |     /** 包括敏感数据在内的完整用户信息的加密数据 */ | 
 |  |  |     encryptedData: string; | 
 |  |  |     /** 加密算法的初始向量 */ | 
 |  |  |     iv: string; | 
 |  |  |     /** 获取会话密钥 */ | 
 |  |  |     sessionKey: string; | 
 |  |  |     /** 小程序OpenId */ | 
 |  |  |     openId: string; | 
 |  |  |     wxMiniApp?: WxMiniAppEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WxMiniAppUserLoginFromScanInput { | 
 |  |  |     /** (扫码)登录Id */ | 
 |  |  |     uId: string; | 
 |  |  |     /** 用户名 */ | 
 |  |  |     userName: string; | 
 |  |  |     /** 小程序OpenId */ | 
 |  |  |     openId: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WxRechargeInfo { | 
 |  |  |     /** 充值单号 */ | 
 |  |  |     rechargeNo?: string; | 
 |  |  |     /** 充值码地址 */ | 
 |  |  |     rechargeCodeUrl?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WxRechargeInfoAjaxResponse { | 
 |  |  |     success?: boolean; | 
 |  |  |     msg?: string; | 
 |  |  |     error?: RemoteServiceErrorInfo; | 
 |  |  |     unAuthorizedRequest?: boolean; | 
 |  |  |     result?: WxRechargeInfo; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WxRechargeInput { | 
 |  |  |     /** 充值金额,单位为元。 */ | 
 |  |  |     amount?: number; | 
 |  |  |     /** 商品描述 */ | 
 |  |  |     description?: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WxRechargeNotifyInput { | 
 |  |  |     /** 通知Id */ | 
 |  |  |     id: string; | 
 |  |  |     /** 通知创建时间 */ | 
 |  |  |     createTime: string; | 
 |  |  |     /** 通知类型 */ | 
 |  |  |     eventType: string; | 
 |  |  |     /** 通知数据类型 */ | 
 |  |  |     resourceType: string; | 
 |  |  |     resource: Resource; | 
 |  |  |     /** 回调摘要 */ | 
 |  |  |     summary: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WxRechargeNotifyResult { | 
 |  |  |     /** 返回状态码(错误码,SUCCESS为接收成功,其他错误码为失败) */ | 
 |  |  |     code?: string; | 
 |  |  |     /** 返回信息,如非空,为错误原因 */ | 
 |  |  |     message?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface WXSubscribeEventInput { | 
 |  |  |     toUserName?: string; | 
 |  |  |     fromUserName?: string; | 
 |  |  |     createTime?: number; | 
 |  |  |     msgType?: string; | 
 |  |  |     event?: string; | 
 |  |  |     eventKey?: string; | 
 |  |  |     ticket?: string; | 
 |  |  |   } | 
 |  |  | } |