jyy
2021-03-19 9108fe37516a05b7af57953cb036e361ae3c86d2
zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopOrderDetails.java
@@ -12,7 +12,15 @@
 */
public class ShopOrderDetails  extends EntityDTO{
   @Extend
   private static final long serialVersionUID = 1L;
   private static final long serialVersionUID = 1L;
   /**
    *支付方式-直接购买
    */
   public  static final int PAYTYPE_MICRO = 1;
   /**
    *支付方式-积分兑换
    */
   public  static final int PAYTYPE_SCORE=2;
   
   /**
@@ -49,7 +57,11 @@
    * 数量
    */
   private Integer  count;
   /**
    * 支付方式1 直接购买 2,积分兑换
    */
   private Integer  payType;
   
   /**
    * 总价
@@ -132,6 +144,14 @@
      this.price = price;
   }
   public Integer getPayType() {
      return payType;
   }
   public void setPayType(Integer payType) {
      this.payType = payType;
   }
   public Integer getCount() {
      return count;
   }