package com.huaxu.service; import com.huaxu.dto.generalView.DeviceWaterSupply; import java.util.List; public interface AppPageReportService { List deviceWaterReportForMonth(Integer companyOrgId, String sceneType, Integer parmType, Integer month); List deviceSellerWaterReportForMonth(Integer companyOrgId,Integer month); }