This commit is contained in:
hzj
2024-09-12 10:52:06 +08:00
parent 2c9f941cfa
commit 701aa3ef37

View File

@@ -58,5 +58,5 @@ public interface EpdFeignClient {
@PostMapping("/findListByShowName") @PostMapping("/findListByShowName")
HttpResult<List<EleEpdPqd>> findListByShowName(@RequestParam("name") String name); HttpResult<List<EleEpdPqd>> findListByShowName(@RequestParam("name") String name);
@PostMapping("/selectByClassId") @PostMapping("/selectByClassId")
HttpResult<List<EleEpdPqd>> selectByClassId(@RequestParam("id") String classId); HttpResult<List<EleEpdPqd>> selectByClassId(@RequestParam("classId") String classId);
} }