From bf83f6be388f97302c88f21cb340811abf3a596b Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期四, 20 三月 2025 13:29:20 +0800 Subject: [PATCH] fix:1分钱支付 --- LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs b/LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs index b880d90..89d0e22 100644 --- a/LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs +++ b/LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs @@ -80,6 +80,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