public class Inventory extends AlipayObject
| 构造器和说明 |
|---|
Inventory() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBatchCode() |
Date |
getExpireDate() |
String |
getExtendProps() |
Date |
getGmtCreate() |
Date |
getGmtModified() |
String |
getGoodsCode() |
String |
getInventoryType() |
Long |
getLockQuantity() |
Date |
getProductDate() |
Long |
getQuantity() |
Long |
getRealQuantity() |
String |
getWarehouseCode() |
void |
setBatchCode(String batchCode) |
void |
setExpireDate(Date expireDate) |
void |
setExtendProps(String extendProps) |
void |
setGmtCreate(Date gmtCreate) |
void |
setGmtModified(Date gmtModified) |
void |
setGoodsCode(String goodsCode) |
void |
setInventoryType(String inventoryType) |
void |
setLockQuantity(Long lockQuantity) |
void |
setProductDate(Date productDate) |
void |
setQuantity(Long quantity) |
void |
setRealQuantity(Long realQuantity) |
void |
setWarehouseCode(String warehouseCode) |
public String getBatchCode()
public void setBatchCode(String batchCode)
public Date getExpireDate()
public void setExpireDate(Date expireDate)
public String getExtendProps()
public void setExtendProps(String extendProps)
public Date getGmtCreate()
public void setGmtCreate(Date gmtCreate)
public Date getGmtModified()
public void setGmtModified(Date gmtModified)
public String getGoodsCode()
public void setGoodsCode(String goodsCode)
public String getInventoryType()
public void setInventoryType(String inventoryType)
public Long getLockQuantity()
public void setLockQuantity(Long lockQuantity)
public Date getProductDate()
public void setProductDate(Date productDate)
public Long getQuantity()
public void setQuantity(Long quantity)
public Long getRealQuantity()
public void setRealQuantity(Long realQuantity)
public String getWarehouseCode()
public void setWarehouseCode(String warehouseCode)
Copyright © 2023. All rights reserved.