@@ -261,6 +261,9 @@ public class MercMiniDeviceDto {
@ApiModelProperty(value = "昨日毛利率 (销售额-成本)/销售额")
private BigDecimal hisGrossProfitMargin;
+ @ApiModelProperty(value = "今日利润")
+ private Integer dayProfit;
+
}