类 EbWechatCallback

java.lang.Object
com.walker.jdbc.BasePo<EbWechatCallback>
com.ishop.model.po.EbWechatCallback
所有已实现的接口:
Serializable, Cloneable
直接已知子类:
EbWechatCallback_mapper

public class EbWechatCallback extends com.walker.jdbc.BasePo<EbWechatCallback>
表名:EB_WECHAT_CALLBACK *
作者:
genrator
另请参阅:
  • 字段详细资料

    • isset_id

      protected boolean isset_id
    • isset_toUserName

      protected boolean isset_toUserName
    • isset_fromUserName

      protected boolean isset_fromUserName
    • isset_createTime

      protected boolean isset_createTime
    • isset_msgType

      protected boolean isset_msgType
    • isset_event

      protected boolean isset_event
    • isset_content

      protected boolean isset_content
    • isset_addTime

      protected boolean isset_addTime
  • 构造器详细资料

    • EbWechatCallback

      public EbWechatCallback()
      默认构造函数
    • EbWechatCallback

      public EbWechatCallback(Long id)
      根据主键构造对象
  • 方法详细资料

    • setPkValue

      public void setPkValue(Object value)
      设置主键值
      指定者:
      setPkValue 在类中 com.walker.jdbc.BasePo<EbWechatCallback>
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • isEmptyId

      public boolean isEmptyId()
    • getToUserName

      public String getToUserName()
    • setToUserName

      public void setToUserName(String toUserName)
    • isEmptyToUserName

      public boolean isEmptyToUserName()
    • getFromUserName

      public String getFromUserName()
    • setFromUserName

      public void setFromUserName(String fromUserName)
    • isEmptyFromUserName

      public boolean isEmptyFromUserName()
    • getCreateTime

      public Long getCreateTime()
    • setCreateTime

      public void setCreateTime(Long createTime)
    • isEmptyCreateTime

      public boolean isEmptyCreateTime()
    • getMsgType

      public String getMsgType()
    • setMsgType

      public void setMsgType(String msgType)
    • isEmptyMsgType

      public boolean isEmptyMsgType()
    • getEvent

      public String getEvent()
    • setEvent

      public void setEvent(String event)
    • isEmptyEvent

      public boolean isEmptyEvent()
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • isEmptyContent

      public boolean isEmptyContent()
    • getAddTime

      public Long getAddTime()
    • setAddTime

      public void setAddTime(Long addTime)
    • isEmptyAddTime

      public boolean isEmptyAddTime()
    • toString

      public String toString()
      重写 toString() 方法
      覆盖:
      toString 在类中 Object
    • $clone

      public EbWechatCallback $clone()
      克隆