yujian
2019-08-23 89e89fe2b2a1578a94b2e2c8ee81efbfbbf85f08
fanli/src/main/java/com/yeshi/fanli/vo/order/CommonOrderVO.java
@@ -40,7 +40,7 @@
    // 券红包金额
    @Expose
    private BigDecimal couponMoney;
    //   1 淘宝 2 天猫
    // 1 淘宝 2 天猫
     @Expose
    private Integer orderType;
    // 红包状态
@@ -52,7 +52,7 @@
   // 红包类型图片链接
    @Expose
    private String hongBaoTypePic;
    // 订单: 自购 分享 邀请
    // 订单产生的方式: 自购 分享 邀请
     @Expose
    private String orderOrigin;
   // 订单状态
@@ -84,6 +84,10 @@
    @Expose
    private Map<String, Object> rewardDetail;
    
    // 维权信息
    @Expose
    private WeiQuanInfo weiQuanInfo;
    
    
    // 直接收益人-ID
@@ -109,6 +113,8 @@
    private String weiQuanState;//维权状态
    
    private String weiQuanBackMoney;//维权资金
    private Integer otherState; // 1免单
    
   public String getWeiQuanState() {
      return weiQuanState;
@@ -369,4 +375,19 @@
      this.hongbaoId = hongbaoId;
   }
   public Integer getOtherState() {
      return otherState;
   }
   public void setOtherState(Integer otherState) {
      this.otherState = otherState;
   }
   public WeiQuanInfo getWeiQuanInfo() {
      return weiQuanInfo;
   }
   public void setWeiQuanInfo(WeiQuanInfo weiQuanInfo) {
      this.weiQuanInfo = weiQuanInfo;
   }
}