From 06fa117004e37aa838fead4fc50bbe492ab21b3b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=A9=99=E5=AD=90?= <454313500@qq.com>
Date: Mon, 18 Oct 2021 19:02:26 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BF=AE=E6=94=B9=E5=AF=86?=
=?UTF-8?q?=E7=A0=81dto?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Yi.Framework/Yi.Framework.DTOModel/ChangePwdDto.cs | 14 ++++++++++++++
.../Yi.Framework.DTOModel.csproj | 4 ++++
2 files changed, 18 insertions(+)
create mode 100644 Yi.Framework/Yi.Framework.DTOModel/ChangePwdDto.cs
diff --git a/Yi.Framework/Yi.Framework.DTOModel/ChangePwdDto.cs b/Yi.Framework/Yi.Framework.DTOModel/ChangePwdDto.cs
new file mode 100644
index 00000000..106d0681
--- /dev/null
+++ b/Yi.Framework/Yi.Framework.DTOModel/ChangePwdDto.cs
@@ -0,0 +1,14 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using Yi.Framework.Model.Models;
+
+namespace Yi.Framework.DTOModel
+{
+ public class ChangePwdDto:user
+ {
+ public string oldPassword { get; set; }
+ }
+}
diff --git a/Yi.Framework/Yi.Framework.DTOModel/Yi.Framework.DTOModel.csproj b/Yi.Framework/Yi.Framework.DTOModel/Yi.Framework.DTOModel.csproj
index f208d303..7f350e24 100644
--- a/Yi.Framework/Yi.Framework.DTOModel/Yi.Framework.DTOModel.csproj
+++ b/Yi.Framework/Yi.Framework.DTOModel/Yi.Framework.DTOModel.csproj
@@ -4,4 +4,8 @@
net5.0
+
+
+
+