| | |
| | | package com.fgkj.services.rt; |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.fgkj.dto.BattInf; |
| | | import com.fgkj.dto.Batt_Maint_Dealarm; |
| | | import com.fgkj.dto.Page; |
| | | import com.fgkj.dto.ServiceModel; |
| | | import com.fgkj.dto.rt.Batt_State_rt; |
| | | import com.fgkj.dto.rt.Rtstate_rt; |
| | | import com.fgkj.mapper.impl.rt.Rtstate_rtMapper; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import javax.annotation.Resource; |
| | | import java.util.List; |
| | | @Service |
| | | public class Rtstate_rtService { |
| | | |
| | | @Autowired |
| | | @Resource |
| | | private Rtstate_rtMapper mapper;; |
| | | |
| | | private ServiceModel model; |
| | | ServiceModel model = new ServiceModel(); |
| | | |
| | | //测试数据——实时查询中左下角的充放电统计 |
| | | public ServiceModel serchDisOrChargr(){ |