|
|
|
@ -12,14 +12,14 @@ import cokr.xit.base.code.CodeGroup;
|
|
|
|
|
import cokr.xit.base.code.CommonCode;
|
|
|
|
|
import cokr.xit.base.code.dao.CodeMapper;
|
|
|
|
|
import cokr.xit.base.code.service.CodeQuery;
|
|
|
|
|
import cokr.xit.foundation.AbstractComponent;
|
|
|
|
|
import cokr.xit.foundation.component.AbstractBean;
|
|
|
|
|
import cokr.xit.foundation.data.DataObject;
|
|
|
|
|
|
|
|
|
|
/**공통코드 관리 Bean
|
|
|
|
|
* @author mjkhan
|
|
|
|
|
*/
|
|
|
|
|
@Component("codeBean")
|
|
|
|
|
public class CodeBean extends AbstractComponent {
|
|
|
|
|
public class CodeBean extends AbstractBean {
|
|
|
|
|
@Resource(name = "codeMapper")
|
|
|
|
|
private CodeMapper codeMapper;
|
|
|
|
|
|
|
|
|
|