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

com.github.wzc789376152.shiro.properties.ShiroUrlPer Maven / Gradle / Ivy

The newest version!
package com.github.wzc789376152.shiro.properties;

public class ShiroUrlPer {
    /**
     * 访问路由
     */
    private String url;
    /**
     * 访问权限
     */
    private String per;

    public String getUrl() {
        return url;
    }

    public void setUrl(String url) {
        this.url = url;
    }

    public String getPer() {
        return per;
    }

    public void setPer(String per) {
        this.per = per;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy