File was renamed from pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoWo/WoRepairInfo.java |
| | |
| | | package com.dy.pmsGlobal.pojoWo; |
| | | package com.dy.pmsGlobal.pojoSta; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | |
| | | |
| | | /** |
| | | * |
| | | * @TableName wo_repair_info |
| | | * @TableName sta_repair_info |
| | | */ |
| | | @Data |
| | | public class WoRepairInfo implements Serializable { |
| | | public class StaRepairInfo implements Serializable { |
| | | /** |
| | | * |
| | | */ |
| | |
| | | if (getClass() != that.getClass()) { |
| | | return false; |
| | | } |
| | | WoRepairInfo other = (WoRepairInfo) that; |
| | | StaRepairInfo other = (StaRepairInfo) 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.getFromNode() == null ? other.getFromNode() == null : this.getFromNode().equals(other.getFromNode())) |