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 |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs b/LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs
index 89d0e22..6fa5292 100644
--- a/LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs
@@ -17,6 +17,11 @@
         public string PhoneNumber { get; set; }
 
         /// <summary>
+        /// 瀵嗙爜
+        /// </summary>
+        public string Password { get; set; }
+
+        /// <summary>
         /// 璐︽埛
         /// </summary>
         public string UserName { get; set; }

--
Gitblit v1.9.1