|  |  |  | 
|---|
|  |  |  | request?: GetPersonalUserRealResultQuery; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetPersonalUserTransactionParams { | 
|---|
|  |  |  | /** 收支Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetResourceFieldsParams { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | 
|---|
|  |  |  | Stop = 999, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumEnterpriseWalletTransactionStatus { | 
|---|
|  |  |  | /**待提交 */ | 
|---|
|  |  |  | WaitSubmit = 1, | 
|---|
|  |  |  | /**待支付 */ | 
|---|
|  |  |  | WaitPay = 10, | 
|---|
|  |  |  | /**处理中 */ | 
|---|
|  |  |  | Dealing = 20, | 
|---|
|  |  |  | /**成功 */ | 
|---|
|  |  |  | Success = 30, | 
|---|
|  |  |  | /**退票 */ | 
|---|
|  |  |  | Refund = 40, | 
|---|
|  |  |  | /**失败 */ | 
|---|
|  |  |  | Fail = 50, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumEnterpriseWalletTransactionType { | 
|---|
|  |  |  | /**充值 */ | 
|---|
|  |  |  | Recharge = 10, | 
|---|
|  |  |  | 
|---|
|  |  |  | Enterprise = 20, | 
|---|
|  |  |  | /**运营 */ | 
|---|
|  |  |  | Operation = 100, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumUserWalletTransactionType { | 
|---|
|  |  |  | /**收入 */ | 
|---|
|  |  |  | Income = 10, | 
|---|
|  |  |  | /**提现 */ | 
|---|
|  |  |  | Withdraw = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumWalletTransactionStatus { | 
|---|
|  |  |  | /**待提交 */ | 
|---|
|  |  |  | WaitSubmit = 1, | 
|---|
|  |  |  | /**待支付 */ | 
|---|
|  |  |  | WaitPay = 10, | 
|---|
|  |  |  | /**处理中 */ | 
|---|
|  |  |  | Dealing = 20, | 
|---|
|  |  |  | /**成功 */ | 
|---|
|  |  |  | Success = 30, | 
|---|
|  |  |  | /**退票 */ | 
|---|
|  |  |  | Refund = 40, | 
|---|
|  |  |  | /**失败 */ | 
|---|
|  |  |  | Fail = 50, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ExportTaskCheckReceiveTaskUsersCommand { | 
|---|
|  |  |  | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetPersonalUserRealResultQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetPersonalUserTransactionQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetPersonalUserTransactionQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetPersonalUserTransactionsQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetPersonalUserTransactionsQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | /** 订单支付时间 */ | 
|---|
|  |  |  | transDate?: string; | 
|---|
|  |  |  | transactionStatus?: EnumEnterpriseWalletTransactionStatus; | 
|---|
|  |  |  | transactionStatus?: EnumWalletTransactionStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetExceptionLogsQuery { | 
|---|
|  |  |  | 
|---|
|  |  |  | faceRealUrl?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalUserTransactionQueryResult { | 
|---|
|  |  |  | /** 收支Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | type?: EnumUserWalletTransactionType; | 
|---|
|  |  |  | /** 订单号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 企业名称 */ | 
|---|
|  |  |  | enterpriseName?: string; | 
|---|
|  |  |  | /** 结算日期 */ | 
|---|
|  |  |  | settlementTime?: string; | 
|---|
|  |  |  | /** 结算金额 */ | 
|---|
|  |  |  | settlementAmount?: number; | 
|---|
|  |  |  | /** 实发金额/提现金额 */ | 
|---|
|  |  |  | amount?: number; | 
|---|
|  |  |  | /** 收款人姓名 */ | 
|---|
|  |  |  | receiveName?: string; | 
|---|
|  |  |  | /** 收款账户 */ | 
|---|
|  |  |  | receiveAccount?: string; | 
|---|
|  |  |  | /** 服务费 */ | 
|---|
|  |  |  | serviceFee?: number; | 
|---|
|  |  |  | /** 实际到账 */ | 
|---|
|  |  |  | actualAmount?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalUserTransactionsQuery { | 
|---|
|  |  |  | /** 创建时间-起始 */ | 
|---|
|  |  |  | createdTimeStart?: string; | 
|---|
|  |  |  | /** 创建时间-截止 */ | 
|---|
|  |  |  | createdTimeEnd?: string; | 
|---|
|  |  |  | type?: EnumUserWalletTransactionType; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalUserTransactionsQueryResult { | 
|---|
|  |  |  | objectData?: GetPersonalUserTransactionsQueryResultObjectData; | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetPersonalUserTransactionsQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalUserTransactionsQueryResultItem { | 
|---|
|  |  |  | /** 收支Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 标题 */ | 
|---|
|  |  |  | title?: string; | 
|---|
|  |  |  | /** 创建时间 */ | 
|---|
|  |  |  | createdTime?: string; | 
|---|
|  |  |  | /** 金额 */ | 
|---|
|  |  |  | amount?: number; | 
|---|
|  |  |  | /** 余额 */ | 
|---|
|  |  |  | balance?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalUserTransactionsQueryResultObjectData { | 
|---|
|  |  |  | /** 总收入 */ | 
|---|
|  |  |  | sumIncome?: number; | 
|---|
|  |  |  | /** 总提现 */ | 
|---|
|  |  |  | sumWithdraw?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetResourceFieldsQueryResultItem { | 
|---|
|  |  |  | /** 编号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetSettlementTaskUsersQueryResult { | 
|---|
|  |  |  | detail?: GetSettlementTaskQueryResult; | 
|---|
|  |  |  | /** 结算名单 */ | 
|---|
|  |  |  | data?: GetSettlementTaskUsersQueryResultItem[]; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | 
|---|
|  |  |  | interface SendInviteElectronSignSmsCommand { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | ids?: string[]; | 
|---|
|  |  |  | /** 合同模板Id */ | 
|---|
|  |  |  | contractTemplateId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SendLoginOrRegisterVerifyCodeCommand { | 
|---|
|  |  |  | 
|---|
|  |  |  | industrialParkIds?: string[]; | 
|---|
|  |  |  | status?: EnumUserStatus; | 
|---|
|  |  |  | /** 备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface TransferEnterpriseWalletCommand { | 
|---|
|  |  |  | access?: EnumEnterpriseWalletAccess; | 
|---|
|  |  |  | /** 金额 */ | 
|---|
|  |  |  | amount?: number; | 
|---|
|  |  |  | /** 充值备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|