刘小明
2024-06-19 d05dd9bd1e32e95108b0a299ccf71459c685c222
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoSta/StaDeviceProductionLog.java
File was renamed from pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoWo/WoDeviceProductionLog.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_device_production_log
 * @TableName sta_device_production_log
 */
@Data
public class WoDeviceProductionLog implements Serializable {
public class StaDeviceProductionLog implements Serializable {
    /**
     * 
     */
@@ -103,7 +103,7 @@
        if (getClass() != that.getClass()) {
            return false;
        }
        WoDeviceProductionLog other = (WoDeviceProductionLog) that;
        StaDeviceProductionLog other = (StaDeviceProductionLog) 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()))