123456789101112131415161718192021222324 |
- package com.gyee.runeconomy.controller;
- import org.springframework.web.bind.annotation.RequestMapping;
- import org.springframework.web.bind.annotation.RestController;
- /**
- * <p>
- * 场站测点,期次测点,线路测点,三级公司测点,区域测点
- * <p>
- * <p>
- * <p>
- * +方阵测点 前端控制器
- * </p>
- *
- * @author wang
- * @since 2023-09-15
- */
- @RestController
- @RequestMapping("//pro-basic-power-point")
- public class ProBasicPowerPointController {
- }
|