| | |
| | | bankName?: string; |
| | | bankBranchName?: string; |
| | | bankCardNumber?: string; |
| | | /** 密码 */ |
| | | password?: string; |
| | | } |
| | | |
| | | interface AddEnterpriseMaterialFileInput { |
| | |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | interface APIgetParkBountyApplyBatchFinanceRegEnterpriseParams { |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | interface APIgetParkBountyApplyBatchTransferEnterpriseParams { |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | interface APIgetParkBountyApplyBatchTransferRegEnterpriseParams { |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | |
| | | industrialParkIds?: string[]; |
| | | /** 角色 */ |
| | | roleNames?: string[]; |
| | | /** 是否理赔提醒 */ |
| | | sendClaimMessage?: boolean; |
| | | /** 是否保单到期提醒 */ |
| | | sendBillExpireMessage?: boolean; |
| | | /** 是否短信提醒 */ |
| | | isSendMessage?: boolean; |
| | | /** 是否人员变更提醒 */ |
| | | staffChangeMessage?: boolean; |
| | | /** 是否批改提醒 */ |
| | | batchUpdateMessage?: boolean; |
| | | /** 密码 */ |
| | | password?: string; |
| | | } |
| | |
| | | industrialParkId?: string; |
| | | /** 产业园区名称 */ |
| | | industrialParkName?: string; |
| | | /** 维护的公司 */ |
| | | companyOrgId?: string; |
| | | /** 维护的部门 */ |
| | | departmentOrgId?: string; |
| | | /** 是否有服务人员 */ |
| | | isHasServiceStaff?: boolean; |
| | | /** 服务人员id */ |
| | | userServiceStaffId?: string; |
| | | /** 服务人员名称 */ |
| | | userServiceStaffs?: CustomerManageListOutputUserServiceStaff[]; |
| | | /** 服务人员名称 */ |
| | | userServiceStaffName?: string; |
| | | /** 是否奖励金发放 */ |
| | |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: CustomerManageListOutput[]; |
| | | } |
| | | |
| | | interface CustomerManageListOutputUserServiceStaff { |
| | | /** 用户Id */ |
| | | userId?: string; |
| | | /** 服务人员Id */ |
| | | userServiceStaffId?: string; |
| | | name?: string; |
| | | } |
| | | |
| | | interface CustomerMenu { |
| | |
| | | transferTimeBegin?: string; |
| | | /** 出账结束日期 */ |
| | | transferTimeEnd?: string; |
| | | /** 审核起始日期 */ |
| | | auditTimeBegin?: string; |
| | | /** 审核结束日期 */ |
| | | auditTimeEnd?: string; |
| | | /** 园区Id */ |
| | | parkId?: string; |
| | | enterpriseId?: string; |
| | | auditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutput { |
| | |
| | | /** 社会统一信用代码 */ |
| | | societyCreditCode?: string; |
| | | authType?: EnterpriseTypeEnum; |
| | | /** 园区Id */ |
| | | parkId?: string; |
| | | /** 申请园区 */ |
| | | parkName?: string; |
| | | /** 申请园区类型 */ |
| | |
| | | tradeTime?: string; |
| | | /** 奖励金余额 */ |
| | | remianAmount?: number; |
| | | /** 奖励金余额 */ |
| | | bountyAmount?: number; |
| | | financeType?: FinanceTypeEnum; |
| | | showAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | auditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | /** 审核备注 */ |
| | | auditRemark?: string; |
| | | /** 审核时间 */ |
| | | auditTime?: string; |
| | | financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | /** 财务审核备注 */ |
| | | financeAuditRemark?: string; |
| | | /** 财务审核时间 */ |
| | | financeAuditTime?: string; |
| | | /** 审核凭证 */ |
| | | payAuditFileUrl?: string; |
| | | } |
| | |
| | | transferTimeBegin?: string; |
| | | /** 出账结束日期 */ |
| | | transferTimeEnd?: string; |
| | | /** 审核起始日期 */ |
| | | auditTimeBegin?: string; |
| | | /** 审核结束日期 */ |
| | | auditTimeEnd?: string; |
| | | } |
| | | |
| | | interface GetParkBountyTradeOutput { |
| | |
| | | amount?: number; |
| | | /** 凭证地址 */ |
| | | url?: string; |
| | | /** 审核凭证 */ |
| | | payAuditFileUrl?: string; |
| | | /** 审核凭证 */ |
| | | financeAuditFileUrl?: string; |
| | | /** 奖励金申报详细Id */ |
| | | parkBountyApplyDetailId?: string; |
| | | /** 关联Id */ |
| | |
| | | industrialParkId?: string; |
| | | /** 所属园区 */ |
| | | industrialParkName?: string; |
| | | /** 是否支持平台充值 */ |
| | | suportPlatRecharge?: boolean; |
| | | /** 是否支持用户提现 */ |
| | | suportWithDraw?: boolean; |
| | | /** 联系人 */ |
| | | contact?: string; |
| | | /** 联系电话 */ |
| | |
| | | } |
| | | |
| | | interface ImportBountyApplyDataOutput { |
| | | /** 平台拨付总额 */ |
| | | settleSumAmount?: number; |
| | | /** 财政拨付总额 */ |
| | | financeSumAmount?: number; |
| | | /** 申报总额 */ |
| | | applySumAmount?: number; |
| | | /** 错误数据列表 */ |
| | | error?: ExportBountyApplyData[]; |
| | | } |
| | |
| | | /** 服务人员Id */ |
| | | userServiceStaffId?: string; |
| | | userId?: string; |
| | | /** 产业园区id */ |
| | | industrialParkId?: string; |
| | | } |
| | | |
| | | interface QueryCustomerTemplateListInput { |
| | |
| | | bountyCollectFileUrl?: string; |
| | | /** 申报总额 */ |
| | | applySumAmount?: number; |
| | | /** 平台拨付总额 */ |
| | | settleSumAmount?: number; |
| | | /** 财政拨付总额 */ |
| | | financeSumAmount?: number; |
| | | listFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | } |
| | | |
| | |
| | | industrialParkIds?: string[]; |
| | | /** 角色 */ |
| | | roleNames?: string[]; |
| | | /** 是否理赔提醒 */ |
| | | sendClaimMessage?: boolean; |
| | | /** 是否保单到期提醒 */ |
| | | sendBillExpireMessage?: boolean; |
| | | /** 是否短信提醒 */ |
| | | isSendMessage?: boolean; |
| | | /** 是否人员变更提醒 */ |
| | | staffChangeMessage?: boolean; |
| | | /** 是否批改提醒 */ |
| | | batchUpdateMessage?: boolean; |
| | | /** 密码 */ |
| | | password?: string; |
| | | /** 用户Id */ |
| | |
| | | companyOrgId?: string; |
| | | /** 组织架构部门id */ |
| | | departmentOrgId?: string; |
| | | /** 用户端Id */ |
| | | clientId?: string; |
| | | /** 园区Ids */ |
| | | industrialParkIds?: string[]; |
| | | /** 是否理赔提醒 */ |
| | | sendClaimMessage?: boolean; |
| | | /** 是否保单到期提醒 */ |
| | | sendBillExpireMessage?: boolean; |
| | | /** 是否短信提醒 */ |
| | | isSendMessage?: boolean; |
| | | /** 是否人员变更提醒 */ |
| | | staffChangeMessage?: boolean; |
| | | /** 是否批改提醒 */ |
| | | batchUpdateMessage?: boolean; |
| | | } |
| | | |
| | | interface UserDtoPageOutput { |