com.feilong.store.system.Menu Maven / Gradle / Ivy
/*
* Copyright (C) 2008 feilong
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.feilong.store.system;
import java.util.Date;
import java.util.List;
/**
* 菜单.
*
* @author yimin.qiao
*
*/
public class Menu{
/** Id. */
private Long id;
/** 菜单名称. */
private String label;
/** 菜单序号. */
private Integer sortNo;
/** 路径. */
private String url;
/** 自身关联. */
private Long parent;
/** 图标. */
private String icon;
/** 状态. */
private Byte status;
/** 创建时间. */
private Date createTime;
/** 更新时间. */
private Date updateTime;
/** The children. */
private List