xuhy
2025-01-15 c27c1f2beb4ca89a94eaa854fce6b4553db8f2f8
ruoyi-service/ruoyi-order/src/main/java/com/ruoyi/order/vo/OrderPageListVo.java
@@ -35,12 +35,20 @@
   private BigDecimal point;
   @ApiModelProperty("订单状态(1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价)")
   private Integer status;
   @ApiModelProperty("物流类型(1=自提,2=快递)")
   private Integer expressType;
   @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;
   }
}