|  |  |  | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /* | 
|---|
|  |  |  | * 乡镇街道 | 
|---|
|  |  |  | * */ | 
|---|
|  |  |  | private Map<String, Object> town; | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|