mitao
2025-04-11 8afc5bfc1e5df1e2f0a8872a344da3b3fd5d63b9
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);
}