Joburgess 5 年之前
父節點
當前提交
62ea7d20e2

+ 5 - 3
edu-user/edu-user-server/src/main/java/com/keao/edu/user/controller/ExamTeacherSalaryController.java

@@ -6,11 +6,10 @@ import com.keao.edu.common.page.PageInfo;
 import com.keao.edu.user.entity.ExamTeacherSalary;
 import com.keao.edu.user.page.ExamTeacherSalaryQueryInfo;
 import com.keao.edu.user.service.ExamTeacherSalaryService;
+import io.swagger.annotations.Api;
 import io.swagger.annotations.ApiOperation;
 import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.web.bind.annotation.GetMapping;
-import org.springframework.web.bind.annotation.PathVariable;
-import org.springframework.web.bind.annotation.PostMapping;
+import org.springframework.web.bind.annotation.*;
 
 import java.util.Date;
 
@@ -18,6 +17,9 @@ import java.util.Date;
  * @Author Joburgess
  * @Date 2020.07.01
  */
+@RestController
+@RequestMapping("examMusicTheory")
+@Api(tags = "考级项目评审教室分润")
 public class ExamTeacherSalaryController extends BaseController {
 
     @Autowired