|
@@ -142,10 +142,4 @@ public class MgrOrganization implements BaseModel {
|
|
this.organizationCode = organizationCode;
|
|
this.organizationCode = organizationCode;
|
|
}
|
|
}
|
|
|
|
|
|
- @Override
|
|
|
|
- public boolean equals(Object obj) {
|
|
|
|
- MgrOrganization organization = (MgrOrganization) obj;
|
|
|
|
- return this.id == organization.getId();
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
}
|
|
}
|