package com.hivekion.baseData.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.stereotype.Controller; /** *

* 前端控制器 *

* * @author liDongYu * @since 2025-09-18 */ @Controller @RequestMapping("/basedata/imgVehicleImage") public class ImgVehicleImageController { }