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