feat(api): Обновил респонс для шаблона под измененную таблицу
This commit is contained in:
@@ -34,6 +34,7 @@ namespace PARR.DAL.Services.Implementations
|
||||
.ThenInclude(t => t!.ResponseArea)
|
||||
.Include(h => h.Host)
|
||||
.ThenInclude(t => t!.EkStatus)
|
||||
.Include(r=>r.RobotStatus)
|
||||
.Include(a => a.ApplicationsInWork)
|
||||
.ThenInclude(w => w!.Work)
|
||||
.ThenInclude(t => t!.Tnk)
|
||||
|
||||
Reference in New Issue
Block a user