|
@@ -218,6 +218,8 @@ public class MercMiniDeviceDto {
|
|
@Data
|
|
@Data
|
|
@Accessors(chain = true)
|
|
@Accessors(chain = true)
|
|
public static class DayCountVO {
|
|
public static class DayCountVO {
|
|
|
|
+ @ApiModelProperty(name = "订单总成本价")
|
|
|
|
+ private Integer orderTotalPriceCost;
|
|
|
|
|
|
@ApiModelProperty("订单数")
|
|
@ApiModelProperty("订单数")
|
|
private Integer orderNum;
|
|
private Integer orderNum;
|