jyy
2021-05-12 e983171fa55121c9852d0ce723211ec0f1ed719f
zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopSearchRecord.java
@@ -22,7 +22,7 @@
   /**
    * 用户id
    */
   private String  userId;
   private Long  userId;
         
   
   /**
@@ -84,11 +84,11 @@
   }
      
   public String getUserId() {
   public Long getUserId() {
      return userId;
   }
      
      public void setUserId(String userId) {
      public void setUserId(Long userId) {
      this.userId=userId;
   }