master
张小东 2023-11-23 19:57:48 +08:00
parent a3d7d43015
commit 5d98121c2c
1 changed files with 2 additions and 1 deletions

View File

@ -5,13 +5,14 @@ import com.february.common.core.domain.Result;
import com.february.common.domain.RealData; import com.february.common.domain.RealData;
import com.february.common.domain.Vehicle; import com.february.common.domain.Vehicle;
import com.february.common.domain.VehicleType; import com.february.common.domain.VehicleType;
import com.february.common.log.aspect.WebLog; import com.february.common.log.annotation.WebLog;
import com.vehicle.trajectory.service.TrajectoryService; import com.vehicle.trajectory.service.TrajectoryService;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;
import java.util.List; import java.util.List;
@RestController @RestController
@RequestMapping("/vehicle") @RequestMapping("/vehicle")
public class TrajectoryController { public class TrajectoryController {