fengxiang
2018-02-05 f1e25082a58c8cb57dd45d226d3a94f4af4a0677
1
2
3
4
5
6
7
8
package com.moral.entity;
 
import lombok.Data;
 
@Data
public class Role {
   private String name;
}