feat(api): Создан UnitFieldController для отображения списка атрибутов ЭК
This commit is contained in:
@@ -353,6 +353,9 @@ namespace PARR.API.MappingProfiles
|
||||
|
||||
CreateMap<WeekendDay, WeekendResponse>();
|
||||
|
||||
CreateMap<UnitField, FieldResponse>()
|
||||
.ForMember(d => d.Name, o => o.MapFrom(s => (s.DisplayName == null) ? s.AihitName : s.DisplayName));
|
||||
|
||||
#region TemplateHistory
|
||||
|
||||
CreateMap<TemplateHistory, TemplateHistoryResponse>()
|
||||
|
||||
Reference in New Issue
Block a user