Helius
2022-05-27 4351e71d782741143a98f86f6648acd16689165f
zq-erp/src/main/java/com/matrix/system/hive/bean/ArticleType.java
@@ -56,6 +56,10 @@
   private String  type;
   private Long shopId;
   private String parentIds;
   private Long companyId;
         
   /**
    * 扩展属性
@@ -81,6 +85,15 @@
   public void setArticle(Article article) {
      this.article = article;
   }*/
   public Long getCompanyId() {
      return companyId;
   }
   public void setCompanyId(Long companyId) {
      this.companyId = companyId;
   }
   public Long getId() {
      return id;
   }
@@ -159,6 +172,14 @@
      this.type=type;
   }
   public String getParentIds() {
      return parentIds;
   }
   public void setParentIds(String parentIds) {
      this.parentIds = parentIds;
   }
   @Override
   public String toString() {
      return "ArticleType [id=" + id + ", articleTypeName=" + articleTypeName