田爽 1 年之前
父节点
当前提交
a23573bb96
共有 1 个文件被更改,包括 2 次插入0 次删除
  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;
 	}
 }