背景音乐和 故障上报 宝易系统

This commit is contained in:
2025-12-23 10:08:11 +08:00
parent 322685fbb8
commit 82ecc76d00
19 changed files with 200 additions and 50 deletions

View File

@@ -183,6 +183,15 @@ namespace Domain
get;
set;
}
/// <summary>
/// 背景音乐
/// </summary>
public virtual string WelcomeBGM
{
get;
set;
}
/// <summary>
/// 离房提示:拔卡结束提示语
/// </summary>

View File

@@ -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" />