puzhibing
2024-03-15 b3e0d0ea6c1e311566bab861b79cc9b9c6d25287
cloud-server-account/src/main/java/com/dsh/account/service/EvaluateStudentService.java
@@ -17,7 +17,6 @@
public interface EvaluateStudentService extends IService<EvaluateStudent> {
    List<StuCommentsVo> queryStuCommentsList(Integer stuId);
}