ruoyi-service/ruoyi-order/src/main/java/com/ruoyi/order/vo/OrderPageListVo.java
@@ -37,6 +37,8 @@ private Integer status; @ApiModelProperty("配送方式(1=自提,2=快递)") private Integer distributionMode; @ApiModelProperty("获得分佣") private BigDecimal getCommission; /** * 用户id */ @@ -44,6 +46,8 @@ @ApiModelProperty("售后订单id") private String refundPassId; private Integer shopId; public BigDecimal getGetPoint(){ return point; }