public class Spu extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
STATUS_DEL
删除
|
static Integer |
STATUS_OFF
下架
|
static Integer |
STATUS_ON
上架
|
| 构造器和说明 |
|---|
Spu() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getClassifyDesc() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getMerchantId() |
String |
getPic() |
BigDecimal |
getPrice() |
String |
getProItemSet() |
Integer |
getSales() |
String |
getShowPrice() |
String |
getSlogan() |
String |
getSpuInfo() |
Integer |
getStatus() |
Integer |
getStock() |
String |
getTitle() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setClassifyDesc(String classifyDesc) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setMerchantId(Long merchantId) |
void |
setPic(String pic) |
void |
setPrice(BigDecimal price) |
void |
setProItemSet(String proItemSet) |
void |
setSales(Integer sales) |
void |
setShowPrice(String showPrice) |
void |
setSlogan(String slogan) |
void |
setSpuInfo(String spuInfo) |
void |
setStatus(Integer status) |
void |
setStock(Integer stock) |
void |
setTitle(String title) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer STATUS_OFF
public static final Integer STATUS_ON
public static final Integer STATUS_DEL
public Long getId()
public void setId(Long id)
public String getPic()
public void setPic(String pic)
public String getTitle()
public void setTitle(String title)
public Integer getStatus()
public void setStatus(Integer status)
public Integer getSales()
public void setSales(Integer sales)
public Long getMerchantId()
public void setMerchantId(Long merchantId)
public String getShowPrice()
public void setShowPrice(String showPrice)
public String getProItemSet()
public void setProItemSet(String proItemSet)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public String getClassifyDesc()
public void setClassifyDesc(String classifyDesc)
public Integer getStock()
public void setStock(Integer stock)
public BigDecimal getPrice()
public void setPrice(BigDecimal price)
public String getSpuInfo()
public void setSpuInfo(String spuInfo)
public String getSlogan()
public void setSlogan(String slogan)
Copyright © 2021. All rights reserved.