| | |
| | | import com.zhitan.common.core.domain.AjaxResult; |
| | | import com.zhitan.model.domain.EnergyIndex; |
| | | import com.zhitan.model.domain.EnergyIndexQuery; |
| | | import com.zhitan.model.domain.vo.ModelNodeIndexInfo; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | |
| | | List<EnergyIndex> searchIndexByNodeAndChildrenNode(String nodeId, String filter); |
| | | |
| | | void removeNodeIndex(String nodeId, List<String> removeLink); |
| | | void removeEnergyIndex(List<String> removeLink); |
| | | |
| | | AjaxResult importEnergyIndex(List<EnergyIndex> energyIndexList, boolean updateSupport); |
| | | |
| | |
| | | List<EnergyIndex> listDeviceIndex(String nodeId, String meterId); |
| | | |
| | | /** |
| | | * 通过id删除采集点 |
| | | * 根据点位id获取模型节点点位信息 |
| | | * @param indexIds |
| | | * @return |
| | | */ |
| | | boolean deleteByIndexId(String indexId); |
| | | |
| | | List<ModelNodeIndexInfo> getModelNodeIndexInfoListByIndexIds(String[] indexIds); |
| | | } |