mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 00:00:58 +08:00
6 lines
160 B
C#
6 lines
160 B
C#
namespace Yi.Framework.Bbs.Application.Contracts.Dtos.Analyse;
|
|
|
|
public class ValueTopUserDto:BaseAnalyseTopUserDto
|
|
{
|
|
public decimal Value { get; set; }
|
|
} |