Browse Source

教务端依赖冲突

Joburgess 5 years ago
parent
commit
84f9c6d777

+ 0 - 5
mec-education/src/main/java/com/ym/mec/education/controller/EducationDemoGroupController.java

@@ -1,12 +1,7 @@
 package com.ym.mec.education.controller;
 
-import com.ym.mec.biz.dal.page.StudentDemoGroupQueryInfo;
-import com.ym.mec.biz.service.DemoGroupService;
 import com.ym.mec.common.controller.BaseController;
 import io.swagger.annotations.Api;
-import io.swagger.annotations.ApiOperation;
-import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.web.bind.annotation.PostMapping;
 import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RestController;