EFCore重新生成
如题
This commit is contained in:
21
DAL/PGModels/StatisticsTotal.cs
Normal file
21
DAL/PGModels/StatisticsTotal.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace DAL.PGModels;
|
||||
|
||||
public partial class StatisticsTotal
|
||||
{
|
||||
public long Id { get; set; }
|
||||
|
||||
public string? HotelCode { get; set; }
|
||||
|
||||
public int? TxCount { get; set; }
|
||||
|
||||
public string? HostNumber { get; set; }
|
||||
|
||||
public string? Mac { get; set; }
|
||||
|
||||
public int? RxCount { get; set; }
|
||||
|
||||
public string? UpdateTime { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user