| | |
| | | @ApiOperation(value = "底部滚动告警数据",notes = "请求链接:ws://localhost:8090/fg/battAlarmFoot 传参:1002") |
| | | @GetMapping("getbattAlarmFoot") |
| | | public Response getbattAlarmFoot(){return new Response();} |
| | | |
| | | @ApiOperation(value = "a059更新升级查询",notes = "请求链接:ws://localhost:8091/fg/aioUpdateSearch 传参:AIOUpdatePar实体类{pageNum,pageSize,stationName1,stationName2,stationName5,uId}") |
| | | @GetMapping("aioUpdateSearch") |
| | | public Response aioUpdateSearch(){return new Response();} |
| | | |
| | | } |
| | |
| | | |
| | | import com.whyc.dto.Response; |
| | | import com.whyc.dto.paramter.AIOUpdatePar; |
| | | import com.whyc.dto.paramter.AlarmPar; |
| | | import com.whyc.service.Fbs9100sDfuStateService; |
| | | import com.whyc.util.ActionUtil; |
| | | import org.springframework.beans.factory.annotation.Autowired; |