cl
2026-04-17 f7e46d204be81fd2ebb9e5a90728e945700a2c23
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.HttpAuditRule;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface HttpAuditRuleMapper extends BaseMapper<HttpAuditRule> {
}