集成ES 20250116

This commit is contained in:
谭凯凯 2025-01-16 10:46:51 +08:00 committed by Tankaikai
parent 16841d6a8c
commit 52f8a48b0e
1 changed files with 3 additions and 0 deletions

View File

@ -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();
}