@@ -69,5 +69,7 @@ namespace Hotline.Share.Dtos.Settings
public string? ExecuteResult { get; set; }
public string NameText => CreatorName + Name;
+
+ public string StatusText => Status == 0 ? "失败" : "成功";
}