@@ -1407,6 +1407,9 @@ public class DeviceInfoDto {
@ApiModelProperty(value = "0元订单笔数")
private Integer zeroCount;
+ @ApiModelProperty(value = "利润")
+ private Integer profit;
+
}
/**