Files

14 lines
246 B
C#
Raw Permalink Normal View History

2025-11-21 08:48:01 +08:00
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; }
}