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

com.didiglobal.logi.security.common.entity.role.RoleBrief Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.didiglobal.logi.security.common.entity.role;

import lombok.Data;

/**
 * @author cjm
 * 角色简要信息
 */
@Data
public class RoleBrief {

    private Integer id;

    /**
     * 角色名
     */
    private String roleName;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy