仪表盘
版本库
文件存储
活动
搜索
登录
main
/
igds-api
省平台接口服务
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
提交-上海对农接口
ws
2024-11-23
a543f48b1a3d0d4ca21859590defc5fe8087e652
[igds-api.git]
/
src
/
main
/
java
/
com
/
fzzy
/
api
/
view
/
repository
/
ApiListRep.java
1
2
3
4
5
6
7
8
9
10
package com.fzzy.api.view.repository;
import com.fzzy.api.entity.ApiList;
import org.springframework.data.jpa.repository.JpaRepository;
public interface ApiListRep extends JpaRepository<ApiList, Integer> {
}