...
|
...
|
@@ -87,6 +87,11 @@ public class PriceTrendResp { |
|
|
}
|
|
|
|
|
|
|
|
|
@Override
|
|
|
public boolean equals(Object obj) {
|
|
|
PriceTrendResp resp = (PriceTrendResp)obj;
|
|
|
return null != this.endTime && this.endTime.equals(resp.getEndTime());
|
|
|
}
|
|
|
|
|
|
public static class Builder {
|
|
|
private Integer id;
|
...
|
...
|
|