EFCore重新生成
如题
This commit is contained in:
19
DAL/PGModels/Qingao.cs
Normal file
19
DAL/PGModels/Qingao.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace DAL.PGModels;
|
||||
|
||||
public partial class Qingao
|
||||
{
|
||||
public long Id { get; set; }
|
||||
|
||||
public string? RoomNumber { get; set; }
|
||||
|
||||
public string? HotelCode { get; set; }
|
||||
|
||||
public string? TakeCardStatus { get; set; }
|
||||
|
||||
public DateTime? CurrentTime { get; set; }
|
||||
|
||||
public bool? IsTriggerWelcomeMsg { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user