delete
delete
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace DAL.PGModels;
|
||||
|
||||
public partial class BlockIplog
|
||||
{
|
||||
public long Id { get; set; }
|
||||
|
||||
public string? Human { get; set; }
|
||||
|
||||
public DateTime? CreateTime { get; set; }
|
||||
|
||||
public string? BlockContent { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user