增加日志
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user