public class Goods extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
HIGH_PRICE_FIRST_MODE |
static String |
HIGH_PRICE_FIRST_STRING |
static int |
LOW_PRICE_FIRST_MODE |
static String |
LOW_PRICE_FIRST_STRING |
static Integer |
SHELF_OFF
下架状态
|
static Integer |
SHELF_ON
上架状态
|
static Integer |
SHORT_PERIOD_NO
是否包含上架的包含短租租期的sku 1-无上架短租sku 2-有上架短租sku
|
static Integer |
SHORT_PERIOD_YES |
static int |
STOCK_DESC_MODE
排序方式
|
static String |
STOCK_DESC_STRING |
static int |
TOTAL_SALES_DESC_MODE |
static String |
TOTAL_SALES_DESC_STRING |
static int |
UPDATE_AT_DESC_MODE |
static String |
UPDATE_AT_DESC_STRING |
| 构造器和说明 |
|---|
Goods() |
public static final Integer SHELF_ON
public static final Integer SHELF_OFF
public static final int STOCK_DESC_MODE
public static final int UPDATE_AT_DESC_MODE
public static final int TOTAL_SALES_DESC_MODE
public static final int LOW_PRICE_FIRST_MODE
public static final int HIGH_PRICE_FIRST_MODE
public static final Integer SHORT_PERIOD_NO
public static final Integer SHORT_PERIOD_YES
public Long getId()
public void setId(Long id)
public Long getGoodsSortId()
public void setGoodsSortId(Long goodsSortId)
public String getGoodsNumber()
public void setGoodsNumber(String goodsNumber)
public String getGoodsName()
public void setGoodsName(String goodsName)
public String getSearchKeyWords()
public void setSearchKeyWords(String searchKeyWords)
public Long getBrandId()
public void setBrandId(Long brandId)
public String getPcImg()
public void setPcImg(String pcImg)
public String getWxImg()
public void setWxImg(String wxImg)
public Integer getRentPeriod()
public void setRentPeriod(Integer rentPeriod)
public BigDecimal getLowestRentFee()
public void setLowestRentFee(BigDecimal lowestRentFee)
public BigDecimal getHighestRentFee()
public void setHighestRentFee(BigDecimal highestRentFee)
public Integer getTotalSales()
public void setTotalSales(Integer totalSales)
public Integer getStock()
public void setStock(Integer stock)
public Integer getShelfStatus()
public void setShelfStatus(Integer shelfStatus)
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)
Copyright © 2019. All rights reserved.