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