namespace Yi.Framework.AiHub.Application.Contracts.Dtos.SystemStatistics; /// /// 利润统计输入 /// public class ProfitStatisticsInput { /// /// 当前成本(RMB) /// public decimal CurrentCost { get; set; } }