public class InboundOrderLine extends AlipayObject
| 构造器和说明 |
|---|
InboundOrderLine() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBatchCode() |
Date |
getExpireDate() |
String |
getGoodsCode() |
String |
getInventoryType() |
Long |
getPlanQuantity() |
String |
getPrice() |
Date |
getProductDate() |
String |
getRemark() |
void |
setBatchCode(String batchCode) |
void |
setExpireDate(Date expireDate) |
void |
setGoodsCode(String goodsCode) |
void |
setInventoryType(String inventoryType) |
void |
setPlanQuantity(Long planQuantity) |
void |
setPrice(String price) |
void |
setProductDate(Date productDate) |
void |
setRemark(String remark) |
public String getBatchCode()
public void setBatchCode(String batchCode)
public Date getExpireDate()
public void setExpireDate(Date expireDate)
public String getGoodsCode()
public void setGoodsCode(String goodsCode)
public String getInventoryType()
public void setInventoryType(String inventoryType)
public Long getPlanQuantity()
public void setPlanQuantity(Long planQuantity)
public String getPrice()
public void setPrice(String price)
public Date getProductDate()
public void setProductDate(Date productDate)
public String getRemark()
public void setRemark(String remark)
Copyright © 2023. All rights reserved.