Update campaign handling
This commit is contained in:
@ -15,10 +15,16 @@ namespace Hcs.WebApp.Data.Hcs
|
||||
|
||||
public string InitiatorId { get; set; }
|
||||
|
||||
public DateTime StartedAt { get; set; }
|
||||
public DateTime CreatedAt { get; set; }
|
||||
|
||||
public DateTime? StartedAt { get; set; }
|
||||
|
||||
public DateTime? EndedAt { get; set; }
|
||||
|
||||
public int Step { get; set; }
|
||||
|
||||
public string FailureReason { get; set; }
|
||||
|
||||
public virtual ICollection<Operation> Operations { get; set; } = [];
|
||||
|
||||
[NotMapped]
|
||||
|
||||
Reference in New Issue
Block a user