fix
Helius
2021-11-08 9c791d431038fe79a111805762ee2f42c96b51c5
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;