| 123456789101112131415161718 |
- package com.znzn.project.dc.dtdata.controller;
- import org.springframework.web.bind.annotation.RequestMapping;
- import org.springframework.web.bind.annotation.RestController;
- /**
- * <p>
- * 风力发电机数据表 前端控制器
- * </p>
- *
- * @author 魏志亮
- * @since 2026-01-08
- */
- @RestController
- @RequestMapping("/windTurbineData")
- public class WindTurbineDataController {
- }
|