fix
Helius
2021-11-09 897ba457e4dc1fa19472ae9a7f9f6a1488169ec7
zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopProductComment.java
@@ -20,7 +20,7 @@
   /**
    * 主键
    */
   private Integer  comId;
   private Long  comId;
         
   
   /**
@@ -182,14 +182,13 @@
      auditStatus = auditStatus;
   }
   public Integer getComId() {
   public Long getComId() {
      return comId;
   }
      public void setComId(Integer comId) {
      this.comId=comId;
   public void setComId(Long comId) {
      this.comId = comId;
   }
   public String getUserId() {
      return userId;