ApiMapper.java 251 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 package com.ruoyi.system.mapper; import com.ruoyi.common.core.mapper.BaseMapperPlus; import com.ruoyi.system.domain.Api; import org.apache.ibatis.annotations.Mapper; @Mapper public interface ApiMapper extends BaseMapperPlus<ApiMapper, Api, Api> { }