|
|
@ -13,7 +13,6 @@ import cokr.xit.fims.crdn.Crdn;
|
|
|
|
import cokr.xit.fims.excl.LevyExcl;
|
|
|
|
import cokr.xit.fims.excl.LevyExcl;
|
|
|
|
import cokr.xit.fims.excl.LevyExclQuery;
|
|
|
|
import cokr.xit.fims.excl.LevyExclQuery;
|
|
|
|
import cokr.xit.fims.excl.dao.LevyExclMapper;
|
|
|
|
import cokr.xit.fims.excl.dao.LevyExclMapper;
|
|
|
|
import cokr.xit.fims.levy.dao.LevyMapper;
|
|
|
|
|
|
|
|
import cokr.xit.fims.rdca.Rdamt;
|
|
|
|
import cokr.xit.fims.rdca.Rdamt;
|
|
|
|
import cokr.xit.fims.rdca.service.bean.RdamtBean;
|
|
|
|
import cokr.xit.fims.rdca.service.bean.RdamtBean;
|
|
|
|
import cokr.xit.foundation.component.AbstractBean;
|
|
|
|
import cokr.xit.foundation.component.AbstractBean;
|
|
|
@ -40,10 +39,6 @@ public class LevyExclBean extends AbstractBean {
|
|
|
|
@Resource(name="crdnSttsHstryBean")
|
|
|
|
@Resource(name="crdnSttsHstryBean")
|
|
|
|
private CrdnSttsHstryBean crdnSttsHstryBean;
|
|
|
|
private CrdnSttsHstryBean crdnSttsHstryBean;
|
|
|
|
|
|
|
|
|
|
|
|
/** 부과 대장 정보 DAO */
|
|
|
|
|
|
|
|
@Resource(name="levyMapper")
|
|
|
|
|
|
|
|
private LevyMapper levyMapper;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** 감액 대장 정보 Bean */
|
|
|
|
/** 감액 대장 정보 Bean */
|
|
|
|
@Resource(name="rdamtBean")
|
|
|
|
@Resource(name="rdamtBean")
|
|
|
|
private RdamtBean rdamtBean;
|
|
|
|
private RdamtBean rdamtBean;
|
|
|
|