解决了上一个错又出现了一个新的,而且还是不懂到底哪里又出了问题,崩溃

图片说明

Error creating bean with name 'basDictAction' defined in class path resource [applicationContext.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.hr.action.BasDictAction2]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
The import com.hr.entity.BasDict cannot be resolved
BasDict cannot be resolved to a type
The method selectAll(String) from the type BasDictService2 refers to the missing type BasDict

import com.hr.entity.BasDict cannot be resolved提示,com.hr.entity这个jar是否未导入或者不在classpath类路经下。