类 Wx_reply
- java.lang.Object
-
- cn.wizzer.framework.base.model.BaseModel
-
- cn.wizzer.app.wx.modules.models.Wx_reply
-
- 所有已实现的接口:
Serializable
@Table("wx_reply") public class Wx_reply extends cn.wizzer.framework.base.model.BaseModel implements SerializableCreated by wizzer on 2016/7/2.- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 Wx_reply()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetContent()StringgetId()StringgetKeyword()StringgetMsgType()Wx_reply_imggetReplyImg()Wx_reply_newsgetReplyNews()Wx_reply_txtgetReplyTxt()StringgetSys_unit_id()StringgetType()Wx_configgetWxConfig()StringgetWxid()voidsetContent(String content)voidsetId(String id)voidsetKeyword(String keyword)voidsetMsgType(String msgType)voidsetReplyImg(Wx_reply_img replyImg)voidsetReplyNews(Wx_reply_news replyNews)voidsetReplyTxt(Wx_reply_txt replyTxt)voidsetSys_unit_id(String sys_unit_id)voidsetType(String type)voidsetWxConfig(Wx_config wxConfig)voidsetWxid(String wxid)
-
-
-
方法详细资料
-
getId
public String getId()
-
setId
public void setId(String id)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getMsgType
public String getMsgType()
-
setMsgType
public void setMsgType(String msgType)
-
getKeyword
public String getKeyword()
-
setKeyword
public void setKeyword(String keyword)
-
getContent
public String getContent()
-
setContent
public void setContent(String content)
-
getWxid
public String getWxid()
-
setWxid
public void setWxid(String wxid)
-
getWxConfig
public Wx_config getWxConfig()
-
setWxConfig
public void setWxConfig(Wx_config wxConfig)
-
getSys_unit_id
public String getSys_unit_id()
-
setSys_unit_id
public void setSys_unit_id(String sys_unit_id)
-
getReplyImg
public Wx_reply_img getReplyImg()
-
setReplyImg
public void setReplyImg(Wx_reply_img replyImg)
-
getReplyNews
public Wx_reply_news getReplyNews()
-
setReplyNews
public void setReplyNews(Wx_reply_news replyNews)
-
getReplyTxt
public Wx_reply_txt getReplyTxt()
-
setReplyTxt
public void setReplyTxt(Wx_reply_txt replyTxt)
-
-