public class Doc extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
RECOMMEND_STATUS_DOING
推荐中
|
static Integer |
RECOMMEND_STATUS_NOT
不推荐
|
static Integer |
RECOMMEND_STATUS_YES
推荐完成
|
static Integer |
STATUS_DISABLE
屏蔽
|
static Integer |
STATUS_NOT_REVIEW
未审核
|
static Integer |
STATUS_PASS
通过
|
static Integer |
STATUS_REJECT
驳回
|
| 构造器和说明 |
|---|
Doc() |
public static final Integer STATUS_NOT_REVIEW
public static final Integer STATUS_PASS
public static final Integer STATUS_REJECT
public static final Integer STATUS_DISABLE
public static final Integer RECOMMEND_STATUS_NOT
public static final Integer RECOMMEND_STATUS_DOING
public static final Integer RECOMMEND_STATUS_YES
public Long getId()
public void setId(Long id)
public Long getMerchantId()
public void setMerchantId(Long merchantId)
public String getSerialNumber()
public void setSerialNumber(String serialNumber)
public String getPublisher()
public void setPublisher(String publisher)
public String getTitle()
public void setTitle(String title)
public String getIntro()
public void setIntro(String intro)
public String getContent()
public void setContent(String content)
public Integer getStatus()
public void setStatus(Integer status)
public Long getReviewAt()
public void setReviewAt(Long reviewAt)
public Long getReviewBy()
public void setReviewBy(Long reviewBy)
public String getReviewDesc()
public void setReviewDesc(String reviewDesc)
public String getAuthorInfo()
public void setAuthorInfo(String authorInfo)
public String getPhone()
public void setPhone(String phone)
public String getAddress()
public void setAddress(String address)
public String getDocInfo()
public void setDocInfo(String docInfo)
public String getUnit()
public void setUnit(String unit)
public String getReferrer()
public void setReferrer(String referrer)
public Integer getVoteCount()
public void setVoteCount(Integer voteCount)
public Integer getFavorCount()
public void setFavorCount(Integer favorCount)
public Integer getCollectCount()
public void setCollectCount(Integer collectCount)
public Integer getCommentCount()
public void setCommentCount(Integer commentCount)
public Integer getRecommendStatus()
public void setRecommendStatus(Integer recommendStatus)
public Float getScore()
public void setScore(Float score)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
Copyright © 2022. All rights reserved.