刘小明
2024-06-19 d05dd9bd1e32e95108b0a299ccf71459c685c222
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoSta/StaAssemblyWorkHistory.java
File was renamed from pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoWo/WoAssemblyWorkLast.java
@@ -1,4 +1,4 @@
package com.dy.pmsGlobal.pojoWo;
package com.dy.pmsGlobal.pojoSta;
import java.io.Serializable;
import java.util.Date;
@@ -6,10 +6,10 @@
/**
 * 生产线生产任务认领表
 * @TableName wo_assembly_work_last
 * @TableName sta_assembly_work_history
 */
@Data
public class WoAssemblyWorkLast implements Serializable {
public class StaAssemblyWorkHistory implements Serializable {
    /**
     * 
     */
@@ -83,7 +83,7 @@
        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()))