From 5f6f3e8e5fc2a3378f27ac244d62c97746bafc2a Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期一, 24 三月 2025 10:21:18 +0800
Subject: [PATCH] fix:统计bug修复

---
 LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs b/LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs
index 2dbdc47..6fa5292 100644
--- a/LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs
@@ -15,6 +15,10 @@
         /// 鎵嬫満鍙�
         /// </summary>
         public string PhoneNumber { get; set; }
+
+        /// <summary>
+        /// 瀵嗙爜
+        /// </summary>
         public string Password { get; set; }
 
         /// <summary>

--
Gitblit v1.9.1