| | |
| | | package com.doumee.service.business; |
| | | |
| | | import com.doumee.dao.admin.response.InterestedListVO; |
| | | import com.doumee.dao.business.dto.CarUseDataDTO; |
| | | import com.doumee.dao.business.vo.InParkUserDataVO; |
| | | import com.doumee.service.business.third.model.LoginUserInfo; |
| | | import com.doumee.service.business.third.model.PageData; |
| | | import com.doumee.service.business.third.model.PageWrap; |
| | | import com.doumee.dao.business.model.CarUseBook; |
| | | import com.doumee.dao.business.vo.DateIntervalVO; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | void jdyPushCarUseBook(String dataInfo); |
| | | |
| | | List<InterestedListVO> getCarUseStatistics(Integer type); |
| | | |
| | | |
| | | InParkUserDataVO getCarUseData(CarUseDataDTO carUseDataDTO); |
| | | |
| | | List<List<String>> getReportList(CarUseDataDTO carUseDataDTO); |
| | | |
| | | void excel(CarUseDataDTO carUseDataDTO, HttpServletResponse response); |
| | | } |