xiaoyong931011
2021-04-08 d6e902a48df4264d6dbf6ff0c9799c3c30c9d9ff
zq-erp/src/main/java/com/matrix/system/hive/bean/Article.java
@@ -1,5 +1,8 @@
package com.matrix.system.hive.bean;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.matrix.core.tools.DateUtil;
import java.util.Date;
import java.io.Serializable;
/**
@@ -65,6 +68,7 @@
   /**
    * 创建时间
    */
   @JsonFormat(pattern = DateUtil.DATE_FORMAT_SS, timezone = "GMT+8")
   private Date  createtiem;
         
   
@@ -92,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() {