package com.moral.entity; import lombok.Data; @Data public class Role { private String name; }