瀏覽代碼

去掉备注

zouxuan 3 年之前
父節點
當前提交
e1a36ccc44
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      mec-student/src/main/java/com/ym/mec/student/controller/StudentController.java

+ 0 - 3
mec-student/src/main/java/com/ym/mec/student/controller/StudentController.java

@@ -2,15 +2,12 @@ package com.ym.mec.student.controller;
 
 import io.swagger.annotations.Api;
 import io.swagger.annotations.ApiOperation;
-
 import javax.annotation.Resource;
-
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.web.bind.annotation.PostMapping;
 import org.springframework.web.bind.annotation.RequestBody;
 import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RestController;
-
 import com.ym.mec.auth.api.client.SysUserFeignService;
 import com.ym.mec.auth.api.entity.SysUser;
 import com.ym.mec.biz.dal.entity.StudentPreRegistration;