| | |
| | | |
| | | type EnumParkBountyTradeDetailAuditType = 10 | 100; |
| | | |
| | | type EnumWalletTransactionStatus = 1 | 10 | 20 | 30 | 40 | 50; |
| | | |
| | | interface ExportInsuranceStaffListInput { |
| | | status?: InsuranceDetailStatusEnum; |
| | | insurancePolicyId?: string; |
| | |
| | | amount?: number; |
| | | remainAmount?: number; |
| | | checkStatus?: EnterpriseRechargeStatusEnum; |
| | | status?: GetEnterpriseDrawWithListOutputStatus; |
| | | checkTime?: string; |
| | | checkRemark?: string; |
| | | checkFileUrl?: string; |
| | |
| | | objectData?: any; |
| | | data?: GetEnterpriseDrawWithListOutput[]; |
| | | } |
| | | |
| | | type GetEnterpriseDrawWithListOutputStatus = 10 | 20 | 21 | 22 | 30; |
| | | |
| | | interface GetEnterprisePrechargeListOutput { |
| | | id?: string; |
| | |
| | | /** 奖励金余额 */ |
| | | remianAmount?: number; |
| | | financeType?: FinanceTypeEnum; |
| | | /** 交易Id */ |
| | | transactionId?: string; |
| | | transactionStatus?: EnumWalletTransactionStatus; |
| | | /** 订单支付时间 */ |
| | | transactionDate?: string; |
| | | /** 查询到的订单状态为FAIL失败或REFUND退票时,返回错误代码 */ |
| | | transactionErrorCode?: string; |
| | | /** 查询到的订单状态为FAIL失败或REFUND退票时,返回具体的原因。 */ |
| | | transactionFailReason?: string; |
| | | /** 审核时间 */ |
| | | financeAuditTime?: string; |
| | | auditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | |
| | | financeAuditFileUrl?: string; |
| | | /** 江祐保上传的保单文件 */ |
| | | insureBillUrl?: string; |
| | | /** 投保人数 */ |
| | | insurePeopleNum?: number; |
| | | auditType?: EnumParkBountyTradeDetailAuditType; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutputPageOutput { |
| | |
| | | financeAuditOperator?: string; |
| | | /** 财务审核操作人Id */ |
| | | financeAuditOperatorId?: string; |
| | | /** 交易Id */ |
| | | transactionId?: string; |
| | | } |
| | | |
| | | interface SyncParkBountyApplyTradeTransactionInput { |
| | | /** 出账记录Id */ |
| | | id?: string; |
| | | /** 交易Id */ |
| | | transactionId?: string; |
| | | transactionStatus?: EnumWalletTransactionStatus; |
| | | /** 订单支付时间 */ |
| | | transactionDate?: string; |
| | | /** 查询到的订单状态为FAIL失败或REFUND退票时,返回错误代码 */ |
| | | transactionErrorCode?: string; |
| | | /** 查询到的订单状态为FAIL失败或REFUND退票时,返回具体的原因。 */ |
| | | transactionFailReason?: string; |
| | | } |
| | | |
| | | interface SyncUserAmountInput { |