public class GoodsLog extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
CREATE_GOODS
商品日志操作状态 1-创建商品 2-编辑商品 3-上架 4-下架 5-删除(保留,看需求变化)
|
static Integer |
DELETE_GOODS |
static Integer |
GOODS_OFF |
static Integer |
GOODS_ON |
static Integer |
UPDATE_GOODS |
| 构造器和说明 |
|---|
GoodsLog() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getBrandId() |
String |
getBrandName() |
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getCreaterName() |
Long |
getGoodsId() |
String |
getGoodsImg() |
String |
getGoodsName() |
String |
getGoodsNumber() |
Long |
getId() |
Integer |
getOperationDescribe() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setBrandId(Long brandId) |
void |
setBrandName(String brandName) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setCreaterName(String createrName) |
void |
setGoodsId(Long goodsId) |
void |
setGoodsImg(String goodsImg) |
void |
setGoodsName(String goodsName) |
void |
setGoodsNumber(String goodsNumber) |
void |
setId(Long id) |
void |
setOperationDescribe(Integer operationDescribe) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer CREATE_GOODS
public static final Integer UPDATE_GOODS
public static final Integer GOODS_ON
public static final Integer GOODS_OFF
public static final Integer DELETE_GOODS
public Long getId()
public void setId(Long id)
public Long getGoodsId()
public void setGoodsId(Long goodsId)
public String getGoodsNumber()
public void setGoodsNumber(String goodsNumber)
public String getGoodsName()
public void setGoodsName(String goodsName)
public String getGoodsImg()
public void setGoodsImg(String goodsImg)
public Long getBrandId()
public void setBrandId(Long brandId)
public String getBrandName()
public void setBrandName(String brandName)
public Integer getOperationDescribe()
public void setOperationDescribe(Integer operationDescribe)
public String getCreaterName()
public void setCreaterName(String createrName)
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 © 2018. All rights reserved.