영상관리 수정

This commit is contained in:
Moon
2025-12-12 14:04:23 +09:00
parent 6ec840e694
commit 9bf84e109d

View File

@@ -227,6 +227,7 @@ public class MapSheetMngService {
return mapSheetMngCoreService.mngDataSave(AddReq);
}
/*
public MapSheetMngDto.DmlReturn uploadFile(MultipartFile file, Long hstUid) {
return mapSheetMngCoreService.uploadFile(file, hstUid);
}
@@ -235,6 +236,8 @@ public class MapSheetMngService {
return mapSheetMngCoreService.deleteFile(req);
}
*/
public MapSheetMngDto.DmlReturn uploadProcess(@Valid List<Long> hstUidList) {
return mapSheetMngCoreService.uploadProcess(hstUidList);
}