public class Menu extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
STATUS_OFF
下架状态
|
static Integer |
STATUS_ON
上架状态
|
| 构造器和说明 |
|---|
Menu() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.