tj
2025-04-18 acfa1f567339c5b1f2795cb302446eadab2d56cd
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> {
 
}