cl
4 小时以前 52e09a6b7b7054fc51b9d4bf5f1fbec0a57e60f1
1
2
3
4
5
6
7
8
9
package com.vincent.rsf.httpaudit.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.vincent.rsf.httpaudit.entity.HttpAuditLog;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface HttpAuditLogMapper extends BaseMapper<HttpAuditLog> {
}