2021与蓝度共同重构项目,服务端
fix
zhanzhiqin
2022-05-12 8a08fb52c939ffc4fbad3e9ba376e64e1520a10d
1
2
3
4
5
6
7
8
9
10
11
12
package com.sandu.common.log;
 
import com.sandu.common.domain.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * @author chenjiantian
 * @date 2021/7/20 14:53
 */
@Mapper
public interface LogDao extends BaseMapper<AccessLog> {
}