tplink配置增加字段
This commit is contained in:
parent
74b3b93a01
commit
7adbdf88b3
|
@ -42,5 +42,5 @@ public class AppTumsConfig implements Serializable {
|
|||
private String ftpUsername; //回放视频转FTP上传用户
|
||||
private String ftpPassword; //回放视频转FTP上传密码
|
||||
private String ftpUploadpath; //回放视频转FTP上传路径
|
||||
private String updateTime; //更新时间
|
||||
private String updateDate; //更新时间
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
ftp_username as ftpUsername,
|
||||
ftp_password as ftpPassword,
|
||||
ftp_uploadpath as ftpUploadpath,
|
||||
update_time as updateTime
|
||||
update_date as updateDate
|
||||
from nu_iot_tplink_tums_base
|
||||
order by id desc
|
||||
limit 1
|
||||
|
|
Loading…
Reference in New Issue