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-09-24 */ @RestController @RequestMapping("/proBasicModelPower") public class ProBasicModelPowerController { }