| | |
| | | import lombok.EqualsAndHashCode; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | import com.moral.api.entity.Device; |
| | | import com.moral.api.entity.GovMonitorPoint; |
| | | import com.moral.api.entity.ManageAccount; |
| | | import com.moral.api.entity.MonitorPoint; |
| | | import com.moral.api.entity.Organization; |
| | |
| | | /* |
| | | * 行业 |
| | | * */ |
| | | private String professionName; |
| | | private List<Map<String, Object>> professions; |
| | | |
| | | |
| | | /* |
| | |
| | | private MonitorPoint monitorPoint; |
| | | |
| | | /* |
| | | * 国控站点 |
| | | * */ |
| | | private GovMonitorPoint govMonitorPoint; |
| | | |
| | | /* |
| | | * 维护人 |
| | | * */ |
| | | private List<ManageAccount> operators; |