public class GoodsSku extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
DEFAULT_SORT
初始顺序
|
static Integer |
SHELF_OFF
下架状态
|
static Integer |
SHELF_ON
上架状态
|
static Integer |
SHORT_PERIOD_NO
sku是否包含短租租期 1-无短租 2-有短租
|
static Integer |
SHORT_PERIOD_YES |
| 构造器和说明 |
|---|
GoodsSku() |
public static final Integer SHELF_ON
public static final Integer SHELF_OFF
public static final Integer DEFAULT_SORT
public static final Integer SHORT_PERIOD_NO
public static final Integer SHORT_PERIOD_YES
public Long getId()
public void setId(Long id)
public Long getGoodsId()
public void setGoodsId(Long goodsId)
public String getSkuNumber()
public void setSkuNumber(String skuNumber)
public String getSkuAttributes()
public void setSkuAttributes(String skuAttributes)
public String getSkuDetails()
public void setSkuDetails(String skuDetails)
public Integer getSkuHash()
public void setSkuHash(Integer skuHash)
public BigDecimal getKeepFee()
public void setKeepFee(BigDecimal keepFee)
public String getSecurityIds()
public void setSecurityIds(String securityIds)
public Long getIncreaseNum()
public void setIncreaseNum(Long increaseNum)
public Integer getStock()
public void setStock(Integer stock)
public Integer getTotalSales()
public void setTotalSales(Integer totalSales)
public Integer getShelfStatus()
public void setShelfStatus(Integer shelfStatus)
public Integer getSort()
public void setSort(Integer sort)
public Integer getShortPeriodStatus()
public void setShortPeriodStatus(Integer shortPeriodStatus)
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 static void main(String[] args)
Copyright © 2018. All rights reserved.