|
|
@@ -2,6 +2,7 @@ package com.taauav.admin.entity; |
|
|
|
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableName; |
|
|
|
import com.taauav.common.domain.BaseEntity; |
|
|
|
import com.taauav.common.domain.Entity; |
|
|
|
import lombok.Data; |
|
|
|
import lombok.EqualsAndHashCode; |
|
|
@@ -21,7 +22,7 @@ import javax.validation.constraints.NotEmpty; |
|
|
|
@EqualsAndHashCode(callSuper = false) |
|
|
|
@Accessors(chain = true) |
|
|
|
@TableName("sys_auth_group_access") |
|
|
|
public class SysAuthGroupAccess { |
|
|
|
public class SysAuthGroupAccess extends BaseEntity { |
|
|
|
|
|
|
|
private static final long serialVersionUID = 1L; |
|
|
|
|