支持单位授权与客户端限制

This commit is contained in:
Codex
2026-06-01 11:58:14 +08:00
parent 28adc8143a
commit c136cc2cc8
36 changed files with 861 additions and 49 deletions

View File

@@ -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