|
|
@@ -59,7 +59,6 @@ public class BaseEntity implements Serializable
|
|
|
@TableField(exist = false)
|
|
|
private Map<String, Object> params;
|
|
|
|
|
|
- private Long merConfigId;
|
|
|
|
|
|
public String getSearchValue()
|
|
|
{
|
|
|
@@ -150,11 +149,4 @@ public class BaseEntity implements Serializable
|
|
|
this.params = params;
|
|
|
}
|
|
|
|
|
|
- public Long getMerConfigId() {
|
|
|
- return merConfigId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setMerConfigId(Long merConfigId) {
|
|
|
- this.merConfigId = merConfigId;
|
|
|
- }
|
|
|
}
|