delete
This commit is contained in:
tianshuanbao
2025-12-17 10:12:50 +08:00
parent 4b15524845
commit 9deea4b3e9
86 changed files with 0 additions and 5017 deletions

View File

@@ -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; }
}