jiangping
2024-10-22 7cdea6d16a8b9f74800792ea412ad8b51c4df7f4
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);
}