|  |  | 
 |  |  |  | 
 |  |  | import com.moral.api.entity.Device; | 
 |  |  | import com.moral.api.entity.ManageAccount; | 
 |  |  | import com.moral.api.entity.MonitorPoint; | 
 |  |  | import com.moral.api.entity.Organization; | 
 |  |  | import com.moral.api.entity.Version; | 
 |  |  |  | 
 |  |  | @Data | 
 |  |  | @EqualsAndHashCode(callSuper = false) | 
 |  |  | public class DeviceVO extends Device { | 
 |  |  |  | 
 |  |  |     /* | 
 |  |  |     * 行业 | 
 |  |  |     * */ | 
 |  |  |      * 行业 | 
 |  |  |      * */ | 
 |  |  |     private String professionName; | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     /* | 
 |  |  |     * 组织 | 
 |  |  |     * */ | 
 |  |  |      * 工艺 | 
 |  |  |      * */ | 
 |  |  |     private String techName; | 
 |  |  |  | 
 |  |  |     /* | 
 |  |  |      * 检测器 | 
 |  |  |      * */ | 
 |  |  |     private String detectorName; | 
 |  |  |  | 
 |  |  |     /* | 
 |  |  |      * 采购商 | 
 |  |  |      * */ | 
 |  |  |     private String purchaserName; | 
 |  |  |  | 
 |  |  |     /* | 
 |  |  |      * 组织 | 
 |  |  |      * */ | 
 |  |  |     private Organization organization; | 
 |  |  |  | 
 |  |  |     /* | 
 |  |  |     * 维护人 | 
 |  |  |     * */ | 
 |  |  |     private List<ManageAccount> operators; | 
 |  |  |      * 设备型号 | 
 |  |  |      * */ | 
 |  |  |     private Version version; | 
 |  |  |  | 
 |  |  |     /* | 
 |  |  |      * 站点 | 
 |  |  |      * */ | 
 |  |  |     private MonitorPoint monitorPoint; | 
 |  |  |  | 
 |  |  |     /* | 
 |  |  |      * 维护人 | 
 |  |  |      * */ | 
 |  |  |     private List<ManageAccount> operators; | 
 |  |  |  | 
 |  |  |  | 
 |  |  | } |