935090232@qq.com
2021-10-25 1d8b7df974e1fbdacff7632b05bdc30d78a6a8c1
zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopActivitiesSeckillRecord.java
@@ -36,7 +36,7 @@
   /**
    * 用户主键
    */
   private String  userId;
   private Long  userId;
   private Long actId;
@@ -94,11 +94,11 @@
      this.orderId=orderId;
   }
   public String getUserId() {
   public Long getUserId() {
      return userId;
   }
   public void setUserId(String userId) {
   public void setUserId(Long userId) {
      this.userId = userId;
   }