| | |
| | | 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 { |
| | |
| | | tradeTime?: string; |
| | | /** 奖励金余额 */ |
| | | remianAmount?: number; |
| | | /** 奖励金余额 */ |
| | | bountyAmount?: number; |
| | | financeType?: FinanceTypeEnum; |
| | | showAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | auditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | |
| | | amount?: number; |
| | | /** 凭证地址 */ |
| | | url?: string; |
| | | /** 审核凭证 */ |
| | | payAuditFileUrl?: string; |
| | | /** 审核凭证 */ |
| | | financeAuditFileUrl?: string; |
| | | /** 奖励金申报详细Id */ |
| | | parkBountyApplyDetailId?: string; |
| | | /** 关联Id */ |
| | |
| | | industrialParkId?: string; |
| | | /** 所属园区 */ |
| | | industrialParkName?: string; |
| | | /** 是否支持平台充值 */ |
| | | suportPlatRecharge?: boolean; |
| | | /** 是否支持用户提现 */ |
| | | suportWithDraw?: boolean; |
| | | /** 联系人 */ |
| | | contact?: string; |
| | | /** 联系电话 */ |
| | |
| | | /** 服务人员Id */ |
| | | userServiceStaffId?: string; |
| | | userId?: string; |
| | | /** 产业园区id */ |
| | | industrialParkId?: string; |
| | | } |
| | | |
| | | interface QueryCustomerTemplateListInput { |
| | |
| | | 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 { |