public class WorkDetail extends AlipayObject
| 构造器和说明 |
|---|
WorkDetail() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBatchCode() |
Date |
getExpireDate() |
String |
getExtInfo() |
String |
getGoodsCode() |
String |
getInventoryType() |
String |
getPrice() |
Date |
getProductionDate() |
Long |
getQuantity() |
void |
setBatchCode(String batchCode) |
void |
setExpireDate(Date expireDate) |
void |
setExtInfo(String extInfo) |
void |
setGoodsCode(String goodsCode) |
void |
setInventoryType(String inventoryType) |
void |
setPrice(String price) |
void |
setProductionDate(Date productionDate) |
void |
setQuantity(Long quantity) |
public String getBatchCode()
public void setBatchCode(String batchCode)
public Date getExpireDate()
public void setExpireDate(Date expireDate)
public String getExtInfo()
public void setExtInfo(String extInfo)
public String getGoodsCode()
public void setGoodsCode(String goodsCode)
public String getInventoryType()
public void setInventoryType(String inventoryType)
public String getPrice()
public void setPrice(String price)
public Date getProductionDate()
public void setProductionDate(Date productionDate)
public Long getQuantity()
public void setQuantity(Long quantity)
Copyright © 2023. All rights reserved.