public class Supplier extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
STATUS_INVALID
无效
|
static Integer |
STATUS_NORMAL
正常
|
| 构造器和说明 |
|---|
Supplier() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAddress() |
String |
getContacts() |
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getDescription() |
Long |
getId() |
Long |
getMerchantId() |
String |
getPhone() |
Integer |
getStatus() |
String |
getSupplierName() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setAddress(String address) |
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 |
setPhone(String phone) |
void |
setStatus(Integer status) |
void |
setSupplierName(String supplierName) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer STATUS_NORMAL
public static final Integer STATUS_INVALID
public Long getId()
public void setId(Long id)
public String getSupplierName()
public void setSupplierName(String supplierName)
public String getPhone()
public void setPhone(String phone)
public String getAddress()
public void setAddress(String address)
public String getContacts()
public void setContacts(String contacts)
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)
Copyright © 2022. All rights reserved.