public class Goods extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
TYPE_BUSINESS |
static Integer |
TYPE_NAMECARD |
static Integer |
TYPE_NORMAL |
| 构造器和说明 |
|---|
Goods() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getDescription() |
Long |
getDuration() |
Long |
getId() |
String |
getImg() |
String |
getName() |
String |
getPrice() |
String |
getShowPrice() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDescription(String description) |
void |
setDuration(Long duration) |
void |
setId(Long id) |
void |
setImg(String img) |
void |
setName(String name) |
void |
setPrice(String price) |
void |
setShowPrice(String showPrice) |
void |
setType(Integer type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer TYPE_NORMAL
public static final Integer TYPE_BUSINESS
public static final Integer TYPE_NAMECARD
public Long getId()
public void setId(Long id)
public String getPrice()
public void setPrice(String price)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getImg()
public Long getDuration()
public void setDuration(Long duration)
public void setImg(String img)
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)
public String getShowPrice()
public void setShowPrice(String showPrice)
public Integer getType()
public void setType(Integer type)
Copyright © 2022. All rights reserved.