public class WxFormIdWarehouse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
COUNT
支付类型from_id可以使用三次
|
static Long |
EXPIRED
form_id有效时间 七天
|
static Integer |
FROM
form_id类型:表单
|
static Integer |
ORDER
form_id类型:订单
|
| Constructor and Description |
|---|
WxFormIdWarehouse() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCount() |
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getFormId() |
Long |
getId() |
Integer |
getType() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCount(Integer count) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setFormId(String formId) |
void |
setId(Long id) |
void |
setType(Integer type) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer FROM
public static final Integer ORDER
public static final Long EXPIRED
public static final Integer COUNT
public Long getId()
public void setId(Long id)
public String getFormId()
public void setFormId(String formId)
public Integer getType()
public void setType(Integer type)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public Integer getCount()
public void setCount(Integer count)
public void setUpdateBy(Long updateBy)
public Long getUid()
public void setUid(Long uid)
Copyright © 2018. All Rights Reserved.