SpeedingService.java 295 Bytes
package com.bsth.service.excep;

import java.util.Map;

import com.bsth.entity.excep.Speeding;
import com.bsth.util.PageObject;

public interface SpeedingService {
	PageObject <Speeding> Pagequery(Map<String, Object> map) ;
	Map<String, Object> getReport( Map<String, Object> map);
}