| | |
| | | import java.util.Map; |
| | | |
| | | import com.moral.api.entity.Dustld; |
| | | import com.moral.api.entity.SecondCruiserSort; |
| | | |
| | | |
| | | public interface DustldService { |
| | | |
| | |
| | | Map<String,Object> dailyDustld(Integer id ,List<MultipartFile> file); |
| | | |
| | | |
| | | Map<String,Object> dailyDustlds(List<MultipartFile> file,Map<String, Object> params); |
| | | Map<String,Object> dailyDustlds(Map<String, Object> params); |
| | | |
| | | |
| | | Map<String,Object> selectDust(Integer id ); |
| | |
| | | |
| | | List<Dustld> selectAll(Map<String, Object> params); |
| | | |
| | | |
| | | //路段排序 |
| | | List<SecondCruiserSort> sort(String mac, String startTime, String endTime); |
| | | |
| | | } |