md
This commit is contained in:
parent
5ce299fd51
commit
1a909479b5
@ -23,7 +23,6 @@ import java.util.List;
|
||||
* @author linfso
|
||||
* @date 2023-12-14 13:02:47
|
||||
*/
|
||||
@CacheNamespace(implementation= MybatisRedisCache.class,eviction=MybatisRedisCache.class)
|
||||
public interface EmisBaseMapper extends BaseMapper<BaseEntity>
|
||||
{
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ import org.apache.ibatis.annotations.CacheNamespace;
|
||||
* @author linfso
|
||||
* @date 2023-12-14 13:02:46
|
||||
*/
|
||||
@CacheNamespace(implementation= MybatisRedisCache.class,eviction=MybatisRedisCache.class)
|
||||
//@CacheNamespace(implementation= MybatisRedisCache.class,eviction=MybatisRedisCache.class)
|
||||
public interface EmisSiteMapper extends BaseMapper<EmisSite>
|
||||
{
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user