src/main/java/com/whyc/controller/SoftwareController.java
@@ -43,5 +43,11 @@ return service.getAllSoftware(fileName,pageCurr,pageSize); } @ApiOperation(value = "根据subcode查询软件列表") @GetMapping("getSoftBySubCode") public Response getSoftBySubCode(@RequestParam String subCode ){ return service.getSoftBySubCode(subCode); } }