mitao
2025-04-03 71fca447b76d88b45ef5c24b47a9428a517c4499
cloud-server-account/src/main/java/com/dsh/account/service/StudentHonorService.java
@@ -17,8 +17,8 @@
 */
public interface StudentHonorService extends IService<StudentHonor> {
    List<GongVo> queryStuOfMedalData(Integer stuId);
    List<GongVo> queryStuOfMedalData(Integer stuId, Integer appUserId);
    List<StuMedalVo> queryHonorDetails(Integer stuId);
    List<StuMedalVo> queryHonorDetails(Integer appUserId);
}