田爽 1 năm trước cách đây
mục cha
commit
a23573bb96
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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;
 	}
 }