Commit 509d0a2c authored by tangwei's avatar tangwei

增加分机数据填充

parent 20c34dcd
package com.yeejoin.amos.boot.module.jxiop.api.service;
import com.yeejoin.amos.boot.module.jxiop.api.dto.DeviceDto;
import com.yeejoin.amos.boot.module.jxiop.api.dto.IndexDto;
import com.yeejoin.amos.boot.module.jxiop.api.dto.StationTaksDto;
import java.util.List;
......@@ -21,12 +22,12 @@ public interface IStationDataTask {
//获取每个风机信息
List<IndexDto> getIndexDto(DeviceDto deviceDto);
//每个分级信息处理
void setMonitorFanIndicator(List<IndexDto> list);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment