44323
2024-01-29 f9ce347bc1325ec05704b1213cdafdd9db8dd578
cloud-server-management/src/main/java/com/dsh/course/feignClient/competition/CompetitionClient.java
@@ -64,6 +64,8 @@
    HashMap<String, Object> actYys(@RequestBody CompetionVO vo);
    @PostMapping("/base/competition/queryAppUserId")
    List<Integer> queryAppUserId(List<Integer> storeIds);
}