增加日志

This commit is contained in:
2026-02-03 08:54:16 +08:00
parent 10bf712006
commit 3de5990573
33 changed files with 865 additions and 43 deletions

View File

@@ -180,6 +180,10 @@ public partial class TbSysHotel
public bool? IsNewVersionProtocol { get; set; }
public string? WelcomeBgm { get; set; }
public string? EtvHotelId { get; set; }
public virtual ICollection<TbHost> TbHosts { get; set; } = new List<TbHost>();
public virtual ICollection<TbHotelSeason> TbHotelSeasons { get; set; } = new List<TbHotelSeason>();