public class DeptInfo extends BaseEntity implements Serializable
| 构造器和说明 |
|---|
DeptInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDeptAddress() |
String |
getDeptCode() |
String |
getDeptName() |
String |
getDeptTel() |
String |
getDistance() |
String |
getIsDelivery() |
String |
getIsInside() |
String |
getIsPickup() |
String |
getIsReceive() |
void |
setDeptAddress(String deptAddress) |
void |
setDeptCode(String deptCode) |
void |
setDeptName(String deptName) |
void |
setDeptTel(String deptTel) |
void |
setDistance(String distance) |
void |
setIsDelivery(String isDelivery) |
void |
setIsInside(String isInside) |
void |
setIsPickup(String isPickup) |
void |
setIsReceive(String isReceive) |
compareTo, equals, getCreateDate, getCreateUser, getId, getModifyDate, getModifyUser, hashCode, setCreateDate, setCreateUser, setId, setModifyDate, setModifyUserpublic String getIsPickup()
public void setIsPickup(String isPickup)
isPickup - the isPickup to setpublic String getDeptAddress()
public void setDeptAddress(String deptAddress)
deptAddress - the deptAddress to setpublic String getDeptCode()
public void setDeptCode(String deptCode)
deptCode - the deptCode to setpublic String getDeptName()
public void setDeptName(String deptName)
deptName - the deptName to setpublic String getDeptTel()
public void setDeptTel(String deptTel)
deptTel - the deptTel to setpublic String getDistance()
public void setDistance(String distance)
distance - the distance to setpublic String getIsDelivery()
public void setIsDelivery(String isDelivery)
isDelivery - the isDelivery to setpublic String getIsInside()
public void setIsInside(String isInside)
isInside - the isInside to setpublic String getIsReceive()
public void setIsReceive(String isReceive)
isReceive - the isReceive to setCopyright © 2018. All rights reserved.