wuheng 1 year ago
parent
commit
b9b3f58c80

+ 0 - 6
service/src/main/java/com/koobietech/eas/service/impl/DemoServiceImpl.java

@@ -1,19 +1,13 @@
 package com.koobietech.eas.service.impl;
 
-import com.koobietech.eas.dao.dto.TestDto;
 import com.koobietech.eas.mbg.mapper.EasEduSubjectsMapper;
 import com.koobietech.eas.mbg.mapper.EasSysStudentMapper;
 import com.koobietech.eas.mbg.model.EasEduSubjects;
-import com.koobietech.eas.mbg.model.EasSysStudent;
-import com.koobietech.eas.mbg.model.EasSysStudentExample;
 import com.koobietech.eas.service.DemoService;
-import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Service;
-import org.springframework.util.StringUtils;
 
 import javax.annotation.Resource;
 import java.util.List;
-import java.util.Objects;
 
 @Service
 public class DemoServiceImpl implements DemoService {