puzhibing
2024-03-08 a550e674f03c486e9d7f13e3eaf7fe76acea9ffc
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);
}