mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-03-22 10:47:17 +08:00
fix 修复 升级easyes导致的导包问题
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package org.dromara.demo.esmapper;
|
||||
|
||||
import org.dromara.demo.domain.Document;
|
||||
import org.dromara.easyes.core.core.BaseEsMapper;
|
||||
import org.dromara.easyes.core.kernel.BaseEsMapper;
|
||||
|
||||
public interface DocumentMapper extends BaseEsMapper<Document> {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user