yujian
2019-07-31 f4548a3ee46afe45da4ee2a42dc169c575deee9f
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;
   // 订单状态
@@ -109,6 +109,8 @@
    private String weiQuanState;//维权状态
    
    private String weiQuanBackMoney;//维权资金
    private Integer otherState; // 1免单
    
   public String getWeiQuanState() {
      return weiQuanState;
@@ -369,4 +371,12 @@
      this.hongbaoId = hongbaoId;
   }
   public Integer getOtherState() {
      return otherState;
   }
   public void setOtherState(Integer otherState) {
      this.otherState = otherState;
   }
}