ZhuDongming
2019-06-05 2b9c0e19babda8b4828d396bd0c2f97be3a0c0a4
1
2
3
4
5
6
7
8
package com.moral.entity;
 
import lombok.Data;
 
@Data
public class Role {
   private String name;
}