提交 | 用户 | 时间 | ||
722af2 | 1 | package com.dl.system.mapper; |
X | 2 | |
3 | import com.dl.common.core.mapper.BaseMapperPlus; | |
4 | import com.dl.system.domain.SysOperLog; | |
5 | ||
6 | /** | |
7 | * 操作日志 数据层 | |
8 | * | |
9 | * @author Lion Li | |
10 | */ | |
11 | public interface SysOperLogMapper extends BaseMapperPlus<SysOperLogMapper, SysOperLog, SysOperLog> { | |
12 | ||
13 | } |