liukangdong
2024-10-24 44dd2c7c73d5fead948902cad2695ae30d4620e2
server/visits/dmvisit_service/src/main/java/com/doumee/service/business/PlatformWaterGasService.java
@@ -8,7 +8,9 @@
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;
@@ -107,4 +109,8 @@
    WaterByMonthResponse waterDataByMonth(WaterByMonthRequest param);
    GasByMonthResponse gasDataByMonth(GasByMonthRequest param);
    List<PlatformLastMonthListResponse> getPlatformLastMonthListResponse(Integer type);
    String importBatch(MultipartFile file, LoginUserInfo loginUserInfo);
}