zhengyuxuan
2025-03-19 82831a86d529817e51f5b6e3cec636d21cef3c9b
LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml
@@ -101,9 +101,42 @@
            <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.GetPremium">
            <summary>
            获取手续费费率
            </summary>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.GetIntroInfo(LifePayment.Domain.Shared.LifePayOrderTypeEnum)">
            <summary>
            获取须知
            </summary>
            <returns></returns>
        </member>
@@ -121,7 +154,7 @@
            <param name="orderNo"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.GetUserPage(ZeroD.Util.PageInput)">
        <member name="M:LifePayment.Application.Contracts.ILifePayService.GetUserPage(LifePayment.Application.Contracts.QueryUserPageInput)">
            <summary>
            获取用户分页数据
            </summary>
@@ -463,9 +496,99 @@
            备注
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.QueryUserPageInput.QueryCondition">
            <summary>
            手机号/用户名
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.QueryUserPageInput.CreationTime">
            <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">
@@ -763,6 +886,786 @@
            用户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.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="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>
            手机验证码登录
@@ -777,5 +1680,90 @@
            手机号
            </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.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>