初始化
This commit is contained in:
13
DAL/New_Models/RoomNoBodyHowToLog.cs
Normal file
13
DAL/New_Models/RoomNoBodyHowToLog.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
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; }
|
||||
}
|
||||
Reference in New Issue
Block a user