fix
Helius
2021-11-11 9bbcd9f08c311e5082271d9eb4db8dd19de87b0e
zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopActivitiesSalonRecord.java
@@ -45,7 +45,7 @@
   /**
    * 用户主键
    */
   private String  userId;
   private Long  userId;
         
   
   /**
@@ -102,11 +102,11 @@
      this.actId=actId;
   }
   public String getUserId() {
   public Long getUserId() {
      return userId;
   }
   public void setUserId(String userId) {
   public void setUserId(Long userId) {
      this.userId = userId;
   }