| | |
| | | |
| | | import com.whyc.dto.ActmResDto; |
| | | import com.whyc.dto.Response; |
| | | import com.whyc.service.DevActmTestparamService; |
| | | import com.whyc.service.DevActmTestParamService; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | public class DevActmTestparamController { |
| | | |
| | | @Autowired |
| | | private DevActmTestparamService service; |
| | | private DevActmTestParamService service; |
| | | |
| | | @ApiOperation(value = "读取actm一体机参数") |
| | | @GetMapping("getActmParam") |