package com.om.controller.admin; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *

* 前端控制器 *

* * @author bmmx * @since 2024-03-12 */ @RestController @RequestMapping("/pcb-version-info") public class PcbVersionInfoController { }