Commit f17e4cf0 authored by liwei's avatar liwei

修改了类名

parent 565f89f6
......@@ -23,7 +23,7 @@ import org.springframework.web.bind.annotation.*;
*/
@RestController
@RequestMapping("/app")
public class appOpmTopicController extends CyPaginationController<OpmTopic> {
public class AppOpmTopicController extends CyPaginationController<OpmTopic> {
@Autowired
private OpmTopicService opmTopicServiceImpl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment