src/main/java/com/lf/server/mapper/sys/BlacklistMapper.java
@@ -27,7 +27,7 @@ * * @param ip IP地址 * @param type 类别 * @param limit 记录表 * @param limit 记录数 * @param offset 偏移量 * @return 列表 */ @@ -49,6 +49,13 @@ public BlacklistEntity selectById(int id); /** * 查询IP列表 * @param type 类别 * @return */ public List<String> selectIpList(Integer type); /** * 插入一条 * * @param entity