初始化
This commit is contained in:
22
TestWebSocket/facedevicerxtxinfo.cs
Normal file
22
TestWebSocket/facedevicerxtxinfo.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace TestWebSocket
|
||||
{
|
||||
public class facedevicerxtxinfo
|
||||
{
|
||||
public int pmsid { get; set; }
|
||||
public string sn { get; set; }
|
||||
public string msgid { get; set; }
|
||||
public string cmd { get; set; }
|
||||
public string data { get; set; }
|
||||
public DateTime datatime { get; set; }
|
||||
public string direction { get; set; }
|
||||
public int trresult { get; set; }
|
||||
public string ipaddr { get; set; }
|
||||
public string iplocation { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user