' NuGet 安装:Newtonsoft.Json Imports Newtonsoft.Json Public Class Program ' Public Property IsOk As Boolean ' Public Property Message As Object ' Public Property Status As Integer ' Public Property Response As DeviceInfo End Class Public Class DeviceInfo ' Public Property ClientId As Integer ' Public Property MachineType As Integer ' Public Property Uuid As String ' Public Property OrderNo As String ' 'Public Property ProductId As Integer ' Public Property DeviceName As String ' Public Property SecretKey As String ' 原始字符串,仅做存储 ' Public Property CreateTimeStr As String ' Public Property CreateTimeUnix As Long ' Public Property UpdateTimeStr As String ' Public Property UpdateTimeUnix As Long ' Public Property HotelCode As Object ' Public Property Remark As String ' Public Property ExcelFileName As Object ' Public Property ExcelBatchFlag As Long ' Public Property ClientStatus As Object ' Public Property IsDelete As Boolean ' Public Property BrandId As Object ' Public Property McuUuid As String End Class