영상데이터관리 목록 조회 수정
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user