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

com.haoxuer.discover.user.api.domain.simple.MenuSimple Maven / Gradle / Ivy

There is a newer version: 3.3.18-20230117
Show newest version
package com.haoxuer.discover.user.api.domain.simple;


import java.io.Serializable;
import lombok.Data;
import java.util.Date;
import com.fasterxml.jackson.annotation.JsonFormat;
import java.util.List;

/**
*
* Created by BigWorld on 2021年01月11日23:03:48.
*/

@Data
public class MenuSimple implements Serializable {
    private Integer id;
    private String value;
    private String label;
    private String name;

    private String path;

    private String icon;

    private String permission;

    private Integer catalog;

    private Integer sortNum;
    private String ids;

    private Integer menuType;

    private Integer parent;

    private List children;

    private String parentPermission;
    private String  router;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy