|
@@ -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;
|
|
|
|