| | |
| | | checkStatus?: BatchBillCheckStatus; |
| | | /** 生效时间 */ |
| | | effectTime?: string; |
| | | /** 保单生效时间 */ |
| | | effectStartTime?: string; |
| | | /** 保单失效时间 */ |
| | | effectEndTime?: string; |
| | | /** 附件上传 */ |
| | | attachmentUrl?: string; |
| | | /** 保单号 */ |
| | |
| | | enterpriseName?: string; |
| | | /** 批改人员详情 */ |
| | | staffList?: InsureBatchBillDetailDto[]; |
| | | } |
| | | |
| | | interface BatchSyncUserAmountInput { |
| | | items?: SyncUserAmountInput[]; |
| | | } |
| | | |
| | | interface ChangePasswordInput { |
| | |
| | | remark?: string; |
| | | /** 角色Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface CreateParkBountyTradeInput { |
| | | enterpriseId?: string; |
| | | /** 最近出账金额 */ |
| | | tradeAmount?: number; |
| | | /** 出账凭证 */ |
| | | payFileUrl?: string; |
| | | /** 消费类型 */ |
| | | payRemark?: string; |
| | | } |
| | | |
| | | interface CurrentCultureDto { |
| | |
| | | key?: string; |
| | | } |
| | | |
| | | type FinanceTypeEnum = 10 | 20; |
| | | |
| | | interface GetEffectingStaffListInput { |
| | | claimDateTime?: string; |
| | | idNumber?: string; |
| | |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetInsuranceStaffPageTemplate[]; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailByIdInput { |
| | | pageModel?: Pagination; |
| | | /** 企业名/信用代码 */ |
| | | searchKeyWord?: string; |
| | | /** 出账起始日期 */ |
| | | transferTimeBegin?: string; |
| | | /** 出账结束日期 */ |
| | | transferTimeEnd?: string; |
| | | enterpriseId?: string; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutput { |
| | | id?: string; |
| | | /** 最近出账金额 */ |
| | | tradeAmount?: number; |
| | | /** 出账凭证 */ |
| | | payFileUrl?: string; |
| | | access?: ParkBountyTradeAccessEnum; |
| | | /** 消费类型 */ |
| | | payRemark?: string; |
| | | /** 出账时间 */ |
| | | tradeTime?: string; |
| | | /** 奖励金余额 */ |
| | | remianAmount?: number; |
| | | financeType?: FinanceTypeEnum; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetParkBountyTradeDetailOutput[]; |
| | | } |
| | | |
| | | interface GetParkBountyTradeInput { |
| | | pageModel?: Pagination; |
| | | /** 企业名/信用代码 */ |
| | | searchKeyWord?: string; |
| | | /** 出账起始日期 */ |
| | | transferTimeBegin?: string; |
| | | /** 出账结束日期 */ |
| | | transferTimeEnd?: string; |
| | | } |
| | | |
| | | interface GetParkBountyTradeOutput { |
| | | enterpriseId?: string; |
| | | /** 账号 */ |
| | | userName?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 电话 */ |
| | | contactPhone?: string; |
| | | /** 社会统一信用代码 */ |
| | | societyCreditCode?: string; |
| | | /** 最近出账金额 */ |
| | | tradeAmount?: number; |
| | | /** 出账时间 */ |
| | | tradeTime?: string; |
| | | /** 奖励金余额 */ |
| | | remianAmount?: number; |
| | | } |
| | | |
| | | interface GetParkBountyTradeOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetParkBountyTradeOutput[]; |
| | | } |
| | | |
| | | interface GetPermissionListResultDto { |
| | |
| | | } |
| | | |
| | | interface ImportBatchStaffListInput { |
| | | /** 原被保人姓名 */ |
| | | orginName?: string; |
| | | orginIdNumber?: string; |
| | | /** 电话号码 */ |
| | | phoneNumber?: string; |
| | |
| | | workType?: string; |
| | | birthDay?: string; |
| | | remark?: string; |
| | | changeType?: BatchChangeTypeEnum; |
| | | } |
| | | |
| | | interface ImportBatchUpdateOrderDataInput { |
| | |
| | | accidentType?: string; |
| | | /** 事故发生时间 */ |
| | | accidentTime?: string; |
| | | /** 伤残比例 */ |
| | | disabilityRatio?: number; |
| | | /** 伤残比例 */ |
| | | disabilityRatioStr?: string; |
| | | claimResultStr?: string; |
| | | /** 下款金额 */ |
| | | downPaymentAmount?: number; |
| | | /** 下款金额 */ |
| | | downPaymentAmountStr?: string; |
| | | /** 结/撤案日期 */ |
| | | claimResultTime?: string; |
| | | /** 最后更新日期 */ |
| | |
| | | descriptorName?: string; |
| | | } |
| | | |
| | | type ParkBountyTradeAccessEnum = 1; |
| | | |
| | | interface PasswordLoginInput { |
| | | /** 账号 */ |
| | | loginName: string; |
| | |
| | | modules: ModuleTypeInfo[]; |
| | | } |
| | | |
| | | interface SyncUserAmountInput { |
| | | /** 用户名称 */ |
| | | id?: string; |
| | | /** 奖励金余额 */ |
| | | bountyAmount?: number; |
| | | /** 充值余额 */ |
| | | rechargeAmount?: number; |
| | | } |
| | | |
| | | interface SyncUserDto { |
| | | /** 开通 */ |
| | | open?: boolean; |
| | | /** 818用户Id */ |
| | | humanResourcesServiceUserId?: string; |
| | | /** 名称 */ |
| | | name?: string; |
| | | /** 登录用户名 */ |
| | | userName?: string; |
| | | /** 用户手机号 */ |
| | | phoneNumber?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 营业执照文件地址 */ |
| | | licenseUrl?: string; |
| | | /** 统一社会信用代码 */ |
| | | societyCreditCode?: string; |
| | | /** 银行总行名称 */ |
| | | bankName?: string; |
| | | /** 银行支行名称 */ |
| | | bankBranchName?: string; |
| | | /** 银行卡号 */ |
| | | bankCardNumber?: string; |
| | | /** 奖励金余额 */ |
| | | bountyAmount?: number; |
| | | /** 充值余额 */ |
| | | rechargeAmount?: number; |
| | | /** 联系人 */ |
| | | contact?: string; |
| | | /** 联系电话 */ |
| | | contactPhone?: string; |
| | | } |
| | | |
| | | interface TenantDto { |
| | | extraProperties?: Record<string, any>; |
| | | id?: string; |
| | |
| | | listFiles?: string[]; |
| | | } |
| | | |
| | | interface UserAmountShowDto { |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 营业执照文件地址 */ |
| | | licenseUrl?: string; |
| | | /** 统一社会信用代码 */ |
| | | societyCreditCode?: string; |
| | | /** 银行总行名称 */ |
| | | bankName?: string; |
| | | /** 银行支行名称 */ |
| | | bankBranchName?: string; |
| | | /** 银行卡号 */ |
| | | bankCardNumber?: string; |
| | | /** 奖励金余额 */ |
| | | bountyAmount?: number; |
| | | /** 充值余额 */ |
| | | rechargeAmount?: number; |
| | | /** 资金总额 */ |
| | | totalAmount?: number; |
| | | } |
| | | |
| | | interface UserData { |
| | | id?: string; |
| | | tenantId?: string; |