mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-20 16:36:37 +08:00
8 lines
203 B
C#
8 lines
203 B
C#
|
|
using Yi.Framework.Bbs.Domain.Shared.Enums;
|
|||
|
|
|
|||
|
|
namespace Yi.Framework.Bbs.Application.Contracts.Dtos.Analyse;
|
|||
|
|
|
|||
|
|
public class PointsTopUserDto:BaseAnalyseTopUserDto
|
|||
|
|
{
|
|||
|
|
public int Points { get; set; }
|
|||
|
|
}
|