package com.ruoyi.web.app; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; import com.ruoyi.common.core.controller.BaseController; @RestController @RequestMapping("/app/locationLog") public class AppLocationLogController extends BaseController { }