|
@@ -29,7 +29,7 @@ import javax.validation.Valid;
|
|
|
@Api(tags = "课程大纲权重管理controller")
|
|
|
@RestController
|
|
|
@RequestMapping(ApiConstant.DEFAULT_URI_PREFIX + SystemConstant.PREFIX_URL_OBE + "/course_weight")
|
|
|
-public class CourseWeightController {
|
|
|
+public class ObeCourseWeightController {
|
|
|
|
|
|
@Resource
|
|
|
private ObeCourseWeightService obeCourseWeightService;
|