lxw
2022-09-07 ac665d31e7df794f604f722e8364a08b940243d1
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);
    }
}