<?xml version="1.0"?>
|
<doc>
|
<assembly>
|
<name>LifePayment.Application.Contracts</name>
|
</assembly>
|
<members>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.GetElectricParValue">
|
<summary>
|
获取电费面值
|
</summary>
|
<returns></returns>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.GetElectricSupportArea">
|
<summary>
|
获取电费充值区域
|
</summary>
|
<returns></returns>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.GetPhoneParValue">
|
<summary>
|
获取话费面值
|
</summary>
|
<returns></returns>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.GetGasParValue">
|
<summary>
|
获取燃气面值
|
</summary>
|
<returns></returns>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.GetGasOrgType">
|
<summary>
|
获取燃气支持商户
|
</summary>
|
<returns></returns>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.LifePaySuccessHandler(System.String,System.String)">
|
<summary>
|
支付成功回调处理
|
</summary>
|
<param name="orderNo"></param>
|
<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,System.String)">
|
<summary>
|
供应商回调处理
|
</summary>
|
<param name="orderNo"></param>
|
<param name="acoolyOrderNo"></param>
|
<param name="status"></param>
|
<param name="acoolyStatus"></param>
|
<param name="payAmount"></param>
|
<returns></returns>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.CreateLifePayPhoneOrder(LifePayment.Application.Contracts.CreateLifePayOrderInput{LifePayment.Application.Contracts.LifePhoneData})">
|
<summary>
|
创建生活缴费话费订单
|
</summary>
|
<param name="input"></param>
|
<returns></returns>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.CreateLifePayElectricOrder(LifePayment.Application.Contracts.CreateLifePayOrderInput{LifePayment.Application.Contracts.LifeElectricData})">
|
<summary>
|
创建生活缴费电费订单
|
</summary>
|
<param name="input"></param>
|
<returns></returns>
|
</member>
|
<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>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.RefundLifePayOrder(LifePayment.Application.Contracts.RefundLifePayOrderInput)">
|
<summary>
|
退款生活缴费订单
|
</summary>
|
<param name="input"></param>
|
<returns></returns>
|
<exception cref="T:Volo.Abp.UserFriendlyException"></exception>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.RefundUserLifePayOrder(LifePayment.Application.Contracts.RefundUserLifePayOrderInput)">
|
<summary>
|
用户发起生活缴费退款
|
</summary>
|
<param name="input"></param>
|
<returns></returns>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.AddUpdateUserAccount(LifePayment.Application.Contracts.AddUpdateUserAccountInput)">
|
<summary>
|
用户修改户号信息
|
</summary>
|
<param name="input"></param>
|
<returns></returns>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.DeleteUserAccount(System.Guid)">
|
<summary>
|
删除用户户号
|
</summary>
|
<param name="id"></param>
|
<returns></returns>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.CreateEditLifePayRate(System.Collections.Generic.List{LifePayment.Application.Contracts.LifePayRateInput})">
|
<summary>
|
编辑折扣
|
</summary>
|
<param name="input"></param>
|
<returns></returns>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.CreateEditLifePayPremium(System.Collections.Generic.List{LifePayment.Application.Contracts.LifePayPremiumInput})">
|
<summary>
|
编辑手续费费率
|
</summary>
|
<param name="input"></param>
|
<returns></returns>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.EditIntroInfo(LifePayment.Application.Contracts.LifePayIntroInfoInput)">
|
<summary>
|
须知配置
|
</summary>
|
<param name="input"></param>
|
<returns></returns>
|
</member>
|
<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>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.GetPremium">
|
<summary>
|
获取手续费费率
|
</summary>
|
<returns></returns>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.GetIntroInfo(LifePayment.Domain.Shared.LifePayOrderTypeEnum)">
|
<summary>
|
获取须知
|
</summary>
|
<returns></returns>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.GetUserLifePayOrderPage(LifePayment.Application.Contracts.QueryLifePayOrderListInput)">
|
<summary>
|
获取我的订单分页数据
|
</summary>
|
<param name="input"></param>
|
<returns></returns>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.GetUserLifePayOrderDetail(System.String)">
|
<summary>
|
获取我的订单详情
|
</summary>
|
<param name="orderNo"></param>
|
<returns></returns>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.GetUserPage(LifePayment.Application.Contracts.QueryUserPageInput)">
|
<summary>
|
获取用户分页数据
|
</summary>
|
<param name="input"></param>
|
<returns></returns>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.GetAccountPage(LifePayment.Application.Contracts.QueryUserAccountListInput)">
|
<summary>
|
获取用户户号分页数据
|
</summary>
|
<param name="input"></param>
|
<returns></returns>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.GetLifePayOrderPage(LifePayment.Application.Contracts.QueryLifePayOrderListInput)">
|
<summary>
|
获取订单分页数据
|
</summary>
|
<param name="input"></param>
|
<returns></returns>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.GetLifePayOrderDetail(System.String)">
|
<summary>
|
获取订单详情
|
</summary>
|
<param name="orderNo"></param>
|
<returns></returns>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.GetPayStatusByOrderNo(System.String)">
|
<summary>
|
根据订单号获取支付状态
|
</summary>
|
<param name="orderNo"></param>
|
<returns></returns>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.GetLifePayChannlesPage(ZeroD.Util.PageInput)">
|
<summary>
|
获取渠道分页
|
</summary>
|
<param name="input"></param>
|
<returns></returns>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.GetUserAccountList(LifePayment.Application.Contracts.QueryUserAccountListInput)">
|
<summary>
|
获取我的户号列表
|
</summary>
|
<param name="input"></param>
|
<returns></returns>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.GetUserAccountAllList(LifePayment.Application.Contracts.QueryUserAccountAllListInput)">
|
<summary>
|
获取我的全部户号列表
|
</summary>
|
<param name="input"></param>
|
<returns></returns>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.GetUserAccountDetail(System.Guid)">
|
<summary>
|
获取我的户号详情
|
</summary>
|
<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>
|
设置生活缴费支付类型
|
</summary>
|
<param name="input"></param>
|
<returns></returns>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.GetPayOrderForJsAPI(LifePayment.Domain.Shared.GetPayOrderForJsAPIInput,System.String)">
|
<summary>
|
生活缴费的JSAPI调用
|
</summary>
|
<param name="input"></param>
|
<param name="ip"></param>
|
<returns></returns>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.ILifePayService.GetPayQRCode(LifePayment.Domain.Shared.LifePayTypeEnum,System.String,System.String,System.Decimal,System.String,System.String)">
|
<summary>
|
获取支付二维码
|
</summary>
|
<param name="payType"></param>
|
<param name="outTradeNo"></param>
|
<param name="description"></param>
|
<param name="amount"></param>
|
<returns></returns>
|
<exception cref="T:Volo.Abp.UserFriendlyException"></exception>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateLifePayOrderInput`1.ChannelId">
|
<summary>
|
渠道名称
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePhoneData.IspCode">
|
<summary>
|
运营商编码,例如:"yidong", "dianxin", "liantong"。
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePhoneData.ParValue">
|
<summary>
|
充值面额,单位为元。测试账户:parValue=100:缴费成功,parValue>100:缴费失败。
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePhoneData.Phone">
|
<summary>
|
手机号。
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePhoneData.Name">
|
<summary>
|
机主名称(电信手机号必填)
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifeElectricData.ParValue">
|
<summary>
|
充值面额,单位为元。
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifeElectricData.ElectricType">
|
<summary>
|
电网类型,例如:"guowang"代表国家电网,"nanwang"代表南方电网。
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifeElectricData.ElectricAccountType">
|
<summary>
|
电费类型,国网必传:住宅、企事业、店铺三个选项。
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifeElectricData.ElectricAccount">
|
<summary>
|
电费户号。
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifeElectricData.Province">
|
<summary>
|
省份。
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifeElectricData.City">
|
<summary>
|
城市。
|
</summary>
|
</member>
|
<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">
|
<summary>
|
充值面额,单位为元。
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifeGasData.GasOrgType">
|
<summary>
|
天然气公司类型,"zhong_ran"代表中燃燃气,"bei_jing"代表北京燃气。
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifeGasData.GasAccount">
|
<summary>
|
燃气户号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifeGasData.Province">
|
<summary>
|
省份
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifeGasData.City">
|
<summary>
|
城市
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateLifePayOrderInput.PhoneNumber">
|
<summary>
|
用户手机号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateLifePayOrderInput.LifePayOrderType">
|
<summary>
|
订单类型
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateLifePayOrderInput.OrderNo">
|
<summary>
|
订单号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateLifePayOrderInput.RechargeAmount">
|
<summary>
|
充值金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateLifePayOrderInput.DiscountAmount">
|
<summary>
|
优惠金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateLifePayOrderInput.PayAmount">
|
<summary>
|
实付金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateLifePayOrderInput.PayTime">
|
<summary>
|
支付时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateLifePayOrderInput.PayStatus">
|
<summary>
|
支付状态
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateLifePayOrderInput.OutOrderNo">
|
<summary>
|
外部订单号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateLifePayOrderInput.LifePayOrderStatus">
|
<summary>
|
订单状态
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateLifePayOrderInput.FinishTime">
|
<summary>
|
完成时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateLifePayOrderInput.RefundCredentialsImgUrl">
|
<summary>
|
退款凭证
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateLifePayOrderInput.OrderParamDetailJsonStr">
|
<summary>
|
订单参数详情
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateLifePayOrderInput.ChannelId">
|
<summary>
|
下单渠道
|
</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>
|
订单类型
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.QueryLifePayOrderListInput.LifePayType">
|
<summary>
|
生活缴费支付类型
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.QueryLifePayOrderListInput.BeginPayTime">
|
<summary>
|
开始支付时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.QueryLifePayOrderListInput.EndPayTime">
|
<summary>
|
结束支付时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.QueryLifePayOrderListInput.PayStatus">
|
<summary>
|
支付状态
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.QueryLifePayOrderListInput.ACOOLYStatus">
|
<summary>
|
供应商状态
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.QueryLifePayOrderListInput.LifePayOrderStatus">
|
<summary>
|
订单状态
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.QueryLifePayOrderListInput.BeginFinishTime">
|
<summary>
|
开始完成时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.QueryLifePayOrderListInput.EndFinishTime">
|
<summary>
|
结束完成时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.QueryLifePayOrderListInput.UserId">
|
<summary>
|
用户Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.QueryLifePayOrderListInput.KeyWords">
|
<summary>
|
搜索关键词
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.QueryLifePayRefundOrderListInput.LifePayOrderType">
|
<summary>
|
订单类型
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.QueryLifePayRefundOrderListInput.LifePayType">
|
<summary>
|
生活缴费支付类型
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.QueryLifePayRefundOrderListInput.BeginRefundApplyTime">
|
<summary>
|
开始申请退款时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.QueryLifePayRefundOrderListInput.EndRefundApplyTime">
|
<summary>
|
结束申请退款时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.QueryLifePayRefundOrderListInput.BeginFinishTime">
|
<summary>
|
开始完成时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.QueryLifePayRefundOrderListInput.EndFinishTime">
|
<summary>
|
结束完成时间
|
</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>
|
支付状态
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.QueryLifePayRefundOrderListInput.ACOOLYStatus">
|
<summary>
|
供应商状态
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.QueryLifePayRefundOrderListInput.LifePayOrderStatus">
|
<summary>
|
订单状态
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.QueryLifePayRefundOrderListInput.LifePayRefundStatus">
|
<summary>
|
订单状态
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.QueryLifePayRefundOrderListInput.UserId">
|
<summary>
|
用户Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.QueryLifePayRefundOrderListInput.KeyWords">
|
<summary>
|
搜索关键词
|
</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.QueryUserAccountListInput.UserId">
|
<summary>
|
用户Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.QueryUserAccountAllListInput.UserId">
|
<summary>
|
用户Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.AddUpdateUserAccountInput.UserId">
|
<summary>
|
用户编号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.AddUpdateUserAccountInput.LifePayType">
|
<summary>
|
生活缴费类型
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.AddUpdateUserAccountInput.Operators">
|
<summary>
|
运营商
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.AddUpdateUserAccountInput.Content">
|
<summary>
|
手机号/户号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.AddUpdateUserAccountInput.Province">
|
<summary>
|
省
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.AddUpdateUserAccountInput.City">
|
<summary>
|
市
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.AddUpdateUserAccountInput.ExtraProperties">
|
<summary>
|
拓展字段(电费类型)
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.AddUpdateUserAccountInput.Remark">
|
<summary>
|
备注
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.QueryUserPageInput.QueryCondition">
|
<summary>
|
手机号/用户名
|
</summary>
|
</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.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.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.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">
|
<summary>
|
生活缴费类型
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayIntroInfoInput.Data">
|
<summary>
|
更新内容
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayIntroInfoDetail.Type">
|
<summary>
|
类型
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayIntroInfoDetail.ContentSummary">
|
<summary>
|
摘要
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayIntroInfoDetail.Content">
|
<summary>
|
文本内容
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayIntroInfoDetail.Path">
|
<summary>
|
图片/视频路径
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayIntroInfoDetail.Sequence">
|
<summary>
|
排序
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayIntroInfoOutput.Type">
|
<summary>
|
类型
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayIntroInfoOutput.LifePayType">
|
<summary>
|
生活缴费类型
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayIntroInfoOutput.ContentSummary">
|
<summary>
|
摘要
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayIntroInfoOutput.Content">
|
<summary>
|
文本内容
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayIntroInfoOutput.Path">
|
<summary>
|
图片/视频路径
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayIntroInfoOutput.Sequence">
|
<summary>
|
排序
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserListOutput.PhoneNumber">
|
<summary>
|
用户手机号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserListOutput.Name">
|
<summary>
|
姓名
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserListOutput.CreationChannle">
|
<summary>
|
最后登录渠道
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserListOutput.LastLoginChannle">
|
<summary>
|
最后登录渠道
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.PhoneNumber">
|
<summary>
|
用户手机号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.LifePayType">
|
<summary>
|
生活缴费支付类型
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.ChannelName">
|
<summary>
|
渠道名称
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.LifePayOrderType">
|
<summary>
|
订单类型
|
</summary>
|
</member>
|
<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">
|
<summary>
|
充值金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.ActualRechargeAmount">
|
<summary>
|
实际充值金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.DiscountAmount">
|
<summary>
|
优惠金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.PayAmount">
|
<summary>
|
实付金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.PayTime">
|
<summary>
|
支付时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.PlatformDeductionAmount">
|
<summary>
|
平台扣款金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.PayStatus">
|
<summary>
|
支付状态
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.OutOrderNo">
|
<summary>
|
外部订单号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.LifePayOrderStatus">
|
<summary>
|
订单状态
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.FinishTime">
|
<summary>
|
完成时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.RefundCredentialsImgUrl">
|
<summary>
|
退款凭证
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.RefundPrice">
|
<summary>
|
退款金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.CreationTime">
|
<summary>
|
下单时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.RefundTime">
|
<summary>
|
退款时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.RefundApplyRemark">
|
<summary>
|
申请退款原因
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.RefundApplyTime">
|
<summary>
|
退款申请时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.RefundCheckRemark">
|
<summary>
|
驳回原因
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.ACOOLYOrderNo">
|
<summary>
|
供应商订单号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.ACOOLYStatus">
|
<summary>
|
供应商订单状态
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.LifePayRefundStatus">
|
<summary>
|
平台退款状态
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.ActualReceivedAmount">
|
<summary>
|
实际到账金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.CreationTime">
|
<summary>
|
下单时间
|
</summary>
|
</member>
|
<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">
|
<summary>
|
优惠金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.PayAmount">
|
<summary>
|
实付金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.PayTime">
|
<summary>
|
支付时间
|
</summary>
|
</member>
|
<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">
|
<summary>
|
订单状态
|
</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.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">
|
<summary>
|
生活缴费支付类型
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserLifePayOrderOutput.LifePayOrderType">
|
<summary>
|
订单类型
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserLifePayOrderOutput.OrderNo">
|
<summary>
|
订单号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserLifePayOrderOutput.RechargeAmount">
|
<summary>
|
充值金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserLifePayOrderOutput.DiscountAmount">
|
<summary>
|
优惠金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserLifePayOrderOutput.PayAmount">
|
<summary>
|
实付金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserLifePayOrderOutput.PayTime">
|
<summary>
|
支付时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserLifePayOrderOutput.PayStatus">
|
<summary>
|
支付状态
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserLifePayOrderOutput.LifePayOrderStatus">
|
<summary>
|
订单状态
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserLifePayOrderOutput.FinishTime">
|
<summary>
|
完成时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserLifePayOrderOutput.OrderParamDetailJsonStr">
|
<summary>
|
订单详细数据
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserLifePayOrderOutput.CreationTime">
|
<summary>
|
下单时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserLifePayOrderOutput.RefundTime">
|
<summary>
|
退款时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserLifePayOrderOutput.RefundApplyTime">
|
<summary>
|
退款申请时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserLifePayOrderOutput.RefundCredentialsImgUrl">
|
<summary>
|
退款凭证
|
</summary>
|
</member>
|
<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">
|
<summary>
|
用户账号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.LifePayType">
|
<summary>
|
生活缴费支付类型
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.LifePayOrderType">
|
<summary>
|
订单类型
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.RefundOrderNo">
|
<summary>
|
退款订单号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.OrderNo">
|
<summary>
|
订单号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.RechargeAmount">
|
<summary>
|
充值金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.DiscountAmount">
|
<summary>
|
优惠金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.PayAmount">
|
<summary>
|
实付金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.PayTime">
|
<summary>
|
支付时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.PayStatus">
|
<summary>
|
支付状态
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.Status">
|
<summary>
|
订单状态
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.FinishTime">
|
<summary>
|
完成时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.OutOrderNo">
|
<summary>
|
外部订单号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.OrderParamDetailJsonStr">
|
<summary>
|
订单详细数据
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.CreationTime">
|
<summary>
|
下单时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.RefundTime">
|
<summary>
|
退款时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.RefundCredentialsImgUrl">
|
<summary>
|
退款凭证
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.RefundApplyRemark">
|
<summary>
|
退款原因
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.RefundCheckRemark">
|
<summary>
|
驳回原因
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.ACOOLYOrderNo">
|
<summary>
|
渠道流水号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.LifePayRefundStatus">
|
<summary>
|
平台退款状态
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.ActualRechargeAmount">
|
<summary>
|
实际充值金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.ActualReceivedAmount">
|
<summary>
|
实际到账金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.RefundPrice">
|
<summary>
|
退款金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.PlatformRate">
|
<summary>
|
平台折扣比例
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.PlatformPrice">
|
<summary>
|
平台扣款金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.ChannleRate">
|
<summary>
|
渠道折扣
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.ChannlesRakeRate">
|
<summary>
|
渠道佣金比例
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.ChannlesRakePrice">
|
<summary>
|
渠道佣金
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.PremiumRate">
|
<summary>
|
手续费比例
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.PremiumPrice">
|
<summary>
|
手续费
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.Profit">
|
<summary>
|
平台利润
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.ElecBillUrl">
|
<summary>
|
回单地址
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.RefundElecBillUrl">
|
<summary>
|
退款回单地址
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.UserPhoneNumber">
|
<summary>
|
用户账号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.LifePayType">
|
<summary>
|
生活缴费支付类型
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.LifePayOrderType">
|
<summary>
|
订单类型
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.OrderNo">
|
<summary>
|
订单号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.RechargeAmount">
|
<summary>
|
充值金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.DiscountAmount">
|
<summary>
|
优惠金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.PayAmount">
|
<summary>
|
实付金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.PayTime">
|
<summary>
|
支付时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.PayStatus">
|
<summary>
|
支付状态
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.Status">
|
<summary>
|
订单状态
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.FinishTime">
|
<summary>
|
完成时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.OutOrderNo">
|
<summary>
|
外部订单号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.CreationTime">
|
<summary>
|
下单时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.RefundTime">
|
<summary>
|
退款时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.RefundCredentialsImgUrl">
|
<summary>
|
退款凭证
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.RefundApplyRemark">
|
<summary>
|
退款申请原因
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.RefundApplyTime">
|
<summary>
|
退款申请时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.RefundCheckRemark">
|
<summary>
|
退款驳回原因
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.RefundOrderNo">
|
<summary>
|
退款订单号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.ACOOLYOrderNo">
|
<summary>
|
渠道流水号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.LifePayRefundStatus">
|
<summary>
|
平台退款状态
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.ActualRechargeAmount">
|
<summary>
|
实际充值金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.ActualReceivedAmount">
|
<summary>
|
实际到账金额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.LifePayRefundOrderOutput.RefundPrice">
|
<summary>
|
退款金额
|
</summary>
|
</member>
|
<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">
|
<summary>
|
订单编号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserLifePayOrderRefundOutput.OrderNo">
|
<summary>
|
订单号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserLifePayOrderRefundOutput.RefundApplyRemark">
|
<summary>
|
退款原因
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserLifePayOrderRefundOutput.RefundCheckRemark">
|
<summary>
|
后台填写的驳回原因
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserLifePayOrderRefundOutput.LifePayOrderStatus">
|
<summary>
|
订单状态
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserAccountOutput.LifePayType">
|
<summary>
|
生活缴费类型
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserAccountOutput.Operators">
|
<summary>
|
运营商
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserAccountOutput.Content">
|
<summary>
|
手机号/户号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserAccountOutput.Province">
|
<summary>
|
省
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserAccountOutput.City">
|
<summary>
|
市
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserAccountOutput.ExtraProperties">
|
<summary>
|
拓展字段(电费类型)
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserAccountOutput.Remark">
|
<summary>
|
备注
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserAccountOutput.CreationTime">
|
<summary>
|
创建时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.TopStatisticsOutput.CreationTime">
|
<summary>
|
创建时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.TopStatisticsOutput.Amount">
|
<summary>
|
账户余额
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.TopStatisticsOutput.AccumulatedReceipts">
|
<summary>
|
累计收款
|
</summary>
|
</member>
|
<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">
|
<summary>
|
累计下单
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.TopStatisticsOutput.OrdersNumYesterday">
|
<summary>
|
昨日下单
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.TopStatisticsOutput.YesterdaySuccess">
|
<summary>
|
昨日成功
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.TopStatisticsOutput.YesterdayFail">
|
<summary>
|
昨日失败
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.TopStatisticsOutput.AccumulatedUsers">
|
<summary>
|
累计用户
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.TopStatisticsOutput.YesterdayActiveUsers">
|
<summary>
|
昨日活跃用户
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.OnlineServiceInput.Link">
|
<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.LifePayPhoneMesssageCodeLoginOutput.UserId">
|
<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.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.CreationTime">
|
<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.RecordOperateHistoryEto.RelationId">
|
<summary>
|
关联关系ID
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.RecordOperateHistoryEto.TableType">
|
<summary>
|
表类型 常量 TableType
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.RecordOperateHistoryEto.OperateName">
|
<summary>
|
操作名称
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.RecordOperateHistoryEto.OperateContent">
|
<summary>
|
操作内容
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.RecordOperateHistoryEto.CreatorName">
|
<summary>
|
操作人
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.RecordOperateHistoryEto.OperateDetail">
|
<summary>
|
操作细节
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.RecordOperateHistoryEto.UserId">
|
<summary>
|
用户id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CategoryDto.Id">
|
<summary>
|
类别Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CategoryDto.Name">
|
<summary>
|
名称
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CategoryDto.Sequence">
|
<summary>
|
排序
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CategoryDto.Sketch">
|
<summary>
|
简述
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CategoryDto.Icon">
|
<summary>
|
图标地址
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CategoryDto.HeadIcon">
|
<summary>
|
头部图标地址
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CategoryDto.IsVisable">
|
<summary>
|
是否显示,true显示,false隐藏
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CategoryDto.IsSupportAdvertise">
|
<summary>
|
是否支持广告
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CategoryDto.CategoryIntId">
|
<summary>
|
序号Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CategoryAllDto.Id">
|
<summary>
|
类别Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CategoryAllDto.Name">
|
<summary>
|
名称
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CategoryAllDto.Sequence">
|
<summary>
|
排序
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CategoryAllDto.CategoryIntId">
|
<summary>
|
序号Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.GetCategoriesInput.Type">
|
<summary>
|
类型:0产品类别,1资讯类别
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.GetCategoriesInput.OrderInput">
|
<summary>
|
排序信息:默认按Sequence升序
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.GetCategoryQueryInput.Type">
|
<summary>
|
类型:0产品类别,1资讯类别
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.GetCategoryQueryInput.IsVisable">
|
<summary>
|
是否显示,true显示,false隐藏
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateOrUpdateCategoryInput.Id">
|
<summary>
|
类别Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateOrUpdateCategoryInput.Type">
|
<summary>
|
类型:0产品类别,1资讯类别
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateOrUpdateCategoryInput.Name">
|
<summary>
|
名称
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateOrUpdateCategoryInput.CategoryIntId">
|
<summary>
|
类别Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateOrUpdateCategoryInput.Sketch">
|
<summary>
|
简述
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateOrUpdateCategoryInput.Sequence">
|
<summary>
|
排序
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateOrUpdateCategoryInput.Icon">
|
<summary>
|
图标地址
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateOrUpdateCategoryInput.HeadIcon">
|
<summary>
|
头部图标地址
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateOrUpdateCategoryInput.IsSupportAdvertise">
|
<summary>
|
是否支持广告
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateOrUpdateCategoryInput.CoverInfo">
|
<summary>
|
备选图片(封面信息)
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.SetCategoryVisInput.Id">
|
<summary>
|
类别Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.SetCategoryVisInput.Type">
|
<summary>
|
类型:0产品类别,1资讯类别
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CategoryMenu.Id">
|
<summary>
|
类别Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CategoryMenu.Name">
|
<summary>
|
名称
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CategoryMenu.HeadIcon">
|
<summary>
|
头部图标地址
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CategoryMenu.Icon">
|
<summary>
|
图标地址
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CategoryMenu.Covers">
|
<summary>
|
封面信息
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CategoryMenu.Sketch">
|
<summary>
|
简述
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CategoryMenu.Sequence">
|
<summary>
|
排序
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.TagMenu.Id">
|
<summary>
|
标签Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.TagMenu.Name">
|
<summary>
|
名称
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.TagMenu.CategoryId">
|
<summary>
|
类别Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CoverMsg.Url">
|
<summary>
|
封面地址
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CoverMsg.Sequence">
|
<summary>
|
排序
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.TagDto.Id">
|
<summary>
|
标签Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.TagDto.CategoryId">
|
<summary>
|
类别Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.TagDto.CategoryType">
|
<summary>
|
/// 行业服务 = 0 行业配套 = 1 甲方需求 = 2 行业资讯 = 3;
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.TagDto.CategoryName">
|
<summary>
|
类别名称
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.TagDto.Name">
|
<summary>
|
名称
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.TagDto.Sequence">
|
<summary>
|
排序
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.TagDto.IsVisable">
|
<summary>
|
是否显示,默认为true 显示
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.GetTagsInput.Type">
|
<summary>
|
类型:0产品标签,1资讯标签,3快捷评论标签
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.GetTagsInput.IsVisable">
|
<summary>
|
是否显示,true显示,false隐藏
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.GetTagsInput.CategoryId">
|
<summary>
|
类别Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.GetTagsInput.OrderInput">
|
<summary>
|
排序信息:默认按Sequence升序
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.SetTagVisInput.Id">
|
<summary>
|
类别Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.SetTagVisInput.Type">
|
<summary>
|
类型:0产品标签,1资讯标签,3快捷评论标签
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateOrUpdateTagInput.Id">
|
<summary>
|
标签Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateOrUpdateTagInput.Type">
|
<summary>
|
类型:0产品标签,1资讯标签,2自定义标签,3快捷评论标签
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateOrUpdateTagInput.CategoryId">
|
<summary>
|
类别Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateOrUpdateTagInput.CategoryType">
|
<summary>
|
行业服务 = 0 行业配套 = 1 甲方需求 = 2 行业资讯 = 3;
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateOrUpdateTagInput.Name">
|
<summary>
|
名称
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateOrUpdateTagInput.Sequence">
|
<summary>
|
排序
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.AreaDto.AreaCode">
|
<summary>
|
编码
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.AreaDto.ParentCode">
|
<summary>
|
父级编码
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.AreaDto.AreaName">
|
<summary>
|
名称
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.AreaDto.Layer">
|
<summary>
|
1省 2市 3区 4镇
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.AreaDto.Sort">
|
<summary>
|
排序
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.GetAreaListInput.Layer">
|
<summary>
|
1省 2市 3区 4镇
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.GetAreaListInput.NeedTown">
|
<summary>
|
是否需要镇信息
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.GetAreaListInput.ParentCode">
|
<summary>
|
父级编码
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CategoryInfo.Type">
|
<summary>
|
类型:0产品类别,1资讯类别
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CategoryInfo.Covers">
|
<summary>
|
封面信息
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.AdvertisePriceInfo.Id">
|
<summary>
|
广告价位配置Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.AdvertisePriceInfo.Type">
|
<summary>
|
广告类型:0产品服务,1行业资讯
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.AdvertisePriceInfo.Position">
|
<summary>
|
广告位置:0首页一级,1首页二级,2详情页推荐
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.AdvertisePriceInfo.Status">
|
<summary>
|
状态:-10已下架,10上架/显示中
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.AdvertisePriceInfo.Prices">
|
<summary>
|
价格信息
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.GetAdvertisePricesInput.Type">
|
<summary>
|
广告类型:0产品服务,1行业资讯
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.GetAdvertisePricesInput.Position">
|
<summary>
|
广告位置:0首页一级,1首页二级,2详情页推荐
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.PeriodPriceInfo.PeriodType">
|
<summary>
|
投放周期类型:1天,7周,30月,90季,365年
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.PeriodPriceInfo.Price">
|
<summary>
|
价格
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateOrUpdateAdvertisePriceInput.Type">
|
<summary>
|
广告类型:0产品服务,1行业资讯
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateOrUpdateAdvertisePriceInput.Position">
|
<summary>
|
广告位置:0首页一级,1首页二级,2详情页推荐
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateOrUpdateAdvertisePriceInput.Prices">
|
<summary>
|
价格信息
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.GetAdvertisePriceInfosInput.OrderInput">
|
<summary>
|
排序信息:默认按广告类型:Type、广告位置:Position升序
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateOrUpdateRewardPercentageInput.UpLevel">
|
<summary>
|
Up主等级
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateOrUpdateRewardPercentageInput.UpRatio">
|
<summary>
|
Up主占比
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateOrUpdateRewardPercentageInput.PlatformRatio">
|
<summary>
|
平台占比
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.RewardPercentageInfo.UpLevel">
|
<summary>
|
Up主等级
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.RewardPercentageInfo.UpRatio">
|
<summary>
|
Up主占比
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.RewardPercentageInfo.PlatformRatio">
|
<summary>
|
平台占比
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.GetRewardPercentagesInput.OrderInput">
|
<summary>
|
排序信息:默认按Up主等级:UpLevel升序
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.InitSettingInfo.SelfSupportingServiceName">
|
<summary>
|
平台自营服务商名称
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.InitSettingInfo.PlatServicePhone">
|
<summary>
|
平台服务电话
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.AreaInfo.Layer">
|
<summary>
|
1省 2市 3区 4镇
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.AreaInfo.SimpleSpelling">
|
<summary>
|
简易拼音
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.AreaInfo.QuickQuery">
|
<summary>
|
快速检索
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.PlatformContactList.CategoryType">
|
<summary>
|
行业服务 = 0 行业配套 = 1 甲方需求 = 2 行业资讯 = 3;
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.PlatformContactList.ContactPhone">
|
<summary>
|
联系方式
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateOrEditPlatformContactInput.CategoryType">
|
<summary>
|
行业服务 = 0 行业配套 = 1 甲方需求 = 2 行业资讯 = 3;
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateOrEditPlatformContactInput.ContactPhone">
|
<summary>
|
联系方式
|
</summary>
|
</member>
|
<member name="T:LifePayment.Application.Contracts.UserCertificationSettingInfo">
|
<summary>
|
用户认证相关配置参数
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserCertificationSettingInfo.ReceivingAccount">
|
<summary>
|
收款账号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserCertificationSettingInfo.ReceivingCompanyName">
|
<summary>
|
收款公司名
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserCertificationSettingInfo.ReceivingBankName">
|
<summary>
|
收款开户银行
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserCertificationSettingInfo.UserCertificationAmount">
|
<summary>
|
用户认证费用
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserCertificationSettingInfo.UserCertificationReceivingRemark">
|
<summary>
|
用户认证收款备注
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserCertificationSettingInfo.OfflinePayEndDays">
|
<summary>
|
线下支付汇款天数(单位:天)
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserCertificationSettingInfo.OfflinePayEndTime">
|
<summary>
|
线下支付汇款最晚时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.OperateHistoryDto.RelationId">
|
<summary>
|
关联关系ID
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.OperateHistoryDto.TableType">
|
<summary>
|
表名
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.OperateHistoryDto.OperateName">
|
<summary>
|
操作
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.OperateHistoryDto.OperateContent">
|
<summary>
|
操作内容
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.OperateHistoryDto.CreatorName">
|
<summary>
|
操作人
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.OperateHistoryDto.CreationTime">
|
<summary>
|
操作时间
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.OperateHistoryDto.OperateDetail">
|
<summary>
|
操作细节
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateOperateHistoryInput.RelationId">
|
<summary>
|
关联关系ID
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateBackClientUserInput.Name">
|
<summary>
|
名称
|
</summary>
|
</member>
|
<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">
|
<summary>
|
账户
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateBackClientUserInput.RoleNames">
|
<summary>
|
角色
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateBackClientUserInput.ChannlesId">
|
<summary>
|
渠道列表
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateBackClientUserInput.CompanyOrgId">
|
<summary>
|
组织架构公司id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateBackClientUserInput.DepartmentOrgId">
|
<summary>
|
组织架构部门id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateOrUpdateRoleInput.Id">
|
<summary>
|
角色Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateBaseRoleInput.Name">
|
<summary>
|
名称
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateBaseRoleInput.Sequence">
|
<summary>
|
排序
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateBaseRoleInput.DepartmentId">
|
<summary>
|
部门Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateBaseRoleInput.DataRange">
|
<summary>
|
数据范围 全部数据100 个人数据 10
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateBaseRoleInput.Remark">
|
<summary>
|
备注
|
</summary>
|
</member>
|
<member name="T:LifePayment.Application.Contracts.ResetPasswordBaseInput">
|
<summary>
|
重置密码基础输入参数
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UpdateBackClientUserInput.Id">
|
<summary>
|
用户Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.RoleEnableOrForbidInput.Id">
|
<summary>
|
角色Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.RoleEnableOrForbidInput.IsEnable">
|
<summary>
|
启用:true,禁用:false
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserDto.Id">
|
<summary>
|
用户Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserDto.UserName">
|
<summary>
|
登录用户名(账号)
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserDto.Name">
|
<summary>
|
名称
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserDto.PhoneNumber">
|
<summary>
|
用户手机号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserDto.IsLocked">
|
<summary>
|
账户是否锁住(是否禁用)
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserDto.Roles">
|
<summary>
|
角色信息
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserDto.Channles">
|
<summary>
|
角色信息
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserDto.Remark">
|
<summary>
|
备注
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserDto.CompanyOrgId">
|
<summary>
|
组织架构公司id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserDto.DepartmentOrgId">
|
<summary>
|
组织架构部门id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.GetBackClientUsersInput.IsLocked">
|
<summary>
|
账户是否锁住(是否禁用)
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.GetBackClientUsersInput.QueryCondition">
|
<summary>
|
查询条件:名称/账号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.RoleDto.Id">
|
<summary>
|
角色Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.RoleDto.Name">
|
<summary>
|
角色名
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.RoleInfo.Id">
|
<summary>
|
角色Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.RoleInfo.Name">
|
<summary>
|
名称
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.RoleInfo.Sequence">
|
<summary>
|
排序
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.RoleInfo.IsEnable">
|
<summary>
|
是否可用
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.RoleInfo.DepartmentId">
|
<summary>
|
部门Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.RoleInfo.DataRange">
|
<summary>
|
数据范围 全部数据:100 个人数据:10
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.RoleInfo.UserCount">
|
<summary>
|
账号数量
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.RoleInfo.Remark">
|
<summary>
|
备注
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserChannleDto.Id">
|
<summary>
|
渠道Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.UserChannleDto.Name">
|
<summary>
|
渠道名
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.GetRolesInput.QueryCondition">
|
<summary>
|
查询条件:角色名称
|
</summary>
|
</member>
|
<member name="M:LifePayment.Application.Contracts.IAccountService.LifePayPhoneMesssageCodeLogin(LifePayment.Application.Contracts.LifePayPhoneMesssageCodeLoginInput)">
|
<summary>
|
手机验证码登录
|
版本说明:使用验证码管理去校验和失效对应业务的验证码
|
</summary>
|
<param name="input"></param>
|
<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>
|
重置密码
|
</summary>
|
<param name="input"></param>
|
<returns></returns>
|
</member>
|
<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">
|
<summary>
|
会话密钥
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.WxMiniAppIndentityInfo.OpenId">
|
<summary>
|
小程序OpenId
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.WxMiniAppIndentityInfo.UserName">
|
<summary>
|
用户名(该值为空则需手机授权登录,不为空则已有该小程序用户)
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.WxMiniAppIndentityInfo.UnionId">
|
<summary>
|
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateAccountInput.Name">
|
<summary>
|
名称
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateAccountInput.Password">
|
<summary>
|
密码
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateAccountInput.UserName">
|
<summary>
|
用户名
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateAccountInput.Remark">
|
<summary>
|
备注
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateAccountInput.PhoneNumber">
|
<summary>
|
手机号
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateAccountInput.ClientId">
|
<summary>
|
用户端Id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateAccountInput.RoleNames">
|
<summary>
|
角色
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateAccountInput.ChannlesId">
|
<summary>
|
渠道列表
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateAccountInput.OpenId">
|
<summary>
|
小程序OpenId
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateAccountInput.EnterpriseName">
|
<summary>
|
企业名称
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateAccountInput.AuthType">
|
<summary>
|
企业类型
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateAccountInput.MatchMakingOpenId">
|
<summary>
|
MatchMaking小程序OpenId
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateAccountInput.CompanyOrgId">
|
<summary>
|
组织架构公司id
|
</summary>
|
</member>
|
<member name="P:LifePayment.Application.Contracts.CreateAccountInput.DepartmentOrgId">
|
<summary>
|
组织架构部门id
|
</summary>
|
</member>
|
</members>
|
</doc>
|