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