mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-05-01 13:39:29 +08:00
9 lines
227 B
C#
9 lines
227 B
C#
namespace Yi.Framework.DigitalCollectibles.Application.Contracts.Dtos.Analyse;
|
|
|
|
public class DcPointsTopUserDto
|
|
{
|
|
public Guid UserId { get; set; }
|
|
public int Points { get; set; }
|
|
|
|
public int Order { get; set; }
|
|
} |