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

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

@@ -37,6 +37,9 @@ public class SandboxConfig implements Serializable {
@TableField(value = "user_id")
private Long userId;
@TableField(value = "group_id")
private Long groupId;
@TableField(value = "name")
private String name;
@@ -75,4 +78,4 @@ public class SandboxConfig implements Serializable {
@TableField(value = "modified")
private Date modified;
}
}