mirror of
https://github.com/chillzhuang/SpringBlade.git
synced 2025-04-19 19:19:18 +08:00
Merge e79811f8f7dc1b3855fc2837f71806cace128f2a into fb91e2627f412331214863455f738d0e58639925
This commit is contained in:
commit
e319a73785
@ -125,6 +125,11 @@ public class Menu implements Serializable {
|
|||||||
private Integer isDeleted;
|
private Integer isDeleted;
|
||||||
|
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int hashCode() {
|
||||||
|
return (this.getId() == null) ? -1 : this.getId();
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean equals(Object obj) {
|
public boolean equals(Object obj) {
|
||||||
if (this == obj) {
|
if (this == obj) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user