feat: 添加日志切面
This commit is contained in:
@@ -7,11 +7,14 @@ import com.youlai.system.mapper.SysLogMapper;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
/**
|
||||
* 系统日志 服务实现类
|
||||
*
|
||||
* @author Ray
|
||||
* @since 2.10.0
|
||||
*/
|
||||
@Service
|
||||
public class SysLogServiceImpl extends ServiceImpl<SysLogMapper, SysLog>
|
||||
implements SysLogService{
|
||||
implements SysLogService {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user