Commit 4b19bfc3 authored by 赵啸非's avatar 赵啸非

事项添加区域字段

parent 7c3e90f7
package com.mortals.xhx.module.matter.model;
import java.util.*;
import java.util.List;
import java.util.Date;
import java.util.List;
import java.util.ArrayList;
import java.math.BigDecimal;
import cn.hutool.core.date.DateUtil;
import java.util.Date;
......@@ -343,7 +341,7 @@ public class MatterEntity extends MatterVo {
}
@Override
public int hashCode() {
return this.getId().hashCode();
return Objects.hash(this.areaCode, this.matterNo);
}
@Override
public boolean equals(Object obj) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment