From 7da5c077a94f883ae7ce2def5dbec4a2e66c5856 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 04 八月 2025 17:00:49 +0800
Subject: [PATCH] fix: 修改menus childrens为children

---
 FlexJobApi.Core/Models/User/Auths/Commands/PasswordLoginCommand.cs |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/FlexJobApi.Core/Models/User/Auths/Commands/PasswordLoginCommand.cs b/FlexJobApi.Core/Models/User/Auths/Commands/PasswordLoginCommand.cs
index ebb0089..abc5183 100644
--- a/FlexJobApi.Core/Models/User/Auths/Commands/PasswordLoginCommand.cs
+++ b/FlexJobApi.Core/Models/User/Auths/Commands/PasswordLoginCommand.cs
@@ -43,6 +43,15 @@
     /// </summary>
     public class PasswordLoginCommandCallback
     {
+        /// <summary>
+        /// 鐢ㄦ埛璁块棶浠ょ墝
+        /// </summary>
+        public string AccessToken { get; set; }
+
+        /// <summary>
+        /// 鍒锋柊浠ょ墝
+        /// </summary>
+        public string RefreshToken { get; set; }
 
     }
 }

--
Gitblit v1.9.1