JAVA-错误The type BookServiceImpl must implement the inherited abstract method
时间:2016-07-15 19:57:52
收藏:0
阅读:3657

错误原因 :是因为class继承了其他的类,没有导入过来,选择add unimplemented methods进行解决
原文:http://www.cnblogs.com/dekevin/p/5674335.html
评论(0)