@Table(value="wx_reply") public class Wx_reply extends BaseModel implements Serializable
| 构造器和说明 |
|---|
Wx_reply() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContent() |
String |
getId() |
String |
getKeyword() |
String |
getMsgType() |
Wx_reply_img |
getReplyImg() |
Wx_reply_news |
getReplyNews() |
Wx_reply_txt |
getReplyTxt() |
String |
getSys_unit_id() |
String |
getType() |
Wx_config |
getWxConfig() |
String |
getWxid() |
void |
setContent(String content) |
void |
setId(String id) |
void |
setKeyword(String keyword) |
void |
setMsgType(String msgType) |
void |
setReplyImg(Wx_reply_img replyImg) |
void |
setReplyNews(Wx_reply_news replyNews) |
void |
setReplyTxt(Wx_reply_txt replyTxt) |
void |
setSys_unit_id(String sys_unit_id) |
void |
setType(String type) |
void |
setWxConfig(Wx_config wxConfig) |
void |
setWxid(String wxid) |
flag, getDelFlag, getOpAt, getOpBy, now, setDelFlag, setOpAt, setOpBy, toJsonString, uidpublic String getId()
public void setId(String id)
public String getType()
public void setType(String type)
public String getMsgType()
public void setMsgType(String msgType)
public String getKeyword()
public void setKeyword(String keyword)
public String getContent()
public void setContent(String content)
public String getWxid()
public void setWxid(String wxid)
public Wx_config getWxConfig()
public void setWxConfig(Wx_config wxConfig)
public String getSys_unit_id()
public void setSys_unit_id(String sys_unit_id)
public Wx_reply_img getReplyImg()
public void setReplyImg(Wx_reply_img replyImg)
public Wx_reply_news getReplyNews()
public void setReplyNews(Wx_reply_news replyNews)
public Wx_reply_txt getReplyTxt()
public void setReplyTxt(Wx_reply_txt replyTxt)
Copyright © 2020. All rights reserved.