public class Sku extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
STATUS_DEL
已删除
|
static Integer |
STATUS_OFF
下架
|
static Integer |
STATUS_ON
上架
|
| 构造器和说明 |
|---|
Sku() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getMerchantId() |
String |
getPic() |
BigDecimal |
getPrice() |
String |
getProItemSet() |
Integer |
getSales() |
String |
getShowPrice() |
Long |
getSpuId() |
Integer |
getStatus() |
Integer |
getStock() |
String |
getTitle() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
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 |
setSpuId(Long spuId) |
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_DEL
public static final Integer STATUS_OFF
public static final Integer STATUS_ON
public Long getId()
public void setId(Long id)
public String getTitle()
public void setTitle(String title)
public Long getSpuId()
public void setSpuId(Long spuId)
public Integer getStatus()
public void setStatus(Integer status)
public Integer getStock()
public void setStock(Integer stock)
public Integer getSales()
public void setSales(Integer sales)
public Long getMerchantId()
public void setMerchantId(Long merchantId)
public BigDecimal getPrice()
public void setPrice(BigDecimal price)
public String getShowPrice()
public void setShowPrice(String showPrice)
public String getPic()
public void setPic(String pic)
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)
Copyright © 2021. All rights reserved.