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

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

@@ -9,6 +9,7 @@ namespace CommonEntity
{
public int Id { get; set; }
public string HostNumber { get; set; }
public int RoomTypeId { get; set; }
}
public class HostRoomNumberMapping
{