仪表盘
版本库
文件存储
活动
搜索
登录
main
/
igds-api
省平台接口服务
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
上海市接口-提交指令解析2
CZT
2023-08-18
e97e5cc1d6b14914ed2aa5cb281bfaeef78c7757
[igds-api.git]
/
src
/
main
/
java
/
com
/
fzzy
/
api
/
view
/
repository
/
ApiConfsRep.java
1
2
3
4
5
6
7
8
9
package com.fzzy.api.view.repository;
import com.fzzy.api.entity.ApiConfs;
import org.springframework.data.jpa.repository.JpaRepository;
public interface ApiConfsRep extends JpaRepository<ApiConfs, String> {
}