puzhibing
2025-06-05 41c64a5680521bf1d41fa6b9caadc55feac68ca3
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.ruoyi.dataInterchange.dao;
 
import com.ruoyi.dataInterchange.model.UpWarnMsgFileListAck;
import org.springframework.data.elasticsearch.repository.ElasticsearchRepository;
import org.springframework.stereotype.Repository;
 
/**
 * @author zhibing.pu
 * @Date 2025/6/4 15:17
 */
@Repository
public interface UpWarnMsgFileListAckDao extends ElasticsearchRepository<UpWarnMsgFileListAck, String> {
}