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 | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs b/LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs index b880d90..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; } @@ -80,6 +85,16 @@ public string Remark { get; set; } } + /// <summary> + /// 閲嶇疆瀵嗙爜鍩虹杈撳叆鍙傛暟 + /// </summary> + public class ResetPasswordBaseInput + { + public Guid UserId { get; set; } + + public string? Password { get; set; } + } + public class UpdateBackClientUserInput : CreateBackClientUserInput { /// <summary> -- Gitblit v1.9.1