package com.gyee.runeconomy.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *

* 场站测点,期次测点,线路测点,三级公司测点,区域测点 *

*

*

* +方阵测点 前端控制器 *

* * @author wang * @since 2023-09-15 */ @RestController @RequestMapping("//pro-basic-power-point") public class ProBasicPowerPointController { }