| | |
| | | suportPlatRecharge?: boolean; |
| | | /** 是否支持用户提现 */ |
| | | suportWithDraw?: boolean; |
| | | /** 是否支持财政拨付 */ |
| | | suportFinance?: boolean; |
| | | /** 文件 */ |
| | | industrialParkApplyFileFile?: IndustrialParkApplyFileFile[]; |
| | | /** 无需政务端审核 */ |
| | |
| | | signChannel?: SignChannelEnum; |
| | | /** 模板编辑数据 */ |
| | | templateEditData?: string; |
| | | /** 是否自动签 */ |
| | | isAutoSign?: boolean; |
| | | /** 自动签授权书 */ |
| | | autoSignPowerAttorneyUrl?: string; |
| | | /** 自定义内容 */ |
| | | customContentIds?: string[]; |
| | | } |
| | | |
| | | interface AddUpdateCustomerInput { |
| | |
| | | moduleId?: string; |
| | | } |
| | | |
| | | interface APIgetAllSystemTemplateDataParamSettingListParams { |
| | | /** 是否默认 */ |
| | | isDefault?: boolean; |
| | | /** 模板Id */ |
| | | lgGigWorkerCustomerTemplateId?: string; |
| | | } |
| | | |
| | | interface APIgetBatchBillStaffListParams { |
| | | insurancePolicyId?: string; |
| | | batchBillId?: string; |
| | |
| | | |
| | | interface APIgetCustomerTemplateParamListByTemplateIdParams { |
| | | templateId?: string; |
| | | } |
| | | |
| | | interface APIgetCustomerUploadFileRecordParams { |
| | | withMonth?: string; |
| | | } |
| | | |
| | | interface APIgetDefaultConnectionStringParams { |
| | |
| | | serviceStaffId?: string; |
| | | } |
| | | |
| | | interface BatchSignContractInput { |
| | | /** 对外用户Id */ |
| | | outUserId?: string; |
| | | /** 对外合同Id */ |
| | | outContractIds?: string[]; |
| | | } |
| | | |
| | | interface BatchSignContractOutput { |
| | | /** 成功合同Id */ |
| | | successIds?: string[]; |
| | | errors?: BatchSignContractOutputError[]; |
| | | } |
| | | |
| | | interface BatchSignContractOutputError { |
| | | /** 对外合同Id */ |
| | | outContractId?: string; |
| | | /** 错误消息 */ |
| | | errorMessages?: string; |
| | | } |
| | | |
| | | interface BatchUpdateContractParamterStatusInput { |
| | | /** 参数Id */ |
| | | ids?: string[]; |
| | | status?: EnumElectronSignContractParameterStatus; |
| | | } |
| | | |
| | | interface BestSignDownloadImageDataResponse { |
| | | /** 图片文件流 */ |
| | | data?: any[]; |
| | |
| | | userId?: string; |
| | | } |
| | | |
| | | type BountyCheckStatusEnum = 10 | 20 | 30 | -10; |
| | | type BountyCheckStatusEnum = 10 | 20 | 30 | -20 | -10; |
| | | |
| | | interface BuildRewardStatisticsInput { |
| | | /** 开始统计月份 */ |
| | |
| | | name: string; |
| | | /** 模板编号 */ |
| | | templateCode: string; |
| | | /** 是否自动签 */ |
| | | isAutoSign?: boolean; |
| | | /** 自动签授权书 */ |
| | | autoSignPowerAttorneyUrl?: string; |
| | | /** 模板变量 */ |
| | | values: CreateOrUpdateContractTemplateValueInput[]; |
| | | } |
| | |
| | | name?: string; |
| | | /** 是否必填 */ |
| | | required?: boolean; |
| | | /** 坐标X */ |
| | | x?: number; |
| | | /** 坐标Y */ |
| | | y?: number; |
| | | /** 页码 */ |
| | | page?: number; |
| | | } |
| | | |
| | | interface CreateOrUpdateCooperationApplyInput { |
| | |
| | | } |
| | | |
| | | interface CreateParkBountyTradeInput { |
| | | enterpriseId?: string; |
| | | /** 最近出账金额 */ |
| | | tradeAmount?: number; |
| | | /** 出账凭证 */ |
| | |
| | | incomeBankCardNumber?: string; |
| | | /** 开户行 */ |
| | | incomeBankName?: string; |
| | | enterpriseId?: string; |
| | | selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | auditType?: EnumParkBountyTradeDetailAuditType; |
| | | /** 江祐保自主出账关联保单id */ |
| | | insurancePolicyId?: string; |
| | | } |
| | | |
| | | interface CreateParkOrHRAdvertiseInput { |
| | |
| | | configuration?: Record<string, any>; |
| | | } |
| | | |
| | | type EnumElectronSignContractParameterStatus = 10 | 20; |
| | | |
| | | type EnumElectronSignContractStatus = 1 | 2 | 3 | 4 | 5 | 9 | 99; |
| | | |
| | | type EnumElectronSignContractSupplier = 10 | 20; |
| | |
| | | type EnumPagedListOrder = 0 | 1; |
| | | |
| | | type EnumParkBountyTradeDetailAuditStatus = 10 | 20 | 30; |
| | | |
| | | type EnumParkBountyTradeDetailAuditType = 10 | 100; |
| | | |
| | | type EnumParkRewardStatisticsDetailScene = 1 | 2 | 3 | 4 | 5; |
| | | |
| | |
| | | fileId?: string; |
| | | } |
| | | |
| | | type FinanceStatusEnum = 1 | 2 | 3; |
| | | type FinanceStatusEnum = 1 | 2 | 3 | -1; |
| | | |
| | | type FinanceTypeEnum = 10 | 20 | 30; |
| | | |
| | |
| | | completedEndDate?: string; |
| | | } |
| | | |
| | | interface GetContractParamterListInput { |
| | | pageModel?: Pagination; |
| | | /** 关键字 */ |
| | | keywords?: string; |
| | | status?: EnumElectronSignContractParameterStatus; |
| | | } |
| | | |
| | | interface GetContractParamterListItem { |
| | | /** 参数Id */ |
| | | id?: string; |
| | | /** 数据参数名称 */ |
| | | dataParamName?: string; |
| | | /** 数据参数字段名称 */ |
| | | dataParamNameFieldName?: string; |
| | | /** 数据参数默认值 */ |
| | | dataParamDefaultValue?: string; |
| | | /** 是否 不是数值参数,即无需值 */ |
| | | isNotValueParam?: boolean; |
| | | /** 是否默认 */ |
| | | isDefault?: boolean; |
| | | status?: EnumElectronSignContractParameterStatus; |
| | | } |
| | | |
| | | interface GetContractParamterListItemPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetContractParamterListItem[]; |
| | | } |
| | | |
| | | interface GetContractTemplateDto { |
| | | /** Id */ |
| | | id?: string; |
| | |
| | | name?: string; |
| | | /** 模板编号 */ |
| | | templateCode?: string; |
| | | /** 是否自动签 */ |
| | | isAutoSign?: boolean; |
| | | /** 自动签授权书 */ |
| | | autoSignPowerAttorneyUrl?: string; |
| | | /** 模板变量 */ |
| | | values?: GetContractTemplateValueDto[]; |
| | | } |
| | |
| | | name?: string; |
| | | /** 是否必填 */ |
| | | required?: boolean; |
| | | /** 坐标X */ |
| | | x?: number; |
| | | /** 坐标Y */ |
| | | y?: number; |
| | | /** 页码 */ |
| | | page?: number; |
| | | } |
| | | |
| | | interface GetCooperationApplyInput { |
| | |
| | | creatorId?: string; |
| | | /** 是否可以编辑名称 */ |
| | | isCanEditName?: boolean; |
| | | /** 是否自动签 */ |
| | | isAutoSign?: boolean; |
| | | /** 自动签授权书(选择自动签时显示) */ |
| | | autoSignPowerAttorneyUrl?: string; |
| | | /** 自定义内容 */ |
| | | customContents?: GetCustomerTemplateDetailOutputCustomContent[]; |
| | | } |
| | | |
| | | interface GetCustomerTemplateDetailOutputCustomContent { |
| | | /** 模板Id */ |
| | | templateId?: string; |
| | | /** Id */ |
| | | id?: string; |
| | | /** 数据参数名称 */ |
| | | dataParamName?: string; |
| | | /** 值 */ |
| | | value?: string; |
| | | } |
| | | |
| | | interface GetCustomerTemplateListOutput { |
| | |
| | | platedTime?: string; |
| | | /** 操作人 */ |
| | | operator?: string; |
| | | /** 是否自动签 */ |
| | | isAutoSign?: boolean; |
| | | /** 自定义内容 */ |
| | | customContents?: GetCustomerTemplateDetailOutputCustomContent[]; |
| | | } |
| | | |
| | | interface GetCustomerUploadApplyFilesByTypeInput { |
| | |
| | | parkName?: string; |
| | | /** 附件 */ |
| | | items?: GetCustomerUploadApplyFilesOutput[]; |
| | | } |
| | | |
| | | interface GetCustomerUploadFileRecordInput { |
| | | withMonth?: string; |
| | | userId?: string; |
| | | } |
| | | |
| | | interface GetCustomerUploadFileRecordOutput { |
| | |
| | | checkTime?: string; |
| | | checkRemark?: string; |
| | | checkFileUrl?: string; |
| | | /** 提现审核操作人 */ |
| | | checkOperator?: string; |
| | | } |
| | | |
| | | interface GetEnterpriseDrawWithListOutputPageOutput { |
| | |
| | | /** 提交日期 */ |
| | | creationTime?: string; |
| | | checkStatus?: EnterpriseRechargeStatusEnum; |
| | | /** 审核人 */ |
| | | checkOperator?: string; |
| | | } |
| | | |
| | | interface GetEnterprisePreChargeCheckListOutputPageOutput { |
| | |
| | | waitCheckEnterpriseNumber?: number; |
| | | /** 奖励金待发放 */ |
| | | waitForSettleRewardNumber?: number; |
| | | /** 提现待审批 */ |
| | | waitDrawWithAuditNumber?: number; |
| | | /** 出账待审批 */ |
| | | waitPlatRewardPayOutAuditNumber?: number; |
| | | /** 财务待审核 */ |
| | | waitPlatRewardPayOutFinanceAuditNumber?: number; |
| | | /** 累计已审核企业 */ |
| | | accumulatedCheckEnterpriseNumber?: number; |
| | | /** 累计已审核通过企业 */ |
| | |
| | | settleStatus?: SettleStatusEnum; |
| | | incomeStatus?: IncomeStatusEnum; |
| | | financeStatus?: FinanceStatusEnum; |
| | | /** 外部复审核起始日期 */ |
| | | outReCheckTimeBegin?: string; |
| | | /** 外部复审核结束日期 */ |
| | | outReCheckTimeEnd?: string; |
| | | outReCheckStatus?: BountyCheckStatusEnum; |
| | | } |
| | | |
| | | interface GetParkBountyApplyListOutput { |
| | |
| | | suportPlatRecharge?: boolean; |
| | | /** 是否支持用户提现 */ |
| | | suportWithDraw?: boolean; |
| | | /** 是否支持财政拨付 */ |
| | | suportFinance?: boolean; |
| | | /** 内部审核人 */ |
| | | inCheckAuditOperator?: string; |
| | | /** 外部审核人 */ |
| | | outCheckAuditOperator?: string; |
| | | /** 外部复审核人 */ |
| | | outReCheckAuditOperator?: string; |
| | | /** 平台拨付入账跟财政拨付入账操作人 */ |
| | | incomeAndFinanceIncomeOperator?: string; |
| | | /** 平台拨付登记跟财政拨付登记操作人 */ |
| | | settleAndFinanceOperator?: string; |
| | | outReCheckStatus?: BountyCheckStatusEnum; |
| | | /** 政务端复审时间 */ |
| | | outReCheckTime?: string; |
| | | } |
| | | |
| | | interface GetParkBountyApplyListOutputPageOutput { |
| | |
| | | financeType?: FinanceTypeEnum; |
| | | auditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutput { |
| | |
| | | /** 开户行 */ |
| | | incomeBankName?: string; |
| | | creationTime?: string; |
| | | selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | /** 企业自身出账审核备注 */ |
| | | selfAuditRemark?: string; |
| | | /** 企业自身出账审核时间 */ |
| | | selfAuditTime?: string; |
| | | /** 企业自身审核凭证 */ |
| | | selfAuditFileUrl?: string; |
| | | /** 出账操作人 */ |
| | | auditOperator?: string; |
| | | /** 出账操作人ID */ |
| | | auditOperatorId?: string; |
| | | /** 财务审核操作人 */ |
| | | financeAuditOperator?: string; |
| | | /** 财务审核操作人Id */ |
| | | financeAuditOperatorId?: string; |
| | | /** 企业自身操作人 */ |
| | | selfAuditOperator?: string; |
| | | /** 企业自身操作人Id */ |
| | | selfAuditOperatorId?: string; |
| | | /** 江祐保上传的保单文件 */ |
| | | insureBillUrl?: string; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutputPageOutput { |
| | |
| | | financeAuditFileUrl?: string; |
| | | payFileUrls?: string[]; |
| | | financeType?: FinanceTypeEnum; |
| | | /** 进账单位 */ |
| | | incomeCompanyName?: string; |
| | | /** 企业自身审核凭证 */ |
| | | selfAuditFileUrl?: string; |
| | | /** 江祐保上传的保单文件 */ |
| | | insureBillUrl?: string; |
| | | } |
| | | |
| | | interface GetParkCustomerBountyConsumptionOutputPageOutput { |
| | |
| | | pageModel?: Pagination; |
| | | /** 月份 */ |
| | | month?: string; |
| | | /** 月份 */ |
| | | months?: string[]; |
| | | /** 所属园区Id */ |
| | | industrialParkId?: string; |
| | | /** 关键字 */ |
| | |
| | | suportWithDraw?: boolean; |
| | | /** 无需政务端审核 */ |
| | | notNeedGovernmentAudit?: boolean; |
| | | /** 是否支持财政拨付 */ |
| | | suportFinance?: boolean; |
| | | /** 注册地址 */ |
| | | registerAddress?: string; |
| | | /** 备注 */ |
| | |
| | | suportEnterpriseUpload?: boolean; |
| | | /** 是否支持平台充值 */ |
| | | suportPlatRecharge?: boolean; |
| | | /** 是否支持财政拨付 */ |
| | | suportFinance?: boolean; |
| | | } |
| | | |
| | | interface IndustrialParkFileTypeOutput { |
| | |
| | | suportWithDraw?: boolean; |
| | | /** 无需政务端审核 */ |
| | | notNeedGovernmentAudit?: boolean; |
| | | /** 是否支持财政拨付 */ |
| | | suportFinance?: boolean; |
| | | } |
| | | |
| | | interface IndustrialParkListOutputPageOutput { |
| | |
| | | compayId?: string; |
| | | /** 需要签约的用户签约id */ |
| | | listLgWorkerSignId?: string[]; |
| | | /** 来自自动签 */ |
| | | fromAutoSign?: boolean; |
| | | } |
| | | |
| | | interface LgGigWorkerBussinessAutoSignOutput { |
| | |
| | | suportEnterpriseUpload?: boolean; |
| | | /** 是否支持平台充值 */ |
| | | suportPlatRecharge?: boolean; |
| | | /** 是否支持财政拨付 */ |
| | | suportFinance?: boolean; |
| | | /** 是否支持用户提现 */ |
| | | suportWithDraw?: boolean; |
| | | listFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | /** 总的额外补充材料 */ |
| | | extraListFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | outReCheckStatus?: BountyCheckStatusEnum; |
| | | /** 政务端复审备注 */ |
| | | outReCheckRemark?: string; |
| | | } |
| | | |
| | | interface OutcheckParkBountyApplyInput { |
| | |
| | | outCheckStatus?: BountyCheckStatusEnum; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | /** 总的额外补充材料 */ |
| | | extraListFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | } |
| | | |
| | | interface OutReCheckParkBountyApplyInput { |
| | | parkBountyApplyId?: string; |
| | | outReCheckStatus?: BountyCheckStatusEnum; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | /** 总的额外补充材料 */ |
| | | extraListFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | } |
| | | |
| | | interface PagedListQueryPageModel { |
| | |
| | | suportEnterpriseUpload?: boolean; |
| | | /** 是否支持平台充值 */ |
| | | suportPlatRecharge?: boolean; |
| | | /** 是否支持财政拨付 */ |
| | | suportFinance?: boolean; |
| | | /** 申请园区类型 */ |
| | | parkTypeName?: string; |
| | | /** 申请奖励金月份 */ |
| | |
| | | financeSumAmount?: number; |
| | | listFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | /** 总的额外补充材料 */ |
| | | extraListFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | } |
| | | |
| | | interface ParkBountyApplyBatchFinanceInput { |
| | |
| | | userInfoEmailAddress?: string; |
| | | /** 注册日期 */ |
| | | registDate?: string; |
| | | /** 产业园区id */ |
| | | industrialParkId?: string; |
| | | } |
| | | |
| | | interface PriceInfo { |
| | |
| | | receiptName?: string; |
| | | } |
| | | |
| | | interface SaveContractTemplateParamterInput { |
| | | /** 参数Id */ |
| | | id?: string; |
| | | /** 数据参数名称 */ |
| | | dataParamName?: string; |
| | | /** 数据参数字段名称 */ |
| | | dataParamNameFieldName?: string; |
| | | /** 数据参数默认值 */ |
| | | dataParamDefaultValue?: string; |
| | | /** 是否 不是数值参数,即无需值 */ |
| | | isNotValueParam?: boolean; |
| | | status?: EnumElectronSignContractParameterStatus; |
| | | } |
| | | |
| | | interface SaveCustomerTemplateParamInput { |
| | | /** 模板id */ |
| | | lgGigWorkerCustomerTemplateId?: string; |
| | |
| | | sequence?: number; |
| | | } |
| | | |
| | | interface SyncAuditParkBountyApplyTradeBySelfInput { |
| | | /** 江佑保出账记录Id */ |
| | | id?: string; |
| | | /** 818出账记录Id */ |
| | | parkBountyApplyDetailId?: string; |
| | | selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | /** 审核备注 */ |
| | | selfAuditRemark?: string; |
| | | /** 审核凭证 */ |
| | | selfAuditFileUrl?: string; |
| | | /** 企业自身操作人 */ |
| | | selfAuditOperator?: string; |
| | | /** 企业自身操作人Id */ |
| | | selfAuditOperatorId?: string; |
| | | } |
| | | |
| | | interface SyncParkBountyApplyTradeOutput { |
| | | bountyAmount?: number; |
| | | rechargeAmount?: number; |
| | |
| | | auditById?: string; |
| | | /** 审核时间 */ |
| | | auditTime?: string; |
| | | /** 进账单位 */ |
| | | incomeCompanyName?: string; |
| | | /** 保单号 */ |
| | | insureBillNo?: string; |
| | | /** 收款单位名称 */ |
| | | incomeBankAccount?: string; |
| | | /** 收款单位账号 */ |
| | | incomeBankCardNumber?: string; |
| | | /** 开户行 */ |
| | | incomeBankName?: string; |
| | | selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | /** 企业自身出账审核备注 */ |
| | | selfAuditRemark?: string; |
| | | /** 企业自身出账审核时间 */ |
| | | selfAuditTime?: string; |
| | | /** 企业自身审核凭证 */ |
| | | selfAuditFileUrl?: string; |
| | | /** 奖励金余额 */ |
| | | bountyAmount?: number; |
| | | auditType?: EnumParkBountyTradeDetailAuditType; |
| | | /** 江祐保自主出账关联保单id */ |
| | | insurancePolicyId?: string; |
| | | } |
| | | |
| | | interface SysOrgDetailOutput { |
| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface UpdateCustomerContractTemplateCustomContentValueInput { |
| | | /** 合同模板Id */ |
| | | templateId?: string; |
| | | /** 自定义内容 */ |
| | | customContents?: UpdateCustomerContractTemplateCustomContentValueInputItem[]; |
| | | } |
| | | |
| | | interface UpdateCustomerContractTemplateCustomContentValueInputItem { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 值 */ |
| | | value?: string; |
| | | } |
| | | |
| | | interface UpdateEnterpriseMaterialInput { |
| | | /** 年 */ |
| | | year?: number; |
| | |
| | | suportPlatRecharge?: boolean; |
| | | /** 是否支持用户提现 */ |
| | | suportWithDraw?: boolean; |
| | | /** 是否支持财政拨付 */ |
| | | suportFinance?: boolean; |
| | | /** 文件 */ |
| | | industrialParkApplyFileFile?: IndustrialParkApplyFileFile[]; |
| | | /** 无需政务端审核 */ |
| | |
| | | sort: number; |
| | | userId?: string; |
| | | id?: string; |
| | | } |
| | | |
| | | interface UpdateParkBountyApplyTradeInsuranceBillFile { |
| | | /** 江祐保自主出账关联保单id */ |
| | | insurancePolicyId?: string; |
| | | /** 江祐保上传的保单文件 */ |
| | | insureBillUrl?: string; |
| | | } |
| | | |
| | | interface UpdatePassWordInput { |
| | |
| | | enterpriseName?: string; |
| | | /** 姓名 */ |
| | | contacter?: string; |
| | | /** 产业园区id */ |
| | | industrialParkId?: string; |
| | | } |
| | | |
| | | interface UpdateUserOrderContactStatusInput { |