北京经济技术开发区经开区虚拟城市项目-【后端】-服务,会议保障等定制接口
AdaKing88
2023-10-27 6702972701b2af35e34815838cc814b86192a9c4
1
2
3
4
5
6
7
8
9
10
11
12
package com.openapi3.service.repository;
 
import com.openapi3.service.entity.BiaoHui;
 
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
 
 
@Repository
public interface BiaoHuiRepository extends JpaRepository<BiaoHui,Long> {
 
}