JAVA-错误The type BookServiceImpl must implement the inherited abstract method
错误原因 :是因为class继承了其他的类,没有导入过来,选择add unimplemented methods进行解决
文章来自:http://www.cnblogs.com/dekevin/p/5674335.html
错误原因 :是因为class继承了其他的类,没有导入过来,选择add unimplemented methods进行解决