File was renamed from pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoWo/WoDevOpsTaskClaimInfo.java |
| | |
| | | package com.dy.pmsGlobal.pojoWo; |
| | | package com.dy.pmsGlobal.pojoSta; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | |
| | | |
| | | /** |
| | | * 安装运维任务认领表 |
| | | * @TableName wo_dev_ops_task_claim_info |
| | | * @TableName sta_dev_ops_task_claim_info |
| | | */ |
| | | @Data |
| | | public class WoDevOpsTaskClaimInfo implements Serializable { |
| | | public class StaDevOpsTaskClaimInfo implements Serializable { |
| | | /** |
| | | * |
| | | */ |
| | |
| | | if (getClass() != that.getClass()) { |
| | | return false; |
| | | } |
| | | WoDevOpsTaskClaimInfo other = (WoDevOpsTaskClaimInfo) that; |
| | | StaDevOpsTaskClaimInfo other = (StaDevOpsTaskClaimInfo) 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.getPlanId() == null ? other.getPlanId() == null : this.getPlanId().equals(other.getPlanId())) |