集成ES 20250116
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
package com.sqx.modules.es.service;
|
package com.sqx.modules.es.service;
|
||||||
|
|
||||||
|
import org.dromara.easyes.core.kernel.BaseEsMapper;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author tankaikai
|
* @author tankaikai
|
||||||
* @since 2025-01-16 9:45
|
* @since 2025-01-16 9:45
|
||||||
*/
|
*/
|
||||||
public interface IEsService<T> {
|
public interface IEsService<T> {
|
||||||
|
BaseEsMapper<T> getBaseEsMapper();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user