jyy
2021-04-09 81eaf1aea588f309b35a51b836643a5b97f83e3d
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;
   }