영상관리리스트 추가

This commit is contained in:
Harry M. You
2025-12-02 18:48:06 +09:00
parent 8d99a46119
commit d0426fd9e1
6 changed files with 130 additions and 21 deletions

View File

@@ -177,4 +177,8 @@ public class MapSheetMngService {
public Page<MapSheetMngDto.ErrorDataDto> findMapSheetErrorList(MapSheetMngDto.@Valid searchReq searchReq) {
return mapSheetMngCoreService.findMapSheetErrorList(searchReq);
}
public Page<MapSheetMngDto.MngDto> findMapSheetMngList(MapSheetMngDto.@Valid searchReq searchReq) {
return mapSheetMngCoreService.findMapSheetMngList(searchReq);
}
}