Skip to content

Commit

Permalink
Багфикс детальника видов
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Ungurean committed Mar 4, 2025
1 parent 6730b68 commit eef305c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ public interface SpeciesMapper {
//@Mapping(source = "speed", target = "properties.movementAttributes.base")
@Mapping(source = "fly", target = "properties.movementAttributes.fly")
//@Mapping(source = "size.text", target = "sizes.")
@Mapping(source = "source.type.group", target = "source.group.name")
@Mapping(source = "source.type.label", target = "source.group.label")
@Mapping(source = "source.name", target = "source.name.name")
@Mapping(source = "source.englishName", target = "source.name.english")
@Mapping(source = "source.sourceAcronym", target = "source.name.label")
Expand Down

0 comments on commit eef305c

Please sign in to comment.