public class ManagerMerchantRelation extends Object implements Serializable
| Constructor and Description |
|---|
ManagerMerchantRelation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getManagerId() |
Long |
getMerchantId() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setManagerId(Long managerId) |
void |
setMerchantId(Long merchantId) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getManagerId()
public void setManagerId(Long managerId)
public Long getMerchantId()
public void setMerchantId(Long merchantId)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
Copyright © 2020. All rights reserved.