feat: 添加bbs首页接口

This commit is contained in:
陈淳
2023-12-12 17:56:11 +08:00
parent 45b86761f6
commit 3461ae1fdf
5 changed files with 1046 additions and 6 deletions

View File

@@ -2,7 +2,6 @@
{
public class AccessLogDto
{
public Guid Id { get; set; }
public long Number { get; set; }
public DateTime? LastModificationTime { get; set; }
public DateTime CreationTime { get; set; }