| | |
| | | import cn.gistack.sm.sjztmd.statisticsVO.StatisticsBar; |
| | | import cn.gistack.sm.sjztmd.statisticsVO.StatisticsParams; |
| | | import cn.gistack.sm.sjztmd.statisticsVO.StatisticsPie; |
| | | import cn.gistack.sm.sjztmd.vo.TbDykeInvestigationParam; |
| | | import cn.gistack.sm.sjztmd.vo.TbResGeneralInvestigationParam; |
| | | import cn.gistack.sm.sjztmd.vo.*; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import org.springblade.core.tool.api.R; |
| | | |
| | | import java.io.IOException; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | public interface ITbDykeInvestigationService extends IService<TbDykeInvestigation> { |
| | | |
| | | /** |
| | | * |
| | | * @param page |
| | | * @return |
| | | */ |
| | | List<String> downZip(IPage<ImageAndVideoVO> page,String type) throws IOException; |
| | | |
| | | /** |
| | | * 自定义保存或者修改对象方法 |
| | | * @param entity |
| | | * @return |
| | |
| | | StatisticsPie statisticsPie(StatisticsParams statisticsParams); |
| | | |
| | | List<StatisticsBar> statisticsBar(StatisticsParams statisticsParams); |
| | | |
| | | List<DyketionVO> downloadZipCopy(IPage<TbResDykeVO> page, String type,TbResDykeVO tbResDykeVO); |
| | | } |