修改一些BUG
修改碳达人问题,增加小数,增加门锁的支持
This commit is contained in:
26
CommonEntity/LMRegisterInfo.cs
Normal file
26
CommonEntity/LMRegisterInfo.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace CommonEntity
|
||||
{
|
||||
public class LMRegisterInfo
|
||||
{
|
||||
// 基础信息
|
||||
public string HotelCode { get; set; }
|
||||
public string RoomNumber { get; set; }
|
||||
public string HostNumber { get; set; }
|
||||
public string MAC { get; set; }
|
||||
|
||||
// 网络信息
|
||||
public string EndPoint { get; set; }
|
||||
public byte[] Original_Data { get; set; }
|
||||
public string CurrentDateTime { get; set; }
|
||||
public long UnixTime { get; set; }
|
||||
//public string ConfigVersion { get; set; }
|
||||
//public string SubnetMask { get; set; }
|
||||
//public string Gateway { get; set; }
|
||||
//public string DNS { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user