支持单位授权与客户端限制
This commit is contained in:
@@ -43,6 +43,21 @@ public class SysGroup {
|
||||
*/
|
||||
private Integer maxUserCount;
|
||||
|
||||
/**
|
||||
* 最大客户端数,-1 表示不限制
|
||||
*/
|
||||
private Integer maxClientCount;
|
||||
|
||||
/**
|
||||
* 授权开关:1-已授权,0-未授权
|
||||
*/
|
||||
private Integer authEnabled;
|
||||
|
||||
/**
|
||||
* 授权到期时间,空表示不过期
|
||||
*/
|
||||
private Date expireTime;
|
||||
|
||||
/**
|
||||
* 来源:1-系统内置,2-用户自定义
|
||||
* @see SourceEnum
|
||||
|
||||
Reference in New Issue
Block a user