@@ -21,7 +21,7 @@ import javax.validation.constraints.NotEmpty; | |||
@EqualsAndHashCode(callSuper = false) | |||
@Accessors(chain = true) | |||
@TableName("sys_auth_group_access") | |||
public class SysAuthGroupAccess extends Entity { | |||
public class SysAuthGroupAccess { | |||
private static final long serialVersionUID = 1L; | |||