初始化CRICS
This commit is contained in:
23
CommonEntity/SmartVoiceData.cs
Normal file
23
CommonEntity/SmartVoiceData.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace CommonEntity
|
||||
{
|
||||
public class SmartVoiceData
|
||||
{
|
||||
//小度
|
||||
public string HotelCode { get; set; }
|
||||
public string RoomNumber { get; set; }
|
||||
|
||||
public string XiaoDuCUID { get; set; }
|
||||
public string TianMaoCUID { get; set; }
|
||||
public string WelcomeSpeech { get; set; }
|
||||
|
||||
//断电重置
|
||||
public bool IsPowerOffResetXiaoDu { get; set; }
|
||||
public string GoodbyeSpeech { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user