oying-system/src/main/java/com/oying/modules/pc/store/view/CustomerStoreView.java
@@ -73,7 +73,13 @@ @ApiModelProperty(value = "配送距离") private Integer deliveryDuration = 0; @ApiModelProperty(value = "配送时长") private Integer deliveryTime = 0; @ApiModelProperty(value = "销量") private Integer totalUnitsSold = 0; @ApiModelProperty(value = "月销售量") private Integer monthlySales = 0; private Integer monthlyUnitsSold = 0; }