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