|  |  |  | 
|---|
|  |  |  | import com.doumee.dao.openapi.request.GasByMonthRequest; | 
|---|
|  |  |  | import com.doumee.dao.openapi.request.WaterByMonthRequest; | 
|---|
|  |  |  | import com.doumee.dao.openapi.response.GasByMonthResponse; | 
|---|
|  |  |  | import com.doumee.dao.openapi.response.PlatformLastMonthListResponse; | 
|---|
|  |  |  | import com.doumee.dao.openapi.response.WaterByMonthResponse; | 
|---|
|  |  |  | import org.springframework.web.multipart.MultipartFile; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import java.util.List; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | WaterByMonthResponse waterDataByMonth(WaterByMonthRequest param); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | GasByMonthResponse gasDataByMonth(GasByMonthRequest param); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | List<PlatformLastMonthListResponse> getPlatformLastMonthListResponse(Integer type); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | String importBatch(MultipartFile file, LoginUserInfo loginUserInfo); | 
|---|
|  |  |  | } | 
|---|