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

fun.fengwk.upms.share.user.model.UserRoleBatchChangeDTO Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package fun.fengwk.upms.share.user.model;

import lombok.Data;

import java.util.List;

/**
 * 批量权限修改DTO
 *
 * @author fengwk
 */
@Data
public class UserRoleBatchChangeDTO {

    /**
     * 授予的角色code列表
     */
    private List grantRoleCodes;

    /**
     * 回收的角色code列表
     */
    private List revokeRoleCodes;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy