| | |
| | | package com.whyc.mapper; |
| | | |
| | | import com.whyc.dto.BadBattMonDTO; |
| | | import com.whyc.dto.BatteryInfo; |
| | | import com.whyc.dto.DataAnalysisFloatDTO; |
| | | import com.whyc.pojo.BatteryEndurance; |
| | | import com.whyc.pojo.BatteryRTState; |
| | |
| | | |
| | | List<BatteryRTState> getBatteryCap(Integer userId); |
| | | |
| | | //TODO |
| | | List<DataAnalysisFloatDTO> getMonVolAndTemp(Integer userId); |
| | | Integer getTotalMonNum(Integer userId); |
| | | |
| | | //TODO |
| | | DataAnalysisFloatDTO getMonRes(Integer userId); |
| | | |
| | | //TODO |
| | | DataAnalysisFloatDTO getMonCap(Integer userId); |
| | | List<BadBattMonDTO> getBadMonOfCapAlarm(Integer userId); |
| | | } |