类 Wx_config
- java.lang.Object
-
- cn.wizzer.framework.base.model.BaseModel
-
- cn.wizzer.app.wx.modules.models.Wx_config
-
- 所有已实现的接口:
Serializable
@Table("wx_config") public class Wx_config extends cn.wizzer.framework.base.model.BaseModel implements SerializableCreated by wizzer on 2016/7/1.- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 Wx_config()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetAccess_token()IntegergetAccess_token_expires()StringgetAccess_token_lastat()StringgetAppid()StringgetAppname()StringgetAppsecret()StringgetEncodingAESKey()StringgetGhid()StringgetId()StringgetPayInfo()StringgetSys_unit_id()StringgetToken()booleanisPayEnabled()voidsetAccess_token(String access_token)voidsetAccess_token_expires(Integer access_token_expires)voidsetAccess_token_lastat(String access_token_lastat)voidsetAppid(String appid)voidsetAppname(String appname)voidsetAppsecret(String appsecret)voidsetEncodingAESKey(String encodingAESKey)voidsetGhid(String ghid)voidsetId(String id)voidsetPayEnabled(boolean payEnabled)voidsetPayInfo(String payInfo)voidsetSys_unit_id(String sys_unit_id)voidsetToken(String token)
-
-
-
方法详细资料
-
getId
public String getId()
-
setId
public void setId(String id)
-
getAppname
public String getAppname()
-
setAppname
public void setAppname(String appname)
-
getGhid
public String getGhid()
-
setGhid
public void setGhid(String ghid)
-
getAppid
public String getAppid()
-
setAppid
public void setAppid(String appid)
-
getAppsecret
public String getAppsecret()
-
setAppsecret
public void setAppsecret(String appsecret)
-
getEncodingAESKey
public String getEncodingAESKey()
-
setEncodingAESKey
public void setEncodingAESKey(String encodingAESKey)
-
getToken
public String getToken()
-
setToken
public void setToken(String token)
-
getAccess_token
public String getAccess_token()
-
setAccess_token
public void setAccess_token(String access_token)
-
getAccess_token_expires
public Integer getAccess_token_expires()
-
setAccess_token_expires
public void setAccess_token_expires(Integer access_token_expires)
-
getAccess_token_lastat
public String getAccess_token_lastat()
-
setAccess_token_lastat
public void setAccess_token_lastat(String access_token_lastat)
-
isPayEnabled
public boolean isPayEnabled()
-
setPayEnabled
public void setPayEnabled(boolean payEnabled)
-
getPayInfo
public String getPayInfo()
-
setPayInfo
public void setPayInfo(String payInfo)
-
getSys_unit_id
public String getSys_unit_id()
-
setSys_unit_id
public void setSys_unit_id(String sys_unit_id)
-
-