jyy
2021-06-12 393d296e43f0e5f11e524cab5446bcd3eee94e89
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;