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

cn.ennwifi.webframe.ui.shared.module.ResourceNameAuthority Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package cn.ennwifi.webframe.ui.shared.module;

import com.google.gwt.user.client.rpc.IsSerializable;

/**
 * 资源权限对象
 */
public class ResourceNameAuthority implements IsSerializable {
    /**
     * 资源路径
     */
    public String path;

    /**
     * 资源名称
     */
    public String name;

    /**
     * 是否授权
     */
    public Boolean authorized;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy