xm
2024-06-14 722af26bc6fec32bb289b1df51a9016a4935610f
提交 | 用户 | 时间
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 }