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