ALTER TABLE bus_device_info ADD COLUMN GROUP_ID bigint; create table bus_device_group ( id bigint not null comment '主键', create_time datetime comment '创建时间', update_time datetime comment '修改时间', group_name varchar(255) comment '分组名称', create_id bigint comment '创建人', dept_id bigint comment '所属组织' ); alter table bus_device_group comment '设备分组管理信息';
casic.tenant.excludes 配置项中增加 bus_device_group
casic.no-login-urls 中增加如下配置 ,/sync/risk/dept,/sync/risk/user/list,/sync/risk/device/list