This commit is contained in:
2025-07-25 22:23:48 +08:00
parent a5ed0ba6c3
commit 74dd275168
5 changed files with 25 additions and 7 deletions

View File

@@ -128,5 +128,12 @@ namespace MyCode.Project.Domain.Model
/// </summary>
public int? Priority {get;set;}
/// <summary>
/// Desc:程序执行结果返回内容
/// Default:
/// Nullable:True
/// </summary>
public string Result {get;set;}
}
}