rk
9 天以前 8d8ff48ab58d1a8bd7f2308335e8593e55b91d19
1
2
3
4
5
6
7
8
9
10
11
package com.doumee.dao.business.dto;
 
import lombok.Data;
 
@Data
public class RoleRequestParam {
    private String code;//角色编码
    private String name;// 角色名称
    private String id;//编码;
 
}