| | |
| | | import com.baomidou.mybatisplus.core.conditions.update.UpdateWrapper; |
| | | import com.github.pagehelper.PageHelper; |
| | | import com.github.pagehelper.PageInfo; |
| | | import com.whyc.constant.Capperformance; |
| | | import com.whyc.constant.PowerAlarmEnum; |
| | | import com.whyc.constant.BattCapperformanceEnum; |
| | | import com.whyc.dto.BattDto; |
| | | import com.whyc.dto.InfoDto; |
| | | import com.whyc.dto.Param.ParamAlmDto; |
| | |
| | | } |
| | | //获取容量性能(下拉) |
| | | public Response getCapperformance() { |
| | | Map<Integer,String> map= Capperformance.getOpInfo(); |
| | | Map<Integer,String> map= BattCapperformanceEnum.getOpInfo(); |
| | | return new Response().setII(1,true,map,"获取容量性能(下拉)"); |
| | | } |
| | | //蓄电池组对比分析界面16 |