public class Customer extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
CLIENT_ADMIN |
static Integer |
CLIENT_WX
无效
|
static Integer |
STATUS_INVALID
无效
|
static Integer |
STATUS_NORMAL
正常
|
| 构造器和说明 |
|---|
Customer() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAddress() |
Integer |
getClient() |
String |
getContacts() |
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getDescription() |
Long |
getId() |
Long |
getMerchantId() |
String |
getName() |
String |
getPhone() |
Integer |
getStatus() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setAddress(String address) |
void |
setClient(Integer client) |
void |
setContacts(String contacts) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setMerchantId(Long merchantId) |
void |
setName(String name) |
void |
setPhone(String phone) |
void |
setStatus(Integer status) |
void |
setType(Integer type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer STATUS_NORMAL
public static final Integer STATUS_INVALID
public static final Integer CLIENT_WX
public static final Integer CLIENT_ADMIN
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public String getPhone()
public void setPhone(String phone)
public Integer getType()
public void setType(Integer type)
public String getDescription()
public void setDescription(String description)
public Integer getStatus()
public void setStatus(Integer status)
public Long getMerchantId()
public void setMerchantId(Long merchantId)
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 getClient()
public void setClient(Integer client)
public String getAddress()
public void setAddress(String address)
public String getContacts()
public void setContacts(String contacts)
Copyright © 2021. All rights reserved.