mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-07 01:36:35 +08:00
9 lines
233 B
C#
9 lines
233 B
C#
namespace Yi.Framework.DigitalCollectibles.Application.Contracts.Dtos.Analyse;
|
|
|
|
public class DcValueTopUserDto
|
|
{
|
|
public Guid UserId { get; set; }
|
|
public decimal Value { get; set; }
|
|
|
|
public int Order { get; set; }
|
|
} |