package com.klp.system.mapper; import com.klp.common.core.mapper.BaseMapperPlus; import com.klp.system.domain.SysOperLog; /** * 操作日志 数据层 * * @author Lion Li */ public interface SysOperLogMapper extends BaseMapperPlus { }