|
|
|
@ -9,7 +9,7 @@ import org.springframework.stereotype.Component;
|
|
|
|
|
import cokr.xit.base.user.Department;
|
|
|
|
|
import cokr.xit.base.user.DepartmentQuery;
|
|
|
|
|
import cokr.xit.base.user.dao.DepartmentMapper;
|
|
|
|
|
import cokr.xit.foundation.AbstractComponent;
|
|
|
|
|
import cokr.xit.foundation.component.AbstractBean;
|
|
|
|
|
import cokr.xit.foundation.data.DataObject;
|
|
|
|
|
|
|
|
|
|
/**부서 정보 정보 관리 Bean
|
|
|
|
@ -23,7 +23,7 @@ import cokr.xit.foundation.data.DataObject;
|
|
|
|
|
* </pre>
|
|
|
|
|
*/
|
|
|
|
|
@Component("departmentBean")
|
|
|
|
|
public class DepartmentBean extends AbstractComponent {
|
|
|
|
|
public class DepartmentBean extends AbstractBean {
|
|
|
|
|
/** 부서 정보 정보 DAO */
|
|
|
|
|
@Resource(name = "departmentMapper")
|
|
|
|
|
private DepartmentMapper departmentMapper;
|
|
|
|
|