feat: 完成

This commit is contained in:
chenchun
2024-10-30 18:25:44 +08:00
parent b2efd065be
commit 505e4b6586
4 changed files with 165 additions and 10 deletions

View File

@@ -5,6 +5,11 @@ namespace Yi.Framework.DigitalCollectibles.Application.Contracts.Dtos.Records;
public class MarketRecordDto:EntityDto<Guid>
{
/// <summary>
/// 当前这条数据是否为购买者,否则为出售者
/// </summary>
public bool IsBuyer { get; set; }
public DateTime CreationTime { get; set; }
/// <summary>
/// 出售数量