
io.github.wujun728.aoplog.mapper.SysLogMapper Maven / Gradle / Ivy
package io.github.wujun728.aoplog.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import io.github.wujun728.aoplog.entity.SysLog;
/**
* 操作日志 Mapper
*
* @author wenbin
* @version V1.0
* @date 2020年3月18日
*/
public interface SysLogMapper extends BaseMapper {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy