public class BaseClassifyResource extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
BIZ_TYPE_PROPERTY |
static int |
BIZ_TYPE_SPU |
| 构造器和说明 |
|---|
BaseClassifyResource() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2022. All rights reserved.