java.lang.Object
net.guerlab.smart.platform.commons.entity.BaseEntity
net.guerlab.smart.wx.service.entity.WxApp
所有已实现的接口:
net.guerlab.spring.commons.dto.Convert<net.guerlab.smart.wx.core.domain.WxAppDTO>, net.guerlab.spring.commons.dto.DefaultConvert<net.guerlab.smart.wx.core.domain.WxAppDTO>

@TableName("wx_app")
public class WxApp
extends net.guerlab.smart.platform.commons.entity.BaseEntity
implements net.guerlab.spring.commons.dto.DefaultConvert<net.guerlab.smart.wx.core.domain.WxAppDTO>
微信应用
作者:
guer
  • 字段概要

    字段 
    修饰符和类型 字段 说明
    static java.lang.Integer DEFAULT_AGENT_ID
    默认企业微信应用ID

    从类继承的字段 net.guerlab.smart.platform.commons.entity.BaseEntity

    version
  • 构造器概要

    构造器 
    构造器 说明
    WxApp()  
  • 方法概要

    从类继承的方法 net.guerlab.smart.platform.commons.entity.BaseEntity

    getVersion, setVersion

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 net.guerlab.spring.commons.dto.DefaultConvert

    convert
  • 字段详细资料

    • DEFAULT_AGENT_ID

      public static final java.lang.Integer DEFAULT_AGENT_ID
      默认企业微信应用ID
  • 构造器详细资料