增加日志推送,增加房态变化的时候 断电功能
This commit is contained in:
@@ -440,5 +440,9 @@ namespace Domain
|
||||
///// </summary>
|
||||
//public virtual string TCLAppSecret { get; set; }
|
||||
public virtual string ETV_HotelID { get; set; }
|
||||
public virtual int SwitchRoomStatus_PowerOff2 { get; set; }
|
||||
public virtual int SwitchRoomStatus_PowerOff4 { get; set; }
|
||||
public virtual int SwitchRoomStatus_PowerOff8 { get; set; }
|
||||
public virtual int SwitchRoomStatus_PowerOff16 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -74,6 +74,10 @@
|
||||
<property name="IsPushPMSData" column="IsPushPMSData" type="bool" />
|
||||
<property name="HeTongNumber" column="HeTongNumber" type="string" />
|
||||
<property name="ETV_HotelID" column="ETV_HotelID" type="string" />
|
||||
<property name="SwitchRoomStatus_PowerOff2" column="SwitchRoomStatus_PowerOff2" type="int"/>
|
||||
<property name="SwitchRoomStatus_PowerOff4" column="SwitchRoomStatus_PowerOff4" type="int"/>
|
||||
<property name="SwitchRoomStatus_PowerOff8" column="SwitchRoomStatus_PowerOff8" type="int"/>
|
||||
<property name="SwitchRoomStatus_PowerOff16" column="SwitchRoomStatus_PowerOff16" type="int"/>
|
||||
<!--<property name="TCLAppId" column="TCLAppId" type="string" />
|
||||
<property name="TCLAppSecret" column="TCLAppSecret" type="string" />-->
|
||||
</class>
|
||||
|
||||
Reference in New Issue
Block a user