This commit is contained in:
parent
15be91a766
commit
62c5998830
|
@ -7,6 +7,12 @@ import lombok.EqualsAndHashCode;
|
|||
import net.maku.framework.mybatis.entity.BaseEntity;
|
||||
import net.maku.system.enums.UserStatusEnum;
|
||||
|
||||
/**
|
||||
* 用户
|
||||
*
|
||||
* @author 阿沐 babamu@126.com
|
||||
* <a href="https://maku.net">MAKU</a>
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@TableName("sys_user")
|
||||
|
|
|
@ -5,6 +5,9 @@ import lombok.Getter;
|
|||
|
||||
/**
|
||||
* 数据范围枚举
|
||||
*
|
||||
* @author 阿沐 babamu@126.com
|
||||
* <a href="https://maku.net">MAKU</a>
|
||||
*/
|
||||
@Getter
|
||||
@AllArgsConstructor
|
||||
|
|
|
@ -7,6 +7,9 @@ import java.util.Objects;
|
|||
|
||||
/**
|
||||
* 超级管理员枚举
|
||||
*
|
||||
* @author 阿沐 babamu@126.com
|
||||
* <a href="https://maku.net">MAKU</a>
|
||||
*/
|
||||
@Getter
|
||||
@AllArgsConstructor
|
||||
|
|
Loading…
Reference in New Issue
Block a user