From d05dd9bd1e32e95108b0a299ccf71459c685c222 Mon Sep 17 00:00:00 2001 From: 刘小明 <liuxm_a@163.com> Date: 星期三, 19 六月 2024 14:25:59 +0800 Subject: [PATCH] 模块名称修改 --- pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoSta/StaDeviceLife.java | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoWo/WoDeviceProductionLog.java b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoSta/StaDeviceLife.java similarity index 95% copy from pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoWo/WoDeviceProductionLog.java copy to pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoSta/StaDeviceLife.java index ac5c64c..7dd25aa 100644 --- a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoWo/WoDeviceProductionLog.java +++ b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoSta/StaDeviceLife.java @@ -1,15 +1,15 @@ -package com.dy.pmsGlobal.pojoWo; +package com.dy.pmsGlobal.pojoSta; import java.io.Serializable; import java.util.Date; import lombok.Data; /** - * 璁惧鐢熶骇鏃ュ織琛� - * @TableName wo_device_production_log + * 璁惧鐢熷懡鍛ㄦ湡琛� + * @TableName sta_device_life */ @Data -public class WoDeviceProductionLog implements Serializable { +public class StaDeviceLife implements Serializable { /** * */ @@ -36,7 +36,7 @@ private String currNode; /** - * + * 涓嬩竴鑺傜偣 */ private String nextNode; @@ -56,7 +56,7 @@ private Integer result; /** - * + * 缁翠慨鑺傜偣杩斿洖鐨勯敊璇爜 */ private String errorCode; @@ -103,7 +103,7 @@ if (getClass() != that.getClass()) { return false; } - WoDeviceProductionLog other = (WoDeviceProductionLog) that; + StaDeviceLife other = (StaDeviceLife) 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())) -- Gitblit v1.8.0