Add progress to campaign entity
This commit is contained in:
@ -28,6 +28,8 @@ namespace Hcs.WebApp.Data.Hcs
|
||||
|
||||
public int Step { get; set; } = 0;
|
||||
|
||||
public int Progress { get; set; } = 0;
|
||||
|
||||
public string? FailureReason { get; set; }
|
||||
|
||||
public virtual ICollection<Operation>? Operations { get; set; } = null;
|
||||
|
||||
Reference in New Issue
Block a user