File was renamed from pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoWo/WoAssemblyWorkLast.java |
| | |
| | | package com.dy.pmsGlobal.pojoWo; |
| | | package com.dy.pmsGlobal.pojoSta; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | |
| | | |
| | | /** |
| | | * 生产线生产任务认领表 |
| | | * @TableName wo_assembly_work_last |
| | | * @TableName sta_assembly_work_history |
| | | */ |
| | | @Data |
| | | public class WoAssemblyWorkLast implements Serializable { |
| | | public class StaAssemblyWorkHistory implements Serializable { |
| | | /** |
| | | * |
| | | */ |
| | |
| | | if (getClass() != that.getClass()) { |
| | | return false; |
| | | } |
| | | WoAssemblyWorkLast other = (WoAssemblyWorkLast) that; |
| | | StaAssemblyWorkHistory other = (StaAssemblyWorkHistory) that; |
| | | return (this.getId() == null ? other.getId() == null : this.getId().equals(other.getId())) |
| | | && (this.getUserId() == null ? other.getUserId() == null : this.getUserId().equals(other.getUserId())) |
| | | && (this.getLineId() == null ? other.getLineId() == null : this.getLineId().equals(other.getLineId())) |