All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nbsaas.boot.system.api.domain.response.MenuResponse Maven / Gradle / Ivy

There is a newer version: 1.1.5-2024
Show newest version
package com.nbsaas.boot.system.api.domain.response;

import lombok.*;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
/**
* 响应对象
*/
@Getter
@Setter
@ToString(callSuper = true)
public class MenuResponse  implements Serializable {
/**
* 序列化参数
*/
private static final long serialVersionUID = 1L;


        /**
        * 
        **/
            private Long parent;

        /**
        * 编码
        **/
            private String code;

        /**
        * 菜单类型
        **/
            private Integer catalog;

        /**
        * 
        **/
            private String icon;

        /**
        * 
        **/
            private String permission;

        /**
        * 添加时间
        **/
            private Date addDate;

        /**
        * 
        **/
            private String path;

        /**
        * 
        **/
            private String router;

        /**
        * 深度
        **/
            private Integer depth;

        /**
        * 名称
        **/
            private String name;

        /**
        * ids
        **/
            private String ids;

        /**
        * 是否租户使用
        **/
            private Integer menuType;

        /**
        * 排序号
        **/
            private Integer sortNum;

        /**
        * 主键id
        **/
            private Long id;

        /**
        * 左节点
        **/
            private Integer lft;

        /**
        * 
        **/
            private Long nums;

        /**
        * 右节点
        **/
            private Integer rgt;

        /**
        * 最新修改时间
        **/
            private Date lastDate;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy