public class AgentProvider extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
INTERVAL_2_25
次次月25
|
static Integer |
INTERVAL_25
次月25
|
static Integer |
STATUS_DISABLE
停用
|
static Integer |
STATUS_ENABLE
启用
|
static Integer |
TYPE_COMPANY
公司
|
static Integer |
TYPE_PERSON
个人
|
static Integer |
VERIFY_STATUS_FAIL
未通过
|
static Integer |
VERIFY_STATUS_TRUE
通过
|
| 构造器和说明 |
|---|
AgentProvider() |
public static final Integer STATUS_DISABLE
public static final Integer STATUS_ENABLE
public static final Integer VERIFY_STATUS_TRUE
public static final Integer VERIFY_STATUS_FAIL
public static final Integer INTERVAL_25
public static final Integer INTERVAL_2_25
public static final Integer TYPE_PERSON
public static final Integer TYPE_COMPANY
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public Integer getType()
public void setType(Integer type)
public String getCreditCode()
public void setCreditCode(String creditCode)
public String getLegalPersonId()
public void setLegalPersonId(String legalPersonId)
public String getLegalPersonName()
public void setLegalPersonName(String legalPersonName)
public String getMobile()
public void setMobile(String mobile)
public String getEmail()
public void setEmail(String email)
public String getBusinessLicense()
public void setBusinessLicense(String businessLicense)
public String getCardPhotos()
public void setCardPhotos(String cardPhotos)
public String getContract()
public void setContract(String contract)
public Integer getAgentLevel()
public void setAgentLevel(Integer agentLevel)
public Integer getStatus()
public void setStatus(Integer status)
public Integer getSettlementInterval()
public void setSettlementInterval(Integer settlementInterval)
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 void setUpdateBy(Long updateBy)
public Integer getVerifyStatus()
public void setVerifyStatus(Integer verifyStatus)
Copyright © 2021. All rights reserved.