public class WarehouseReqModel extends Object
| 构造器和说明 |
|---|
WarehouseReqModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAddress()
详细地址
|
Long |
getArea()
面积 平方米单位*1e4
|
Long |
getElevation()
海拔 米单位*1e2
|
Long |
getHeight()
仓库高度 米单位*1e2
|
Long |
getLatitude()
纬度 度数单位*1e9
|
Long |
getLongitude()
经度 度数单位*1e9
|
String |
getNation()
所在国家,中国
|
String |
getOtherInfo()
其他信息
|
String |
getStatus()
仓库状态, AVAILABLE, IN_USE, DELETED, 自定义
|
String |
getType()
仓库类型
|
void |
setAddress(String address)
详细地址
|
void |
setArea(Long area)
面积 平方米单位*1e4
|
void |
setElevation(Long elevation)
海拔 米单位*1e2
|
void |
setHeight(Long height)
仓库高度 米单位*1e2
|
void |
setLatitude(Long latitude)
纬度 度数单位*1e9
|
void |
setLongitude(Long longitude)
经度 度数单位*1e9
|
void |
setNation(String nation)
所在国家,中国
|
void |
setOtherInfo(String otherInfo)
其他信息
|
void |
setStatus(String status)
仓库状态, AVAILABLE, IN_USE, DELETED, 自定义
|
void |
setType(String type)
仓库类型
|
public String getAddress()
public void setAddress(String address)
public Long getArea()
public void setArea(Long area)
public Long getElevation()
public void setElevation(Long elevation)
public Long getHeight()
public void setHeight(Long height)
public Long getLatitude()
public void setLatitude(Long latitude)
public Long getLongitude()
public void setLongitude(Long longitude)
public String getNation()
public void setNation(String nation)
public String getOtherInfo()
public void setOtherInfo(String otherInfo)
public String getStatus()
public void setStatus(String status)
public String getType()
public void setType(String type)
Copyright © 2021. All Rights Reserved.