feat(api): AgentTask, AgentHistory
This commit is contained in:
@@ -25,7 +25,7 @@ namespace PARR.DAL.Models
|
||||
/// <summary>
|
||||
/// Номер расписания еспп
|
||||
/// </summary>
|
||||
public string? ScheduleEsppId { get; set; }
|
||||
public string? ScheduleEsppId { get; set; }
|
||||
|
||||
|
||||
///// <summary>
|
||||
@@ -51,5 +51,7 @@ namespace PARR.DAL.Models
|
||||
|
||||
public ICollection<RobotConfiguration> RobotConfigurations { get; set; } = new HashSet<RobotConfiguration>();
|
||||
|
||||
public ICollection<AgentHistory> AgentHistories { get; set; } = new HashSet<AgentHistory>();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user