package com.pavis.app.saasbacken.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *

* 省级研发中心自检信息 *

* * @author guan * @since 2021-10-29 */ @RestController @RequestMapping("/saases/provincial-research-center-check") public class ProvincialResearchCenterCheckController { }