package com.jdc.jdcproject.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.stereotype.Controller; /** *
* 电机车表; 前端控制器 *
* * @author haoyanlu * @since 2025-06-14 */ @Controller @RequestMapping("/dianjicheLocomotives") public class DianjicheLocomotivesController { }