首页>代码>Spring Boot+Maven+Spring Data JPA+Layui实现销售培训考评系统>/topsec_hr/src/main/java/cn/temptation/dao/RoleDao.java
1 | package cn.temptation.dao; |
2 |
3 | import cn.temptation.domain.Role; |
4 | import org.springframework.data.jpa.repository.JpaRepository; |
5 | import org.springframework.data.jpa.repository.JpaSpecificationExecutor; |
6 |
7 | public interface RoleDao extends JpaRepository<Role, Integer>, JpaSpecificationExecutor<Role> { |
8 | } |

Seaskye LV14
2023年11月4日
dzlwindy LV8
2023年6月29日
张真狗 LV9
2023年6月10日
jhh123 LV4
2023年5月28日
zhunishimian LV6
2023年5月22日
qq2901732871 LV9
2023年5月5日
java小书童 LV18
2023年3月29日
17861270371 LV1
2023年2月22日
jxtzuidaima LV8
2023年1月31日
rain112 LV31
2022年12月30日