필요없는 import 삭제

This commit is contained in:
yoon 2025-03-17 12:04:38 +09:00
parent 2a730cdf0b
commit 778ffb5edf
2 changed files with 0 additions and 3 deletions

View File

@ -17,7 +17,6 @@ package io.company.localhost.controller.api;
import java.util.List;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PatchMapping;
import org.springframework.web.bind.annotation.PathVariable;

View File

@ -18,9 +18,7 @@ import java.time.LocalDateTime;
import java.util.List;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import io.company.localhost.common.annotation.ReqMap;
import io.company.localhost.common.dto.MapDto;
import io.company.localhost.mapper.CommutersMapper;
import io.company.localhost.mapper.NetprojctMapper;