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