优化设备列表显示效果

This commit is contained in:
648540858
2021-11-04 14:04:06 +08:00
parent 7c6470fbf9
commit 810dceea88
2 changed files with 3 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ create table device
updateTime varchar(50) not null,
port int not null,
expires int not null,
subscribeCycleForCatalog int not null,
hostAddress varchar(50) not null,
charset varchar(50) not null
);