luodangjia
2025-01-24 c90a8ac772937f8f084356ea1f04c5dba1d9e5d5
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;
   }