public class Moments extends Object implements Serializable
| 构造器和说明 |
|---|
Moments() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContents() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getJsonInfo() |
Long |
getMerchantId() |
Long |
getNamecardsId() |
Integer |
getPicCount() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
void |
setContents(String contents) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setJsonInfo(String jsonInfo) |
void |
setMerchantId(Long merchantId) |
void |
setNamecardsId(Long namecardsId) |
void |
setPicCount(Integer picCount) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
String |
toString() |
public Long getId()
public String getContents()
public void setId(Long id)
public Long getUserId()
public void setUserId(Long userId)
public Long getMerchantId()
public void setMerchantId(Long merchantId)
public void setContents(String contents)
public Integer getPicCount()
public void setPicCount(Integer picCount)
public String getJsonInfo()
public void setJsonInfo(String jsonInfo)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getNamecardsId()
public void setNamecardsId(Long namecardsId)
Copyright © 2022. All rights reserved.