刘小明
2024-06-19 d05dd9bd1e32e95108b0a299ccf71459c685c222
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoSta/StaWipSnEx.java
File was renamed from pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoWo/WoWipSnEx.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_wip_sn_ex
 * @TableName sta_wip_sn_ex
 */
@Data
public class WoWipSnEx implements Serializable {
public class StaWipSnEx implements Serializable {
    /**
     * 
     */
@@ -58,7 +58,7 @@
        if (getClass() != that.getClass()) {
            return false;
        }
        WoWipSnEx other = (WoWipSnEx) that;
        StaWipSnEx other = (StaWipSnEx) that;
        return (this.getId() == null ? other.getId() == null : this.getId().equals(other.getId()))
            && (this.getDeviceNo() == null ? other.getDeviceNo() == null : this.getDeviceNo().equals(other.getDeviceNo()))
            && (this.getProductId() == null ? other.getProductId() == null : this.getProductId().equals(other.getProductId()))