public class GoodsMapping extends Object implements Serializable
| Constructor and Description |
|---|
GoodsMapping() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that)
This method was generated by MyBatis Generator.
|
Long |
getGoodsId()
This method was generated by MyBatis Generator.
|
Long |
getMappingGoodsId()
This method was generated by MyBatis Generator.
|
int |
hashCode()
This method was generated by MyBatis Generator.
|
void |
setGoodsId(Long goodsId)
This method was generated by MyBatis Generator.
|
void |
setMappingGoodsId(Long mappingGoodsId)
This method was generated by MyBatis Generator.
|
String |
toString()
This method was generated by MyBatis Generator.
|
GoodsMapping |
withGoodsId(Long goodsId)
This method was generated by MyBatis Generator.
|
GoodsMapping |
withMappingGoodsId(Long mappingGoodsId)
This method was generated by MyBatis Generator.
|
public Long getGoodsId()
public GoodsMapping withGoodsId(Long goodsId)
public void setGoodsId(Long goodsId)
goodsId - the value for goods_mapping.goods_idpublic Long getMappingGoodsId()
public GoodsMapping withMappingGoodsId(Long mappingGoodsId)
public void setMappingGoodsId(Long mappingGoodsId)
mappingGoodsId - the value for goods_mapping.mapping_goods_idpublic String toString()
public boolean equals(Object that)
Copyright © 2019. All rights reserved.