yujian
2019-08-27 d8359ddb48dab5cc797a9d552e11fde571f4920c
fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/MsgMoneyDetail.java
@@ -44,6 +44,8 @@
   private Integer goodsCount;// 商品数
   @Column(name = "mm_order_id")
   private String orderId;// 订单号(返利适用)
   @Column(name = "mm_order_type")
   private Integer orderType;
   @Column(name = "mm_source_id")
   private Extract extract;// 提现详情
   private AlipayAccountValidNormalHistory alipayAccountValid;// 提现账号验证详情
@@ -182,4 +184,12 @@
      this.alipayAccountValid = alipayAccountValid;
   }
   public Integer getOrderType() {
      return orderType;
   }
   public void setOrderType(Integer orderType) {
      this.orderType = orderType;
   }
}