支持单位授权与客户端限制
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user