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

com.soento.core.lang.FunctionPermission Maven / Gradle / Ivy

package com.soento.core.lang;

import lombok.Getter;
import lombok.Setter;

/**
 * 功能权限
 *
 * @author soento
 */
@Getter
@Setter
public class FunctionPermission extends BaseObject {
    /**
     * 功能Id
     */
    private String id;
    /**
     * 应用
     */
    private String app;
    /**
     * 功能名
     */
    private String name;
    /**
     * 功能路径
     */
    private String uri;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy