From d64a364e912bb0d34c3efabd1bdee9a2f6ec0878 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期一, 24 三月 2025 14:06:24 +0800
Subject: [PATCH] fix:微信退款bug修复、新增获取渠道折扣接口

---
 LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml | 1862 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1,859 insertions(+), 3 deletions(-)

diff --git a/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml b/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml
index 701d5bf..af8a7c3 100644
--- a/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml
+++ b/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml
@@ -22,6 +22,18 @@
             </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>
             鏀粯鎴愬姛鍥炶皟澶勭悊
@@ -30,13 +42,15 @@
             <param name="outOrderNo"></param>
             <returns></returns>
         </member>
-        <member name="M:LifePayment.Application.Contracts.ILifePayService.ACOOLYOrderNotifyHandler(System.String,System.String,LifePayment.Domain.Shared.LifePayOrderStatusEnum)">
+        <member name="M:LifePayment.Application.Contracts.ILifePayService.ACOOLYOrderNotifyHandler(System.String,System.String,LifePayment.Domain.Shared.LifePayOrderStatusEnum,LifePayment.Domain.Shared.ACOOLYStatusEnum,System.Decimal)">
             <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})">
@@ -53,6 +67,13 @@
             <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.RefundLifePayOrder(LifePayment.Application.Contracts.RefundLifePayOrderInput)">
             <summary>
             閫�娆剧敓娲荤即璐硅鍗�
@@ -61,9 +82,69 @@
             <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>
@@ -74,9 +155,23 @@
             <param name="input"></param>
             <returns></returns>
         </member>
-        <member name="M:LifePayment.Application.Contracts.ILifePayService.GetUserPage(ZeroD.Util.PageInput)">
+        <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>
@@ -88,11 +183,46 @@
             <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.SetLifePayOrderPayType(LifePayment.Domain.Shared.SetLifePayOrderPayTypeInput,System.String)">
@@ -120,6 +250,11 @@
             <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>
@@ -174,6 +309,31 @@
         <member name="P:LifePayment.Application.Contracts.LifeElectricData.SixID">
             <summary>
             瀹㈡埛韬唤璇佸悗6浣嶏紝鍗楃綉蹇呬紶銆�
+            </summary>
+        </member>
+        <member name="P:LifePayment.Application.Contracts.LifeGasData.ParValue">
+            <summary>
+            鍏呭�奸潰棰濓紝鍗曚綅涓哄厓銆�
+            </summary>
+        </member>
+        <member name="P:LifePayment.Application.Contracts.LifeGasData.GasOrgType">
+            <summary>
+            澶╃劧姘斿叕鍙哥被鍨嬶紝"zhong_ran"浠h〃涓噧鐕冩皵锛�"bei_jing"浠h〃鍖椾含鐕冩皵銆�
+            </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">
@@ -241,9 +401,39 @@
             璁㈠崟鍙傛暟璇︽儏
             </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>
+            娓犻亾浣i噾姣斾緥
+            </summary>
+        </member>
+        <member name="P:LifePayment.Application.Contracts.CreateLifePayOrderInput.PremiumRate">
+            <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">
@@ -259,6 +449,11 @@
         <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">
@@ -281,9 +476,234 @@
             鐢ㄦ埛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.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.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.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">
@@ -294,6 +714,11 @@
         <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">
@@ -311,6 +736,11 @@
             鍏呭�奸噾棰�
             </summary>
         </member>
+        <member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.ActualRechargeAmount">
+            <summary>
+            瀹為檯鍏呭�奸噾棰�
+            </summary>
+        </member>
         <member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.DiscountAmount">
             <summary>
             浼樻儬閲戦
@@ -324,6 +754,11 @@
         <member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.PayTime">
             <summary>
             鏀粯鏃堕棿
+            </summary>
+        </member>
+        <member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.PlatformDeductionAmount">
+            <summary>
+            骞冲彴鎵f閲戦
             </summary>
         </member>
         <member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.PayStatus">
@@ -351,9 +786,89 @@
             閫�娆惧嚟璇�
             </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.LifePayOrderListTemplate.CreationTime">
+            <summary>
+            涓嬪崟鏃堕棿
+            </summary>
+        </member>
+        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.RechargeAmount">
+            <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.PayStatus">
+            <summary>
+            鏀粯鐘舵��
+            </summary>
+        </member>
+        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.LifePayOrderStatus">
+            <summary>
+            璁㈠崟鐘舵��
+            </summary>
+        </member>
+        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.FinishTime">
+            <summary>
+            瀹屾垚鏃堕棿
             </summary>
         </member>
         <member name="P:LifePayment.Application.Contracts.UserLifePayOrderOutput.LifePayType">
@@ -421,6 +936,446 @@
             閫�娆炬椂闂�
             </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>
+            骞冲彴鎵f閲戦
+            </summary>
+        </member>
+        <member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.ChannleRate">
+            <summary>
+            娓犻亾鎶樻墸
+            </summary>
+        </member>
+        <member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.ChannlesRakeRate">
+            <summary>
+            娓犻亾浣i噾姣斾緥
+            </summary>
+        </member>
+        <member name="P:LifePayment.Application.Contracts.LifePayOrderOutput.ChannlesRakePrice">
+            <summary>
+            娓犻亾浣i噾
+            </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.RecordOperateHistoryEto.RelationId">
             <summary>
             鍏宠仈鍏崇郴ID
@@ -456,5 +1411,906 @@
             鐢ㄦ埛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>
+            鏄惁鏄剧ず锛宼rue鏄剧ず锛宖alse闅愯棌
+            </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>
+            鏄惁鏄剧ず锛宼rue鏄剧ず锛宖alse闅愯棌
+            </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>
+            鏄惁鏄剧ず锛宼rue鏄剧ず锛宖alse闅愯棌
+            </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瀛o紝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>
+            鎺掑簭淇℃伅锛氶粯璁ゆ寜骞垮憡绫诲瀷锛歍ype銆佸箍鍛婁綅缃細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>
+            鍚敤锛歵rue锛岀鐢細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.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.WxMiniAppIndentityInfo.SessionKey">
+            <summary>
+            浼氳瘽瀵嗛挜
+            </summary>
+        </member>
+        <member name="P:LifePayment.Application.Contracts.WxMiniAppIndentityInfo.OpenId">
+            <summary>
+            灏忕▼搴廜penId
+            </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>
+            鐢ㄦ埛绔疘d
+            </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>
+            灏忕▼搴廜penId
+            </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灏忕▼搴廜penId
+            </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>

--
Gitblit v1.9.1