JdcProject/src/main/java/com/jdc/jdcproject/controller/DianjicheLocomotivesController.java

19 lines
356 B
Java
Raw Normal View History

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