Pu Zhibing
2025-01-24 4b1453e19306592f703aa794e238bd028f67d320
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);
}