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