chore: 构建稳定版本
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Yi.Framework.Bbs.Application.Contracts.Dtos.AccessLog
|
||||
{
|
||||
public class AccessLogDto
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public long Number { get; set; }
|
||||
public DateTime? LastModificationTime { get; set; }
|
||||
public DateTime CreationTime { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user