jyy
2021-08-20 d5d3d4e6397f23782958748f46c389b85eaafe47
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;
   }