| | |
| | | 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; |
| | | /** |
| | |
| | | /** |
| | | * 创建时间 |
| | | */ |
| | | @JsonFormat(pattern = DateUtil.DATE_FORMAT_SS, timezone = "GMT+8") |
| | | private Date createtiem; |
| | | |
| | | |
| | |
| | | */ |
| | | 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() { |