| | |
| | | |
| | | 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) |
| | |
| | | * */ |
| | | private String professionName; |
| | | |
| | | |
| | | /* |
| | | * 工艺 |
| | | * */ |
| | | private String techName; |
| | | |
| | | /* |
| | | * 检测器 |
| | | * */ |
| | | private String detectorName; |
| | | |
| | | /* |
| | | * 采购商 |
| | | * */ |
| | | private String purchaserName; |
| | | |
| | | /* |
| | | * 组织 |
| | | * */ |
| | | private Organization organization; |
| | | |
| | | /* |
| | | * 设备型号 |
| | | * */ |
| | | private Version version; |
| | | |
| | | /* |
| | | * 站点 |
| | | * */ |
| | | private MonitorPoint monitorPoint; |
| | | |
| | | /* |
| | | * 维护人 |
| | | * */ |
| | | private List<ManageAccount> operators; |
| | | |
| | | |
| | | |
| | | } |