| | |
| | | package com.sandu.ximon.admin.vo; |
| | | |
| | | import com.sandu.ximon.admin.dto.WaterQualityDataDto; |
| | | import com.sandu.ximon.admin.dto.YSY_MonitorDto; |
| | | import com.sandu.ximon.dao.domain.*; |
| | | import com.sandu.ximon.dao.domain.Pole; |
| | | import lombok.Data; |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @Author liuhaonan |
| | | * @Date 2022/4/12 |
| | | * @Version 1.0 |
| | | * @author ZZQ |
| | | * @date 2022/5/10 10:37 |
| | | */ |
| | | @Data |
| | | public class PoleBindVO { |
| | | |
| | | |
| | | private Pole pole; // |
| | | |
| | | |
| | | /** |
| | | * 大气监测 |
| | | */ |
| | | private AirEquipment airMonitoring; // |
| | | |
| | | /** |
| | | * ip音柱 |
| | | */ |
| | | private TerminalVO ipVolume; // |
| | | |
| | | /** |
| | | * 充电桩 |
| | | */ |
| | | private C3mCharging c3mCharging; // |
| | | |
| | | |
| | | /** |
| | | * 路灯 |
| | | */ |
| | | private Light light; // |
| | | |
| | | /** |
| | | * 杆体倾测 |
| | | */ |
| | | private LightPoleHeeling lightPoleHeeling; // |
| | | |
| | | /** |
| | | * 摄像头 |
| | | */ |
| | | private YSY_MonitorDto.MonitorDto monitor; // |
| | | |
| | | /** |
| | | * LED诺瓦 |
| | | */ |
| | | private LedPlayerEntity nova; // |
| | | |
| | | /** |
| | | * led熙讯 |
| | | */ |
| | | private PoleLightemitEntity xiXun; // |
| | | |
| | | /** |
| | | * 水质监测 |
| | | */ |
| | | private WaterQualityDataDto waterMonitoring; |
| | | private Pole pole; |
| | | private List<EquipmentInfomation> list = new ArrayList<>(11); |
| | | } |