All Downloads are FREE. Search and download functionalities are using the official Maven repository.

in.hocg.boot.mybatis.plus.extensions.httplog.mapper.HttpLogMpeMapper Maven / Gradle / Ivy

There is a newer version: 1.0.63
Show newest version
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