后端的最外层接口:使用的是POST请求方式
@ApiOperation("添加学生管理_学生信息_学生课程等级")
@RequestMapping(value = "/create/{studentCourseGradeMergeId}", method = RequestMethod.POST)
Result<?> create(@ApiParam(value = "学生等级类别合并ID") java.lang.String studentCourseGradeMergeId,
@ApiParam(value = "学生ID") java.lang.String[] studentIds);
@ApiOperation("添加学