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

* 前端控制器 *

* * @author chenmh * @since 2023-10-09 */ @RestController @RequestMapping("/proEconPowerModel") public class ProEconPowerModelController { }