From ef5e23c3e20268c56a2bf600e4ba20c9e9eba48f Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Sun, 3 Dec 2023 09:52:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=86=B2=E5=87=BB=E4=B8=BB?= =?UTF-8?q?=E5=8A=9B=E6=9C=9F=E7=9A=84=E6=8C=87=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Dto/Response/TrusteeshipTaskResponse.cs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/SBF.Model/Dto/Response/TrusteeshipTaskResponse.cs b/SBF.Model/Dto/Response/TrusteeshipTaskResponse.cs index de51eab..0f96386 100644 --- a/SBF.Model/Dto/Response/TrusteeshipTaskResponse.cs +++ b/SBF.Model/Dto/Response/TrusteeshipTaskResponse.cs @@ -121,15 +121,15 @@ namespace SBF.Model.Dto /// public decimal? Recent7dPopluarizeLevelGOI { get; set; } - /// - /// 最近7天推广花费 - /// - public decimal? Recent7dCost { get; set; } - - /// - /// 最近7天商品毛利 - /// - public decimal? Recent7dProductLevelProfit { get; set; } + ///// + ///// 最近7天推广花费 + ///// + //public decimal? Recent7dCost { get; set; } + + ///// + ///// 最近7天商品毛利 + ///// + //public decimal? Recent7dProductLevelProfit { get; set; } ///