|
|
@ -8,8 +8,8 @@ import javax.annotation.Resource;
|
|
|
|
|
|
|
|
|
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
|
|
|
|
|
|
import cokr.xit.foundation.AbstractComponent;
|
|
|
|
|
|
|
|
import cokr.xit.foundation.ApplicationException;
|
|
|
|
import cokr.xit.foundation.ApplicationException;
|
|
|
|
|
|
|
|
import cokr.xit.foundation.component.AbstractBean;
|
|
|
|
import cokr.xit.foundation.data.DataObject;
|
|
|
|
import cokr.xit.foundation.data.DataObject;
|
|
|
|
import cokr.xit.foundation.data.JSON;
|
|
|
|
import cokr.xit.foundation.data.JSON;
|
|
|
|
import cokr.xit.interfaces.lvis.dao.VehicleInfoMapper;
|
|
|
|
import cokr.xit.interfaces.lvis.dao.VehicleInfoMapper;
|
|
|
@ -49,7 +49,7 @@ import cokr.xit.interfaces.publicinfo.ServiceMessage;
|
|
|
|
* @author mjkhan
|
|
|
|
* @author mjkhan
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@Component("vehicleInfoBean")
|
|
|
|
@Component("vehicleInfoBean")
|
|
|
|
public class VehicleInfoBean extends AbstractComponent {
|
|
|
|
public class VehicleInfoBean extends AbstractBean {
|
|
|
|
@Resource(name = "lvisHost")
|
|
|
|
@Resource(name = "lvisHost")
|
|
|
|
private LvisHost lvisHost;
|
|
|
|
private LvisHost lvisHost;
|
|
|
|
@Resource(name = "vehicleInfoMapper")
|
|
|
|
@Resource(name = "vehicleInfoMapper")
|
|
|
|