package com.example.caseData.dao; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.example.caseData.model.CaseExchangeVoteModel; import com.example.caseData.model.CaseExchangeVoteOptionModel; import org.apache.ibatis.annotations.Mapper; @Mapper public interface CaseExchangeVoteOptionDao extends BaseMapper { }