田爽 il y a 1 an
Parent
commit
a23573bb96
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/Hotline.Share/Dtos/Settings/SystemLogDto.cs

+ 2 - 0
src/Hotline.Share/Dtos/Settings/SystemLogDto.cs

@@ -67,5 +67,7 @@ namespace Hotline.Share.Dtos.Settings
 		/// 请求结果 
 		///</summary>
 		public string? ExecuteResult { get; set; }
+
+		public string NameText => CreatorName + Name;
 	}
 }