public class Menu extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
STATUS_OFF
下架状态
|
static Integer |
STATUS_ON
上架状态
|
| Constructor and Description |
|---|
Menu() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getIcon() |
Long |
getId() |
Long |
getMerchantId() |
String |
getName() |
Long |
getSort() |
Integer |
getStatus() |
Long |
getTemplateId() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Menu |
setCreateAt(Long createAt) |
Menu |
setCreateBy(Long createBy) |
Menu |
setIcon(String icon) |
Menu |
setId(Long id) |
Menu |
setMerchantId(Long merchantId) |
Menu |
setName(String name) |
Menu |
setSort(Long sort) |
Menu |
setStatus(Integer status) |
Menu |
setTemplateId(Long templateId) |
Menu |
setUpdateAt(Long updateAt) |
Menu |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer STATUS_ON
public static final Integer STATUS_OFF
public Long getId()
public String getName()
public String getIcon()
public Long getTemplateId()
public Long getMerchantId()
public Long getSort()
public Integer getStatus()
public Long getCreateAt()
public Long getCreateBy()
public Long getUpdateAt()
public Long getUpdateBy()
Copyright © 2020. All rights reserved.