영상데이터관리 목록 조회 수정

This commit is contained in:
Moon
2025-12-16 12:33:36 +09:00
parent b6a96846b5
commit 103242d292
5 changed files with 49 additions and 21 deletions

View File

@@ -42,6 +42,9 @@ public class MapSheetMngApiController {
@PostMapping("/mng-list")
public ApiResponseDto<Page<MapSheetMngDto.MngDto>> findMapSheetMngList(
@RequestBody MapSheetMngDto.MngSearchReq searchReq) {
System.out.println("kkkkkkkkkkkkkkkkkkkkkkkkk");
return ApiResponseDto.ok(mapSheetMngService.findMapSheetMngList(searchReq));
}