feat: 新增用户信息
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Yi.Framework.DigitalCollectibles.Application.Contracts.Dtos.Collectibles;
|
||||
|
||||
public class CollectiblesAccountInfoDto
|
||||
{
|
||||
public decimal TotalValue { get; set; }
|
||||
}
|
||||
@@ -6,5 +6,5 @@ public class ShelvedGoodsDto
|
||||
public Guid CollectiblesId { get; set; }
|
||||
public int Number { get; set; }
|
||||
|
||||
public decimal Mmoney { get; set; }
|
||||
public decimal Money { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user