The type Equipment cannot be a superinterface of NoteBook; a superinterface must be an interface
The type Equipment cannot be a superinterface of NoteBook; a superinterface must be an interface
从错误信息看,Equipment不是一个接口所以不能作为NoteBook接口的父接口。你检查以下Equipment是不是interface。
Equipment类的源码发出来,否则没有办法找出问题的原因的。