支持多网卡

This commit is contained in:
648540858
2022-10-26 17:15:29 +08:00
parent f3454caaf6
commit 1ab73f69eb
19 changed files with 475 additions and 434 deletions

View File

@@ -13,6 +13,9 @@ alter table device
alter table device
add sdpIp varchar(50) default null;
alter table device
add localIp varchar(50) default null;
alter table device
add password varchar(255) default null;