public class StockInfo extends Object
| 构造器和说明 |
|---|
StockInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getProduct_id() |
Integer |
getQuantity() |
String |
getSku_info() |
void |
setProduct_id(String product_id) |
void |
setQuantity(Integer quantity) |
void |
setSku_info(String sku_info) |
Copyright © 2022. All rights reserved.