添加utf-8解析设备信息

This commit is contained in:
648540858
2021-09-13 16:08:40 +08:00
parent 69734af3ba
commit 5e8a7ce21e
11 changed files with 244 additions and 16 deletions

View File

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