xiaoyong931011
2021-04-28 c8a8b556432849bda331f300d659e5f7055d67b2
zq-erp/src/main/java/com/matrix/system/hive/bean/Article.java
@@ -96,14 +96,14 @@
    */
   private Integer commentNum;
   private Long shopId;
   private Long companyId;
   public Long getShopId() {
      return shopId;
   public Long getCompanyId() {
      return companyId;
   }
   public void setShopId(Long shopId) {
      this.shopId = shopId;
   public void setCompanyId(Long companyId) {
      this.companyId = companyId;
   }
   public Integer getCommentNum() {