feat(dal): Переделал модели для новой концепции управления роботами
This commit is contained in:
@@ -42,7 +42,7 @@ namespace PARR.DAL.Models
|
||||
|
||||
|
||||
[ForeignKey(nameof(StatusCode))]
|
||||
public StatusTemplate? StatusTemplate { get; set; }
|
||||
public StatusTask? StatusTask { get; set; }
|
||||
|
||||
|
||||
public Guid ApplicationInWorkId { get; set; }
|
||||
@@ -62,5 +62,7 @@ namespace PARR.DAL.Models
|
||||
|
||||
public ICollection<RobotTemplateHistory> RobotTemplateHistories { get; set; } = new HashSet<RobotTemplateHistory>();
|
||||
|
||||
public ICollection<RobotConfiguration> RobotConfigurations { get; set; } = new HashSet<RobotConfiguration>();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user