package com.ots.project.exam.dto; import lombok.Data; @Data public class KeyValue { private String name; private Integer value; }