mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-05-01 13:39:29 +08:00
7 lines
185 B
C#
7 lines
185 B
C#
namespace Yi.Framework.DigitalCollectibles.Domain.Shared.Caches;
|
|
|
|
public class CollectiblesValueCacheItem
|
|
{
|
|
public Guid UserId { get; set; }
|
|
public decimal Value { get; set; }
|
|
} |