sunpengfei
2025-06-11 aa62bd742942bf4e6556714224dce076dab15c9f
LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml
@@ -22,6 +22,13 @@
            </summary>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.QueryPhoneOrder(LifePayment.Domain.Shared.QueryPhoneOrderRequestInput)">
            <summary>
            话费订单查询
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.GetGasParValue">
            <summary>
            获取燃气面值
@@ -42,15 +49,26 @@
            <param name="outOrderNo"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.ACOOLYOrderNotifyHandler(System.String,System.String,LifePayment.Domain.Shared.LifePayOrderStatusEnum,LifePayment.Domain.Shared.ACOOLYStatusEnum,System.Decimal)">
        <member name="M:LifePayment.Application.Contracts.ILifePayService.LifePayRefundsHandler(System.String,LifePayment.Domain.Shared.LifePayRefundStatusEnum)">
            <summary>
            支付成功回调处理
            退款成功回调处理
            </summary>
            <param name="orderNo"></param>
            <param name="refundStatus"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.ACOOLYOrderNotifyHandler(System.String,System.String,LifePayment.Domain.Shared.LifePayOrderStatusEnum,LifePayment.Domain.Shared.ACOOLYStatusEnum,System.Decimal,System.String,System.Nullable{System.Decimal},System.Nullable{System.Decimal})">
            <summary>
            供应商回调处理
            </summary>
            <param name="orderNo"></param>
            <param name="acoolyOrderNo"></param>
            <param name="status"></param>
            <param name="acoolyStatus"></param>
            <param name="payAmount"></param>
            <param name="refundApplyRemark"></param>
            <param name="parValue"></param>
            <param name="actualParValue"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.CreateLifePayPhoneOrder(LifePayment.Application.Contracts.CreateLifePayOrderInput{LifePayment.Application.Contracts.LifePhoneData})">
@@ -70,6 +88,13 @@
        <member name="M:LifePayment.Application.Contracts.ILifePayService.CreateLifePayGasOrder(LifePayment.Application.Contracts.CreateLifePayOrderInput{LifePayment.Application.Contracts.LifeGasData})">
            <summary>
            创建生活缴费燃气订单
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.UpdateLifePayOrderActualReceivedAmount(LifePayment.Application.Contracts.UpdateLifePayOrderInput)">
            <summary>
            修改实际到账金额
            </summary>
            <param name="input"></param>
            <returns></returns>
@@ -127,6 +152,12 @@
        <member name="M:LifePayment.Application.Contracts.ILifePayService.GetRate">
            <summary>
            获取折扣
            </summary>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.GetChannelRate(LifePayment.Domain.Shared.ChannelsBaseInput)">
            <summary>
            获取渠道折扣
            </summary>
            <returns></returns>
        </member>
@@ -219,6 +250,34 @@
            <param name="id"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.QueryAlipayTrade(LifePayment.Domain.Shared.OrderInQuiryInput)">
            <summary>
            查询支付宝支付订单信息
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.QueryAlipayTradeRefund(LifePayment.Domain.Shared.OrderInQuiryInput)">
            <summary>
            查询支付宝退款订单信息
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.WxPayDomesticRefundsQuery(System.String)">
            <summary>
            查询微信退款订单信息
            </summary>
            <param name="outTradeNo"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.WxPayTradeQuery(System.String)">
            <summary>
            查询微信订单信息
            </summary>
            <param name="outTradeNo"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.SetLifePayOrderPayType(LifePayment.Domain.Shared.SetLifePayOrderPayTypeInput,System.String)">
            <summary>
            设置生活缴费支付类型
@@ -303,6 +362,11 @@
        <member name="P:LifePayment.Application.Contracts.LifeElectricData.SixID">
            <summary>
            客户身份证后6位,南网必传。
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifeElectricData.Name">
            <summary>
            户主姓名
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifeGasData.ParValue">
@@ -400,6 +464,31 @@
            下单渠道
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateLifePayOrderInput.PlatformRate">
            <summary>
            平台折扣比例
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateLifePayOrderInput.ChannleRate">
            <summary>
            渠道折扣
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateLifePayOrderInput.ChannlesRakeRate">
            <summary>
            渠道佣金比例
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateLifePayOrderInput.PremiumRate">
            <summary>
            手续费比例
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UpdateLifePayOrderInput.ActualReceivedAmount">
            <summary>
            实际到账金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.QueryLifePayOrderListInput.LifePayOrderType">
            <summary>
            订单类型
@@ -485,6 +574,16 @@
            结束完成时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.QueryLifePayRefundOrderListInput.BeginRefundTime">
            <summary>
            开始退款时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.QueryLifePayRefundOrderListInput.EndRefundTime">
            <summary>
            结束退款时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.QueryLifePayRefundOrderListInput.PayStatus">
            <summary>
            支付状态
@@ -500,6 +599,11 @@
            订单状态
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.QueryLifePayRefundOrderListInput.LifePayRefundStatus">
            <summary>
            订单状态
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.QueryLifePayRefundOrderListInput.UserId">
            <summary>
            用户Id
@@ -510,9 +614,54 @@
            搜索关键词
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.RefundLifePayOrderInput.RefundCredentialsImgUrl">
            <summary>
            上传凭证
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.RefundLifePayOrderInput.RefundCheckRemark">
            <summary>
            退款驳回原因
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.RefundLifePayOrderInput.LifePayRefundType">
            <summary>
            退款类型
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.RefundLifePayOrderInput.RefundPrice">
            <summary>
            退款金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.RefundUserLifePayOrderInput.UserId">
            <summary>
            用户Id
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateEditPayChannelsInput.AgentType">
            <summary>
            代理类型
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateEditPayChannelsInput.AreaProvinceId">
            <summary>
            区域-省Id
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateEditPayChannelsInput.AreaCityId">
            <summary>
            区域-市Id
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateEditPayChannelsInput.PromoterIdNumber">
            <summary>
            推广员ID
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateEditPayChannelsInput.PromoterName">
            <summary>
            推广员
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.QueryUserAccountListInput.UserId">
@@ -572,7 +721,267 @@
        </member>
        <member name="P:LifePayment.Application.Contracts.QueryUserPageInput.CreationTimeBegin">
            <summary>
            注册时间
            注册开始时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.QueryUserPageInput.CreationTimeEnd">
            <summary>
            注册结束时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.QueryUserPageInput.LoginTimeBegin">
            <summary>
            登录开始时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.QueryUserPageInput.LoginTimeEnd">
            <summary>
            登录结束时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.OrderPriceReturn.PlatformPrice">
            <summary>
            平台扣款金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.OrderPriceReturn.PremiumPrice">
            <summary>
            手续费
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.OrderPriceReturn.ChannlesRakePrice">
            <summary>
            渠道佣金
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.OrderPriceReturn.Profit">
            <summary>
            利润
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayConsumptionPageInput.KeyWord">
            <summary>
            查询条件
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayConsumptionPageInput.Flow">
            <summary>
            资金流向
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayConsumptionPageInput.TimeBegin">
            <summary>
            记账开始时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayConsumptionPageInput.TimeEnd">
            <summary>
            记账结束时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayRechargeReceiptsPageInput.KeyWord">
            <summary>
            查询条件
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayRechargeReceiptsPageInput.CreationTimeBegin">
            <summary>
            记账开始时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayRechargeReceiptsPageInput.CreationTimeEnd">
            <summary>
            记账结束时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddUpdatePayRechargeReceiptsInput.Id">
            <summary>
            编号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddUpdatePayRechargeReceiptsInput.OrderNo">
            <summary>
            业务订单号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddUpdatePayRechargeReceiptsInput.RechargeAmount">
            <summary>
            充值金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddUpdatePayRechargeReceiptsInput.Remark">
            <summary>
            备注
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddUpdatePayRechargeReceiptsInput.Voucher">
            <summary>
            充值凭证
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddLifePayExpensesReceiptsInput.OutRefundNo">
            <summary>
            退款订单号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddLifePayExpensesReceiptsInput.OrderNo">
            <summary>
            平台订单号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddLifePayExpensesReceiptsInput.OutOrderNo">
            <summary>
            渠道流水号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddLifePayExpensesReceiptsInput.LifePayType">
            <summary>
            支付渠道
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddLifePayExpensesReceiptsInput.ExpensesReceiptsType">
            <summary>
            收支类型
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddLifePayExpensesReceiptsInput.Amount">
            <summary>
            交易金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddLifePayChannlesRakeReceiptsInput.PlatformRate">
            <summary>
            平台折扣比例
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddLifePayChannlesRakeReceiptsInput.ChannleRate">
            <summary>
            渠道折扣
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddLifePayChannlesRakeReceiptsInput.RechargeAmount">
            <summary>
            充值金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddLifePayChannlesRakeReceiptsInput.OrderNo">
            <summary>
            平台订单号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddLifePayChannlesRakeReceiptsInput.PayAmount">
            <summary>
            成交金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddLifePayChannlesRakeReceiptsInput.ChannlesRakeRate">
            <summary>
            渠道佣金比例
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddLifePayChannlesRakeReceiptsInput.ChannlesRakePrice">
            <summary>
            佣金
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddLifePayChannlesRakeReceiptsInput.FinishTime">
            <summary>
            结算时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddLifePayChannlesRakeReceiptsInput.ExtraProperties">
            <summary>
            拓展属性
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddLifePayChannlesRakeReceiptsInput.ChannelId">
            <summary>
            下单渠道
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsPageInput.KeyWord">
            <summary>
            查询条件
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsPageInput.LifePayType">
            <summary>
            支付渠道
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsPageInput.ExpensesReceiptsType">
            <summary>
            收支类型
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsPageInput.TimeBegin">
            <summary>
            交易开始时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsPageInput.TimeEnd">
            <summary>
            交易结束时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsTemp.OrderNo">
            <summary>
            平台订单号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsTemp.RefundOrderNo">
            <summary>
            退款订单编号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsTemp.OutOrderNo">
            <summary>
            渠道流水号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsTemp.LifePayType">
            <summary>
            支付渠道
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsTemp.ExpensesReceiptsType">
            <summary>
            收支类型
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsTemp.Amount">
            <summary>
            交易金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayChannlesRakePageInput.KeyWord">
            <summary>
            查询条件
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayChannlesRakePageInput.ChannelId">
            <summary>
            渠道号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayChannlesRakePageInput.CreationTimeBegin">
            <summary>
            起始下单时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayChannlesRakePageInput.CreationTimeEnd">
            <summary>
            结束下单时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayChannlesRakePageInput.FinishTimeBegin">
            <summary>
            起始结算时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayChannlesRakePageInput.FinishTimeEnd">
            <summary>
            终止结算时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayIntroInfoInput.LifePayType">
@@ -675,6 +1084,11 @@
            渠道名称
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.Operator">
            <summary>
            运营商
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.LifePayOrderType">
            <summary>
            订单类型
@@ -683,6 +1097,11 @@
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.OrderNo">
            <summary>
            订单号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.RefundOrderNo">
            <summary>
            退款订单号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.RechargeAmount">
@@ -740,6 +1159,11 @@
            退款凭证
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.RefundPrice">
            <summary>
            退款金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.CreationTime">
            <summary>
            下单时间
@@ -780,6 +1204,26 @@
            平台退款状态
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.OrderParamDetailJsonStr">
            <summary>
            订单参数详情
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.ActualReceivedAmount">
            <summary>
            实际到账金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.Operator">
            <summary>
            运营商
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.OrderParamDetailJsonStr">
            <summary>
            订单参数详情
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.CreationTime">
            <summary>
            下单时间
@@ -788,6 +1232,11 @@
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.RechargeAmount">
            <summary>
            充值金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.ActualRechargeAmount">
            <summary>
            实际充值金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.DiscountAmount">
@@ -805,9 +1254,14 @@
            支付时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.PayStatus">
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.PlatformPrice">
            <summary>
            支付状态
            平台扣款金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.LifePayRefundStatus">
            <summary>
            平台退款状态
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.LifePayOrderStatus">
@@ -815,9 +1269,139 @@
            订单状态
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.ACOOLYStatusStr">
            <summary>
            供应商订单状态
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.PayStatus">
            <summary>
            支付状态
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.FinishTime">
            <summary>
            完成时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplateForChannle.Operator">
            <summary>
            运营商
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplateForChannle.CreationTime">
            <summary>
            下单时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplateForChannle.RechargeAmount">
            <summary>
            充值金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplateForChannle.ActualRechargeAmount">
            <summary>
            实际充值金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplateForChannle.DiscountAmount">
            <summary>
            优惠金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplateForChannle.PayAmount">
            <summary>
            实付金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplateForChannle.PayTime">
            <summary>
            支付时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplateForChannle.PlatformPrice">
            <summary>
            平台扣款金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplateForChannle.OrderParamDetailJsonStr">
            <summary>
            订单参数详情
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplateForChannle.LifePayRefundStatus">
            <summary>
            平台退款状态
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplateForChannle.LifePayOrderStatus">
            <summary>
            订单状态
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplateForChannle.ACOOLYStatusStr">
            <summary>
            供应商订单状态
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplateForChannle.PayStatus">
            <summary>
            支付状态
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplateForChannle.FinishTime">
            <summary>
            完成时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayRefundOrderListTemplate.RefundApplyTime">
            <summary>
            退款申请时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayRefundOrderListTemplate.RefundApplyTimeStr">
            <summary>
            退款申请时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayRefundOrderListTemplate.CreationTime">
            <summary>
            下单时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayRefundOrderListTemplate.RechargeAmount">
            <summary>
            充值金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayRefundOrderListTemplate.ActualReceivedAmount">
            <summary>
            实际到账金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayRefundOrderListTemplate.PayAmount">
            <summary>
            实付金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayRefundOrderListTemplate.RefundPrice">
            <summary>
            退款金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayRefundOrderListTemplate.ACOOLYStatusStr">
            <summary>
            供应商订单状态
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayRefundOrderListTemplate.FinishTime">
            <summary>
            完成时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayRefundOrderListTemplate.LifePayRefundStatus">
            <summary>
            平台退款状态
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserLifePayOrderOutput.LifePayType">
@@ -885,6 +1469,11 @@
            退款时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserLifePayOrderOutput.RefundApplyTime">
            <summary>
            退款申请时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserLifePayOrderOutput.RefundCredentialsImgUrl">
            <summary>
            退款凭证
@@ -893,6 +1482,16 @@
        <member name="P:LifePayment.Application.Contracts.UserLifePayOrderOutput.ACOOLYOrderNo">
            <summary>
            渠道流水号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserLifePayOrderOutput.LifePayRefundStatus">
            <summary>
            平台退款状态
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserLifePayOrderOutput.ACOOLYStatus">
            <summary>
            平台状态
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.UserPhoneNumber">
@@ -1060,6 +1659,11 @@
            回单地址
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.RefundElecBillUrl">
            <summary>
            退款回单地址
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.UserPhoneNumber">
            <summary>
            用户账号
@@ -1170,6 +1774,11 @@
            实际充值金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.ActualReceivedAmount">
            <summary>
            实际到账金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.RefundPrice">
            <summary>
            退款金额
@@ -1178,6 +1787,11 @@
        <member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.ElecBillUrl">
            <summary>
            回单地址
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.RefundElecBillUrl">
            <summary>
            退款回单地址
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserLifePayOrderRefundOutput.Id">
@@ -1245,6 +1859,11 @@
            创建时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.TopStatisticsOutput.CreationTime">
            <summary>
            创建时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.TopStatisticsOutput.Amount">
            <summary>
            账户余额
@@ -1255,9 +1874,14 @@
            累计收款
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.TopStatisticsOutput.ReceiptsYesterda">
        <member name="P:LifePayment.Application.Contracts.TopStatisticsOutput.ReceiptsYesterday">
            <summary>
            昨日收款
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.TopStatisticsOutput.AccumulatedIncome">
            <summary>
            累计收入
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.TopStatisticsOutput.AccumulatedOrders">
@@ -1265,17 +1889,17 @@
            累计下单
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.TopStatisticsOutput.OrdersNumYesterda">
        <member name="P:LifePayment.Application.Contracts.TopStatisticsOutput.OrdersNumYesterday">
            <summary>
            昨日下单
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.TopStatisticsOutput.YesterdaSuccess">
        <member name="P:LifePayment.Application.Contracts.TopStatisticsOutput.YesterdaySuccess">
            <summary>
            昨日成功
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.TopStatisticsOutput.YesterdaFail">
        <member name="P:LifePayment.Application.Contracts.TopStatisticsOutput.YesterdayFail">
            <summary>
            昨日失败
            </summary>
@@ -1288,6 +1912,646 @@
        <member name="P:LifePayment.Application.Contracts.TopStatisticsOutput.YesterdayActiveUsers">
            <summary>
            昨日活跃用户
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.TopStatisticsOutput.AccumulatedChannlesRakePrice">
            <summary>
            累计佣金
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.OnlineServiceInput.Link">
            <summary>
            在线客服链接
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayConsumptionStatistics.TotalDeductionAmount">
            <summary>
            累计扣款
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayConsumptionStatistics.TotalFrozenAmount">
            <summary>
            冻结中
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayRechargeReceiptsStatistics.TotalRechargeAmount">
            <summary>
            累计充值
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayRechargeReceiptsListOutput.Id">
            <summary>
            编号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayRechargeReceiptsListOutput.OrderNo">
            <summary>
            业务订单号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayRechargeReceiptsListOutput.RechargeAmount">
            <summary>
            充值金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayRechargeReceiptsListOutput.Remark">
            <summary>
            备注
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayRechargeReceiptsListOutput.Voucher">
            <summary>
            凭证
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayRechargeReceiptsListOutput.CreationTime">
            <summary>
            记账时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayConsumptionListOutput.Id">
            <summary>
            编号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayConsumptionListOutput.OrderNo">
            <summary>
            平台订单号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayConsumptionListOutput.AcoolyOrderNo">
            <summary>
            外部订单号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayConsumptionListOutput.Amount">
            <summary>
            交易金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayConsumptionListOutput.ACOOLYStatus">
            <summary>
            供应商订单状态
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayConsumptionListOutput.FinishTime">
            <summary>
            记账时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayConsumptionListOutput.FrozenStatus">
            <summary>
            冻结状态
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayConsumptionListOutput.Flow">
            <summary>
            资金流向
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayConsumptionListOutput.DeductionAmount">
            <summary>
            扣款金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayConsumptionListOutput.FrozenAmount">
            <summary>
            冻结金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayPhoneMesssageCodeLoginOutput.UserId">
            <summary>
            用户Id
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayPhoneMesssageCodeLoginOutput.PromoterIdNumber">
            <summary>
            推广员ID
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayPhoneMesssageCodeLoginOutput.IsBackClientUser">
            <summary>
            是否是后台用户
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayPhoneMesssageCodeLoginOutput.ChannlesNum">
            <summary>
            渠道号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.BackClientUserInfoOutput.IsBackClientUser">
            <summary>
            是否是后台用户
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.BackClientUserInfoOutput.ChannleList">
            <summary>
            渠道号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsListOutput.Id">
            <summary>
            编号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsListOutput.OrderNo">
            <summary>
            平台订单号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsListOutput.OutOrderNo">
            <summary>
            渠道流水号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsListOutput.LifePayType">
            <summary>
            支付渠道
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsListOutput.ExpensesReceiptsType">
            <summary>
            收支类型
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsListOutput.Amount">
            <summary>
            交易金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsListOutput.FinishTime">
            <summary>
            交易时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsStatistics.TotalIncome">
            <summary>
            累计收入
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsStatistics.TotalRefund">
            <summary>
            累计退款
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsStatistics.RealIncome">
            <summary>
            实际收入
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayLifePayChannlesRakeStatistics.TotalRakePrice">
            <summary>
            合计佣金
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ReceiptsListOutPut.ReceiveList">
            <summary>
            30天收款
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ReceiptsListOutPut.IncomeList">
            <summary>
            30天收入
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ReceiptsDetail.CreationTime">
            <summary>
            创建时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ReceiptsDetail.Amount">
            <summary>
            金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ChannlesRakeListOutPut.ChannlesRakeList">
            <summary>
            30天佣金
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ChannelDataListOutPut.ReceiveList">
            <summary>
            Top5渠道收款
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ChannelDataListOutPut.UserNumberList">
            <summary>
            Top5渠道用户
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ChannelDataReceive.ChannelName">
            <summary>
            渠道名称
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ChannelDataReceive.ReceivePrice">
            <summary>
            收款
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ChannelDataReceive.ChannlesRakePrice">
            <summary>
            佣金
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ChannelDataUserNumber.ChannelName">
            <summary>
            渠道名称
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ChannelDataUserNumber.Number">
            <summary>
            用户数量
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayChannlesRakeListOutput.Id">
            <summary>
            编号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayChannlesRakeListOutput.OrderNo">
            <summary>
            平台订单号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayChannlesRakeListOutput.PayAmount">
            <summary>
            成交金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayChannlesRakeListOutput.ChannlesRakeRate">
            <summary>
            渠道佣金比例
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayChannlesRakeListOutput.ChannlesRakePrice">
            <summary>
            佣金
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayChannlesRakeListOutput.FinishTime">
            <summary>
            结算时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayChannlesRakeListOutput.CreationTime">
            <summary>
            下单时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayChannlesRakeListOutput.ExtraProperties">
            <summary>
            拓展属性
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayChannlesRakeListOutput.ChannelId">
            <summary>
            下单渠道
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayChannlesRakeListTemplate.CreationTime">
            <summary>
            下单时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayChannlesRakeListTemplate.OrderNo">
            <summary>
            平台订单号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayChannlesRakeListTemplate.PayAmount">
            <summary>
            成交金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayChannlesRakeListTemplate.ChannlesRakeRate">
            <summary>
            渠道佣金比例
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayChannlesRakeListTemplate.ChannlesRakePrice">
            <summary>
            佣金
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayChannlesRakeListTemplate.FinishTime">
            <summary>
            结算时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.GetChannelConsultationsInput.StartDate">
            <summary>
            创建的开始时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.GetChannelConsultationsInput.EndDate">
            <summary>
            创建的结束时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.GetChannelConsultationsInput.SearchKey">
            <summary>
            搜索关键词
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ChannelConsultationDto.Id">
            <summary>
            Id
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ChannelConsultationDto.CreationTime">
            <summary>
            咨询时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ChannelConsultationDto.Name">
            <summary>
            咨询人
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ChannelConsultationDto.AgentType">
            <summary>
            代理类型
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ChannelConsultationDto.PhoneNumber">
            <summary>
            联系方式
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ChannelConsultationDto.CompanyName">
            <summary>
            公司名称
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ChannelConsultationDto.CustomerResources">
            <summary>
            客户资源
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ChannelConsultationDto.PromoterIdNumber">
            <summary>
            ID
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ChannelConsultationDto.PromoterName">
            <summary>
            推广员
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ChannelConsultationDto.PromoterPhoneNumber">
            <summary>
            联系方式
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ChannelConsultationDto.FollowupStatus">
            <summary>
            回访状态
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ChannelConsultationDto.LastFollowupTime">
            <summary>
            最近回访
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ChannelConsultationDto.FollowupRemark">
            <summary>
            回访记录
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateChannelConsultationInput.UserId">
            <summary>
            客户端用户Id 如有
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateChannelConsultationInput.IdNumber">
            <summary>
            推广人Id
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateChannelConsultationInput.Name">
            <summary>
            咨询人
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateChannelConsultationInput.AgentType">
            <summary>
            代理类型
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateChannelConsultationInput.PhoneNumber">
            <summary>
            联系方式
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateChannelConsultationInput.CompanyName">
            <summary>
            公司名称
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateChannelConsultationInput.CustomerResources">
            <summary>
            客户资源
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateChannelConsultationFollowupInput.ChannelConsultationId">
            <summary>
            渠道咨询Id
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateChannelConsultationFollowupInput.FollowupStatus">
            <summary>
            回访状态
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateChannelConsultationFollowupInput.FollowupRemark">
            <summary>
            回访记录
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ChannelConsultationFollowupDto.CreatorId">
            <summary>
            回访人Id
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ChannelConsultationFollowupDto.Creator">
            <summary>
            回访人
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ChannelConsultationFollowupDto.FollowupStatus">
            <summary>
            回访状态
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ChannelConsultationFollowupDto.FollowupRemark">
            <summary>
            回访记录
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.ChannelConsultationFollowupDto.CreationTime">
            <summary>
            咨询时间
            </summary>
        </member>
        <member name="M:LifePayment.Application.Contracts.IPromoterService.GetPromoters(LifePayment.Application.Contracts.GetPromotersInput)">
            <summary>
            获取推广员列表
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.IPromoterService.GetPromoter(System.String)">
            <summary>
            获取推广员信息
            </summary>
            <param name="phoneNumber"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.IPromoterService.GetChannelConsultation(LifePayment.Application.Contracts.GetChannelConsultationsInput)">
            <summary>
            获取渠道咨询列表
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.IPromoterService.GetChannelConsultationById(System.Guid)">
            <summary>
            获取渠道咨询Id
            </summary>
            <param name="id"></param>
            <returns></returns>
            <exception cref="T:Volo.Abp.FriendlyException"></exception>
        </member>
        <member name="M:LifePayment.Application.Contracts.IPromoterService.GetChannelConsultationFollowupList(System.Guid)">
            <summary>
            获取渠道咨询回访记录
            </summary>
            <param name="id">渠道咨询Id</param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.IPromoterService.CreateOrUpdatePromoter(LifePayment.Application.Contracts.CreateOrUpdatePromoterInput)">
            <summary>
            创建或更新推广员
            </summary>
            <param name="input"></param>
            <returns></returns>
            <exception cref="T:System.FormatException"></exception>
        </member>
        <member name="M:LifePayment.Application.Contracts.IPromoterService.SetClickCount(System.String)">
            <summary>
            点击数+1
            </summary>
            <param name="idnumber"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.IPromoterService.CreateChannelConsultation(LifePayment.Application.Contracts.CreateChannelConsultationInput)">
            <summary>
            申请渠道咨询
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.IPromoterService.CreateChannelConsultationFollowup(LifePayment.Application.Contracts.CreateChannelConsultationFollowupInput)">
            <summary>
            新增回访
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="P:LifePayment.Application.Contracts.GetPromotersInput.StartDate">
            <summary>
            创建的开始时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.GetPromotersInput.EndDate">
            <summary>
            创建的结束时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.GetPromotersInput.SearchKey">
            <summary>
            搜索关键词
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.PromoterDto.Id">
            <summary>
            Id
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.PromoterDto.CreationTime">
            <summary>
            咨询时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.PromoterDto.IdNumber">
            <summary>
            ID
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.PromoterDto.Name">
            <summary>
            推广员
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.PromoterDto.PhoneNumber">
            <summary>
            联系方式
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.PromoterDto.ClickCount">
            <summary>
            点击数
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.PromoterDto.ApplyCount">
            <summary>
            申请数
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.PromoterDto.Remark">
            <summary>
            备注
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateOrUpdatePromoterInput.Id">
            <summary>
            Id
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateOrUpdatePromoterInput.UserId">
            <summary>
            客户端用户Id 如有
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateOrUpdatePromoterInput.IdNumber">
            <summary>
            ID
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateOrUpdatePromoterInput.Name">
            <summary>
            推广员
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateOrUpdatePromoterInput.PhoneNumber">
            <summary>
            联系方式
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateOrUpdatePromoterInput.Remark">
            <summary>
            备注
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateOrUpdatePromoterOutput.Id">
            <summary>
            Id
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateOrUpdatePromoterOutput.IdNumber">
            <summary>
            IdNumber
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.RecordOperateHistoryEto.RelationId">
@@ -1900,6 +3164,12 @@
            关联关系ID
            </summary>
        </member>
        <member name="M:LifePayment.Application.Contracts.ISyncService.SyncFromTest">
            <summary>
            同步测试订单数据
            </summary>
            <returns></returns>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateBackClientUserInput.Name">
            <summary>
            名称
@@ -1908,6 +3178,11 @@
        <member name="P:LifePayment.Application.Contracts.CreateBackClientUserInput.PhoneNumber">
            <summary>
            手机号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateBackClientUserInput.Password">
            <summary>
            密码
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateBackClientUserInput.UserName">
@@ -2100,6 +3375,11 @@
            渠道Id
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserChannleDto.ChannlesNum">
            <summary>
            渠道num
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserChannleDto.Name">
            <summary>
            渠道名
@@ -2119,6 +3399,13 @@
            <returns></returns>
            <exception cref="T:Volo.Abp.UserFriendlyException"></exception>
        </member>
        <member name="M:LifePayment.Application.Contracts.IAccountService.LifePayUserMesssageByIduser(System.Guid)">
            <summary>
            根据用户ID获取用户是否为后台管理员
            </summary>
            <param name="id"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.IUserRoleService.ResetPassword(LifePayment.Application.Contracts.ResetPasswordBaseInput)">
            <summary>
            重置密码
@@ -2129,6 +3416,11 @@
        <member name="P:LifePayment.Application.Contracts.LifePayPhoneMesssageCodeLoginInput.PhoneNumber">
            <summary>
            手机号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayUserMesssageByIduserInput.Id">
            <summary>
            用户编号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.WxMiniAppIndentityInfo.SessionKey">
@@ -2188,7 +3480,7 @@
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateAccountInput.ChannlesId">
            <summary>
            渠道列表
            渠道编号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateAccountInput.OpenId">