cloudroam
2025-05-26 ce1dc7a19d10c6564ff5e3ef72d30a773fa99ead
1
2
3
4
5
6
7
8
9
10
11
package com.mzl.flower.mapper.ip;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.mzl.flower.entity.ip.BlackList;
import com.mzl.flower.entity.ip.UserAccess;
import org.springframework.stereotype.Repository;
 
@Repository
public interface UserAccessMapper extends BaseMapper<UserAccess> {
 
}