增加一些功能,比如 修正重启后,队列消费会报错的问题

This commit is contained in:
2026-04-02 15:16:13 +08:00
parent 182186e1fb
commit c13ab0cb56
25 changed files with 589 additions and 176 deletions

View File

@@ -1312,6 +1312,15 @@ namespace WebSite.Resource {
}
}
/// <summary>
/// 查找类似 CheckIn 的本地化字符串。
/// </summary>
internal static string ChuZuHou {
get {
return ResourceManager.GetString("ChuZuHou", resourceCulture);
}
}
/// <summary>
/// 查找类似 Circuit 的本地化字符串。
/// </summary>
@@ -3022,6 +3031,15 @@ namespace WebSite.Resource {
}
}
/// <summary>
/// 查找类似 Close air condition 的本地化字符串。
/// </summary>
internal static string GuanKongTiao {
get {
return ResourceManager.GetString("GuanKongTiao", resourceCulture);
}
}
/// <summary>
/// 查找类似 Guest Room 的本地化字符串。
/// </summary>
@@ -4462,6 +4480,24 @@ namespace WebSite.Resource {
}
}
/// <summary>
/// 查找类似 No Action 的本地化字符串。
/// </summary>
internal static string MeiDongZuo {
get {
return ResourceManager.GetString("MeiDongZuo", resourceCulture);
}
}
/// <summary>
/// 查找类似 Minute when nobody 的本地化字符串。
/// </summary>
internal static string MeiYouRen {
get {
return ResourceManager.GetString("MeiYouRen", resourceCulture);
}
}
/// <summary>
/// 查找类似 Menu 的本地化字符串。
/// </summary>
@@ -7486,6 +7522,15 @@ namespace WebSite.Resource {
}
}
/// <summary>
/// 查找类似 attemperation 的本地化字符串。
/// </summary>
internal static string TiaoWen {
get {
return ResourceManager.GetString("TiaoWen", resourceCulture);
}
}
/// <summary>
/// 查找类似 Tidy Up The Plate 的本地化字符串。
/// </summary>