main
Last change
on this file was cab5859, checked in by andrejtodorovski <82031894+andrejtodorovski@…>, 23 months ago |
Added all advanced reports, added bootstrap for every template
|
-
Property mode
set to
100644
|
File size:
282 bytes
|
Line | |
---|
1 | package com.example.autopartz.repository;
|
---|
2 |
|
---|
3 | import com.example.autopartz.model.views.PartManufacturersReport;
|
---|
4 | import org.springframework.data.jpa.repository.JpaRepository;
|
---|
5 |
|
---|
6 | public interface PartManufacturersReportRepository extends JpaRepository<PartManufacturersReport,String> {
|
---|
7 |
|
---|
8 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.