This commit is contained in:
2024-05-16 16:37:30 +08:00
parent 5f2a6bcdda
commit 5debdf1a07
8 changed files with 119 additions and 3 deletions

View File

@@ -17,6 +17,10 @@
///<br/> Compled(任务完成)
/// </summary>
public string Behavior { get; set; }
/// <summary>
/// 暂停原因
/// </summary>
public String PauseReeson { get; set; }
}
}