|
|
@ -7,7 +7,7 @@ import javax.annotation.Resource;
|
|
|
|
|
|
|
|
|
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
|
|
|
|
|
|
import cokr.xit.foundation.AbstractComponent;
|
|
|
|
import cokr.xit.foundation.component.ScheduledBean;
|
|
|
|
import cokr.xit.foundation.data.DataObject;
|
|
|
|
import cokr.xit.foundation.data.DataObject;
|
|
|
|
import cokr.xit.interfaces.lntris.InterfaceConfig;
|
|
|
|
import cokr.xit.interfaces.lntris.InterfaceConfig;
|
|
|
|
import cokr.xit.interfaces.lntris.Requestor;
|
|
|
|
import cokr.xit.interfaces.lntris.Requestor;
|
|
|
@ -25,7 +25,7 @@ import cokr.xit.interfaces.lntris.basic.a.dao.LntrisAMapper;
|
|
|
|
* </pre>
|
|
|
|
* </pre>
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@Component("lntrisA03Bean")
|
|
|
|
@Component("lntrisA03Bean")
|
|
|
|
public class LntrisA03Bean extends AbstractComponent {
|
|
|
|
public class LntrisA03Bean extends ScheduledBean {
|
|
|
|
/** 과태료 대장 상세 조회 DAO */
|
|
|
|
/** 과태료 대장 상세 조회 DAO */
|
|
|
|
@Resource(name = "lntrisAMapper")
|
|
|
|
@Resource(name = "lntrisAMapper")
|
|
|
|
private LntrisAMapper lntrisAMapper;
|
|
|
|
private LntrisAMapper lntrisAMapper;
|
|
|
|