public class WaimaiOrderMapping extends Object
| 构造器和说明 |
|---|
WaimaiOrderMapping() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
Long |
getCreatedAt() |
Long |
getId() |
Long |
getMchId() |
Long |
getOrderId() |
String |
getPlatformType() |
Long |
getStoreId() |
String |
getTargetId() |
String |
getViewId() |
int |
hashCode() |
void |
setCreatedAt(Long createdAt) |
void |
setId(Long id) |
void |
setMchId(Long mchId) |
void |
setOrderId(Long orderId) |
void |
setPlatformType(String platformType) |
void |
setStoreId(Long storeId) |
void |
setTargetId(String targetId) |
void |
setViewId(String viewId) |
public Long getId()
public void setId(Long id)
public Long getMchId()
public void setMchId(Long mchId)
public Long getStoreId()
public void setStoreId(Long storeId)
public Long getOrderId()
public void setOrderId(Long orderId)
public String getTargetId()
public void setTargetId(String targetId)
public String getViewId()
public void setViewId(String viewId)
public String getPlatformType()
public void setPlatformType(String platformType)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
Copyright © 2018. All rights reserved.