public class ProcPageAvailableStockForOpenReqBean extends Object
| Constructor and Description |
|---|
ProcPageAvailableStockForOpenReqBean() |
ProcPageAvailableStockForOpenReqBean(String workCode,
String stockNameCode,
String stockType,
String dealerId,
Long current,
Long size) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCurrent() |
String |
getDealerId() |
Long |
getSize() |
String |
getStockNameCode() |
String |
getStockType() |
String |
getWorkCode() |
void |
setCurrent(Long current) |
void |
setDealerId(String dealerId) |
void |
setSize(Long size) |
void |
setStockNameCode(String stockNameCode) |
void |
setStockType(String stockType) |
void |
setWorkCode(String workCode) |
public ProcPageAvailableStockForOpenReqBean()
public String getWorkCode()
public void setWorkCode(String workCode)
public String getStockNameCode()
public void setStockNameCode(String stockNameCode)
public String getStockType()
public void setStockType(String stockType)
public String getDealerId()
public void setDealerId(String dealerId)
public Long getCurrent()
public void setCurrent(Long current)
public Long getSize()
public void setSize(Long size)
Copyright © 2023. All rights reserved.