public class BaseClassifyResource extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
BIZ_TYPE_PROPERTY |
static int |
BIZ_TYPE_SPU |
| Constructor and Description |
|---|
BaseClassifyResource() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBaseClassifyId() |
Long |
getBizId() |
Integer |
getBizType() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setBaseClassifyId(Long baseClassifyId) |
void |
setBizId(Long bizId) |
void |
setBizType(Integer bizType) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final int BIZ_TYPE_SPU
public static final int BIZ_TYPE_PROPERTY
public Long getId()
public void setId(Long id)
public Long getBaseClassifyId()
public void setBaseClassifyId(Long baseClassifyId)
public Long getBizId()
public void setBizId(Long bizId)
public Integer getBizType()
public void setBizType(Integer bizType)
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.