using System; using System.Collections.Generic; namespace DAL.New_Models; public partial class RoomNoBodyHowToLog { public long Id { get; set; } public string? MissionKey { get; set; } public string? CreateTime { get; set; } }