|
|
|
@ -16,13 +16,4 @@ public class Merchant { |
|
|
|
private String storeBrandName; |
|
|
|
|
|
|
|
private Date timeStamp; |
|
|
|
|
|
|
|
public Merchant(String id, String merchantId, String merchantName, String cityStoreName, String storeBrandName, Date timeStamp) { |
|
|
|
this.id = id; |
|
|
|
this.merchantId = merchantId; |
|
|
|
this.merchantName = merchantName; |
|
|
|
this.cityStoreName = cityStoreName; |
|
|
|
this.storeBrandName = storeBrandName; |
|
|
|
this.timeStamp = timeStamp; |
|
|
|
} |
|
|
|
} |