This commit is contained in:
2025-01-23 09:31:56 +08:00
parent 38c4b553bc
commit 1aa1ae5e2b
18 changed files with 171 additions and 76 deletions

View File

@ -11,6 +11,7 @@ public class WvpSyncReqVo {
public static class DeviceItem {
String deviceNo;
String channelNo;
String ip;
Integer online;
Date keepaliveAt;
}