public class WaimaiStoreMappingDTO extends Object implements Serializable
| Constructor and Description |
|---|
WaimaiStoreMappingDTO() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreatedAt() |
String |
getMappingId() |
Long |
getMchId() |
String |
getPlatformType() |
Long |
getStoreId() |
String |
getTargetId() |
void |
setCreatedAt(Long createdAt) |
void |
setMappingId(String mappingId) |
void |
setMchId(Long mchId) |
void |
setPlatformType(String platformType) |
void |
setStoreId(Long storeId) |
void |
setTargetId(String targetId) |
public Long getMchId()
public void setMchId(Long mchId)
public Long getStoreId()
public void setStoreId(Long storeId)
public String getMappingId()
public void setMappingId(String mappingId)
public String getTargetId()
public void setTargetId(String targetId)
public String getPlatformType()
public void setPlatformType(String platformType)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
Copyright © 2017. All rights reserved.