feat(api,core,domain): Получение снапшотов работы роботов
This commit is contained in:
@@ -9,6 +9,7 @@ using PARR.Domain.DTOs.RobotSnapshotDTO;
|
||||
using PARR.Domain.DTOs.RobotTask;
|
||||
using PARR.Domain.DTOs.Shortcode;
|
||||
using PARR.Domain.DTOs.TaskDTO;
|
||||
using PARR.Domain.DTOs.User;
|
||||
using PARR.Domain.DTOs.Workload;
|
||||
using PARR.Domain.Entities;
|
||||
using PARR.Domain.Entities.Base.History;
|
||||
@@ -312,6 +313,8 @@ namespace PARR.API.MappingProfiles
|
||||
|
||||
CreateMap<UserCache, UserProfileResponse>();
|
||||
|
||||
CreateMap<UserBaseDto, UserBaseResponse>();
|
||||
|
||||
#endregion
|
||||
|
||||
#region Order
|
||||
@@ -486,8 +489,13 @@ namespace PARR.API.MappingProfiles
|
||||
|
||||
#endregion
|
||||
|
||||
#region RobotSnapshot
|
||||
|
||||
CreateMap<RobotSnapshotItem, StatRobotSnapshotItemResponse>();
|
||||
CreateMap<RobotSnapshotDto, StatRobotSnapshotResponse>();
|
||||
|
||||
CreateMap<RobotSnapshotItemDto, StatRobotSnapshotItemResponse>();
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user