File was renamed from pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoWo/WoDeviceLast.java |
| | |
| | | package com.dy.pmsGlobal.pojoWo; |
| | | package com.dy.pmsGlobal.pojoSta; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | |
| | | |
| | | /** |
| | | * 设备最新状态表 |
| | | * @TableName wo_device_last |
| | | * @TableName sta_device_last |
| | | */ |
| | | @Data |
| | | public class WoDeviceLast implements Serializable { |
| | | public class StaDeviceLast implements Serializable { |
| | | /** |
| | | * |
| | | */ |
| | |
| | | if (getClass() != that.getClass()) { |
| | | return false; |
| | | } |
| | | WoDeviceLast other = (WoDeviceLast) that; |
| | | StaDeviceLast other = (StaDeviceLast) that; |
| | | return (this.getId() == null ? other.getId() == null : this.getId().equals(other.getId())) |
| | | && (this.getEquipNo() == null ? other.getEquipNo() == null : this.getEquipNo().equals(other.getEquipNo())) |
| | | && (this.getPlanId() == null ? other.getPlanId() == null : this.getPlanId().equals(other.getPlanId())) |