xiaoyong931011
2020-08-20 5a66f173ed620aa0508f113f099f90798f88ecd6
1
2
3
4
5
6
7
8
9
10
11
package com.xcong.excoin.monitor.mapper;
 
import com.xcong.excoin.monitor.entity.SystemLog;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * @author MrBird
 */
public interface LogMapper extends BaseMapper<SystemLog> {
 
}