初始化
This commit is contained in:
18
TestWebSocket/pmsLog.cs
Normal file
18
TestWebSocket/pmsLog.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace TestWebSocket
|
||||
{
|
||||
public class pmsLog
|
||||
{
|
||||
public int pmsid { get; set; }
|
||||
public int step { get; set; }
|
||||
public int app { get; set; }
|
||||
public DateTime Creationtime { get; set; }
|
||||
public string message { get; set; }
|
||||
public string Data { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user