package io.company.localhost.mapper; import org.apache.ibatis.annotations.Mapper; import io.company.localhost.common.dto.MapDto; @Mapper public interface VotchoiceMapper { void insertChoice(MapDto map); }