in.hocg.boot.mybatis.plus.extensions.httplog.mapper.HttpLogMpeMapper Maven / Gradle / Ivy
package in.hocg.boot.mybatis.plus.extensions.httplog.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import in.hocg.boot.mybatis.plus.extensions.httplog.entity.HttpLog;
import org.apache.ibatis.annotations.Mapper;
/**
* Created by hocgin on 2022/3/24
* email: [email protected]
*
* @author hocgin
*/
@Mapper
public interface HttpLogMpeMapper extends BaseMapper {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy