@@ -13,4 +13,5 @@ import lombok.Setter;
public class RetrievalConceptDTO {
private Long id;
private String name;
+ private String code;
}