public class GoodsZoneRelation extends Object implements Serializable
| Constructor and Description |
|---|
GoodsZoneRelation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getGoodsId() |
Integer |
getGoodsType() |
Long |
getId() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getZoneId() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setGoodsId(Long goodsId) |
void |
setGoodsType(Integer goodsType) |
void |
setId(Long id) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setZoneId(Long zoneId) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getZoneId()
public void setZoneId(Long zoneId)
public Long getGoodsId()
public void setGoodsId(Long goodsId)
public Integer getGoodsType()
public void setGoodsType(Integer goodsType)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
Copyright © 2018. All Rights Reserved.