mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-10 19:50:53 +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; }
|
|
} |