package com.gkhy.labRiskManage.api.controller.experiment; import org.springframework.web.bind.annotation.*; /** * 实验与耗材 */ @RestController @RequestMapping("experimentAndStuff") public class ExperimentAndStuffController { }