修改一些BUG
This commit is contained in:
17
CommonEntity/AirConditionAlert.cs
Normal file
17
CommonEntity/AirConditionAlert.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace CommonEntity
|
||||
{
|
||||
public struct AirConditionAlert
|
||||
{
|
||||
public string HotelCode { get; set; }
|
||||
public string HostNumber { get; set; }
|
||||
public string DeviceAddress { get; set; }
|
||||
public int SetTemperature { get; set; }
|
||||
public int CurrentTemperature { get; set; }
|
||||
public DateTime UpdateDateTime { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -118,6 +118,8 @@ namespace CommonEntity
|
||||
public static string CleanFCS_TriggerCount = "CleanFCS_TriggerCount";
|
||||
public static string FCSOrder = "FCSOrder";
|
||||
public static string FCSRoom_Mapping_Order = "FCS_R_M_O";
|
||||
|
||||
public static string KongTiaoAlert = "KT#Alert";
|
||||
}
|
||||
public class ChangLiangValue
|
||||
{
|
||||
|
||||
@@ -55,6 +55,7 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="AirConditionAlert.cs" />
|
||||
<Compile Include="CacheDTO.cs" />
|
||||
<Compile Include="CacheKey.cs" />
|
||||
<Compile Include="DataTongJi.cs" />
|
||||
|
||||
Reference in New Issue
Block a user