背景音乐和 故障上报 宝易系统
This commit is contained in:
@@ -183,6 +183,15 @@ namespace Domain
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 背景音乐
|
||||
/// </summary>
|
||||
public virtual string WelcomeBGM
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 离房提示:拔卡结束提示语
|
||||
/// </summary>
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
<property name="AssociatedAccount" column="AssociatedAccount" type="string" />
|
||||
<property name="IsAutoGetKey" column="IsAutoGetKey" type="bool" />
|
||||
<property name="WelcomeSpeech" column="WelcomeSpeech" type="string" />
|
||||
<property name="WelcomeBGM" column="WelcomeBGM" type="string" />
|
||||
<property name="GoodbyeSpeech" column="GoodbyeSpeech" type="string" />
|
||||
<property name="DomainUrl" column="DomainUrl" type="string" />
|
||||
<property name="ValidateDate" column="ValidateDate" type="DateTime" />
|
||||
|
||||
Reference in New Issue
Block a user