Pu Zhibing
2025-03-11 f56262ee1cb3c554878984e3536ab55a298bdedf
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.ruoyi.dataInterchange.dao;
 
import com.ruoyi.dataInterchange.model.UPExgMsgRealLocation;
import org.springframework.data.elasticsearch.repository.ElasticsearchRepository;
import org.springframework.stereotype.Repository;
 
/**
 * @author zhibing.pu
 * @Date 2025/3/7 16:38
 */
@Repository
public interface UPExgMsgRealLocationDao extends ElasticsearchRepository<UPExgMsgRealLocation, Long> {
}